thx a lot, I got it working.
--
View this message in context:
http://www.nabble.com/if-files-have-been-copied-physically%2C-then-execute-some-target-tp23452004p23491324.html
Sent from the Ant - Users mailing list archive at Nabble.com.
--
Hi,
My ant code looks something like this:
...
...
I would like the run target to be exectuted only if files have been copied.
If I do not do a clean and files have not been modified, no files are
actually copied but the run target is still executed.
How can I d