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]>

Reply via email to