Hi all,
I'm trying to get a gcc apply task running but found out that it simply doesn't execute the executable I specify. I can put in rubbish and still it tells me that it ran successfully. This is the command syntax: <apply executable="gcc" failonerror="true" verbose="true" dest="." dir="."> <arg line="-c" /> <arg line="${INCLUDEDIR}" /> <arg line="-o" /> <targetfile/> <srcfile/> <filelist id="srcfiles" dir="." files="foo.c"/> <mapper type="glob" from="*.c" to="*.o"/> </apply> If anyone has an idea, you are more than welcome. Yves