> > 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
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
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