Hi,
~/linux/test/ant/lang/project/target/javac/destdir$ ant -version
Apache Ant(TM) version 1.8.4 compiled on May 22 2012
I have the following build.xml. ant works no matter whether
includeAntRuntime or includeantruntime is used. I recall that XML
should be case sensitive. Why it is not case sensitive to ant?
<?xml version="1.0"?>
<project name="firstbuild" default="compile">
<target name="builddir">
<mkdir dir="build" />
</target>
<target name="compile" depends="builddir">
<javac srcdir="." destdir="build" includeAntRuntime="false" />
</target>
</project>
--
Regards,
Peng
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]