| AW: [delete] dir, delete all but one subdir | AW: [delete] dir, delete all but one subdir 2005-06-09 - By Jan.Materne@(protected)
As the manual for <delete> sais: defaultexcludes : Deprecated
Move that to <fileset> and you should get rid off that message.
Jan
>-----Urspr?ngliche Nachricht----- >Von: James Fuller [mailto:jim.fuller@(protected)] >Gesendet: Donnerstag, 9. Juni 2005 14:22 >An: Rebhan, Gilbert >Cc: Ant Users List >Betreff: Re: [delete] dir, delete all but one subdir > >Rebhan, Gilbert wrote: > >>Hi, >> >>i've tried with >> >> <delete verbose="true" includeemptydirs="true" >>defaultexcludes="false"> >> <fileset dir="c:/test"> >> <include name ="**/*"/> >> <exclude name="jars"/> >> </fileset> >> </delete> >> >>[delete] DEPRECATED - Use of the implicit FileSet is >deprecated. Use a >>nested fileset element instead. >> >> >here is the manual entry for <delete/> >http://ant.apache.org/manual/CoreTasks/delete.html > >you seem to be using it correctly..what version of Ant u using? > >cheers, jim fuller > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: user-unsubscribe@(protected) >For additional commands, e-mail: user-help@(protected) > >
--------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|
 |