You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Saloucious <sa...@gmail.com> on 2007/04/28 20:52:53 UTC

Rebuild in javac Task with include attribute

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: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org