> > I try to get my ant build scripts run under eclipse CDT (C++) but > > without success. > > Why use ant for building C++, if I may ask ? CDT has integration with > make.
Because CppTasks works really nicely to compile C++ ;-) I've done a lot of it at my former job. It's not obvious to get started with it (just like with Make ;-), but it works really well, and give you reliable incremental builds, which is invaluable for continuous integration of C++ projects, usually much slower to build from scratch that Java ones. --DD --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]