>It is possible with Ant to make a copy task fail if any destination >file already exists? > >I found no clue in the docs (noticed only the "failonerror" param in >copy task (http://ant.apache.org/manual/CoreTasks/copy.html) and in >the condition for the "fail" task, but nothing relevant IMHO). > >I know it would be possible to check the existance of an entire >folder, but this isn't suitable for my project.
This is not <copy>s job. Try <available>. Jan --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org