The javac task has some conditionality in it, I think, that says "don't
compile those class files that haven't changed". I want to find a way
to do something similar for other tasks/targets.
For example, if I have something like this:
<target name="foo">
<exec executable="foomaker">
<arg>foosrc</arg>
</exec>
</target>
How do I get it to ONLY run when foosrc is newer than foo?
Thanks.
--
David Corbin
Mach Turtle Technologies, Inc.
http://www.machturtle.com
[EMAIL PROTECTED]
- Re: Conditional task execution David Corbin
- Re: Conditional task execution Peter Donald
- Re: Conditional task execution David Corbin
- Re: Conditional task execution Stefan Bodewig
- Conditional task execution Stefano Mancarella
- RE: Conditional task execution Fran�ois Waelti
- RE: Conditional task execution Matt_Conway
- RE: Conditional task execution Helliwell, Matthew
- RE: Conditional task execution Don Taylor
- Re: Conditional task execution Larry V. Streepy, Jr.
- Forked junit task not finding TestRunne... Dani Zweig
