Do these links help? http://ant.apache.org/manual/CoreTasks/javac.html#srcdirnote http://ant.apache.org/faq.html#always-recompiles
Jan >-----Ursprüngliche Nachricht----- >Von: Saloucious [mailto:[EMAIL PROTECTED] >Gesendet: Samstag, 28. April 2007 20:53 >An: user@ant.apache.org >Betreff: 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-attrib >ute-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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]