Re: ant and eclipse CDT

2005-11-09 Thread Dominique Devienne
> > 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 start

RE: ant and eclipse CDT

2005-11-09 Thread Cena, Bernard \(IT\)
Yves Willems wrote: > Hi all, > > > > 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. > It seems like eclipse can't find the full path to ant, although the > ant settings list all

ant and eclipse CDT

2005-11-09 Thread Yves Willems
Hi all, I try to get my ant build scripts run under eclipse CDT (C++) but without success. It seems like eclipse can't find the full path to ant, although the ant settings list all jar files required. If there is anyone who managed to get this going? Thanks already Yves