Thanks! I will try it out soon. Could be good enough to serve my needs ....
> -----Ursprüngliche Nachricht----- > Von: Holger Danske [mailto:[EMAIL PROTECTED]] > Gesendet: Dienstag, 27. November 2001 15:44 > An: Ant Users List > Betreff: Re: Copy-Task only if target file does not exist > > > I it is one special. > > > <target name="check"> > <available file="....." > property="check.new.class"/> > </target> > > <target name="new.class" depends="check" > unless="check.new.class"> > <copy file="...." todir="....."/> > </target> > > But this doesn't work on a collection of files. > > __________________________________________________________________ > > Gesendet von Yahoo! Mail - http://mail.yahoo.de > Ihre E-Mail noch individueller? - http://domains.yahoo.de > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> >