Hi,
There is something I do not understand in Javac Tasks with include
attributes :
<target name="compile">
<mkdir dir="build" />
<javac destdir="build" debug="on">
<src path="${basedir}"/>
<include name="test/**/*Mock*"/>
</javac>
</target>
Why at each launch of compile, javac will rebuild all java files ?
Thanks
--
View this message in context:
http://www.nabble.com/Rebuild-in-javac-Task-with-include-attribute-tf3663136.html#a10235609
Sent from the Ant - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]