Re: AW: if files have been copied physically, then execute some target

2009-05-11 Thread walki2
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. --

if files have been copied physically, then execute some target

2009-05-08 Thread walki2
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