| task to 'cp -r --reply=no ' | task to 'cp -r --reply=no ' 2007-06-12 - By Chris Velevitch
On 6/12/07, Rebhan, Gilbert <Gilbert.Rebhan@(protected)> wrote: > combine it with a condition, example = > > <!-- Check ob Modul bereits verarbeitet --> > <target name="check_erl"> > <condition property="${mname}.done"> > <available file="${ant.working.dir}/${mname}_script.params" /> > </condition> > </target> > > and make your copy target depend on the target with condtion and unless > > <!-- Subroutine fuer Module mit Liefertyp build --> > <target name="build" depends="check_erl" unless="${mname}.done"> > ... > </target>
That's fine for one file, but cp -r tranverses a directory tree of 1000's of files. What's the ant equivalent of cp -r --reply=no?
Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group m: 0415 469 095 www.flashdev.org.au
--------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|
 |