Archived

This forum has been archived. Please start a new discussion on GitHub.

shared my Slice2CppTask source code with u!

Happy new year all,

Ice is a great cross platform distributing environment, and Ant is a great cross platform build tool. Do you want to use Ant to build Ice based C++ project, if you do so, the ccTask and Slice2CppTask is need besides Ant.
You can download ccTask from here , but Slice2CppTask is not provided in Ice. I tried to write such a task inherit from SliceTask, it work well in linux. As you can see, Slice2CppTask is similar to Slice2JavaTask which is supplied in Ice release.
Enjoy it!:)


Looking forward to a formal Slice2CppTask release from ZeroC!

Comments

  • Thank you for your efforts, but I think it is unlikely that we will add ant build support for C++. The reason is that ant is not widely used for C++, so there is little demand. And it is enough work already for us to maintain and test two build mechanisms (VC++ and makefiles) -- we are reluctant to add yet another.

    Cheers,

    Michi.