----- Original Message ----- From: "Shyam Koppikar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "dirk kredler" <[EMAIL PROTECTED]> Sent: Sunday, September 30, 2001 11:21 AM Subject: Re: problem with <delete> and <fileset> , emacs
> > ----- Original Message ----- > From: "Erik Hatcher" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]>; "dirk kredler" <[EMAIL PROTECTED]> > Sent: Saturday, September 29, 2001 9:26 AM > Subject: Re: problem with <delete> and <fileset> , emacs > > > > You need to add: > > defaultexcludes="no" > > > > See the documentation at the bottom of this page: > > http://jakarta.apache.org/ant/manual/dirtasks.html > > > > Erik > > > > > > ----- Original Message ----- > > From: "dirk kredler" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Saturday, September 29, 2001 7:43 AM > > Subject: problem with <delete> and <fileset> , emacs > > > > > > > hi list, > > > > > > as a user of ant (1.4) (binaries distirbution) under nt and linux, > > > is have the following problem: > > > > > > i like to get rid periodcally from the automatically created emacs > "java~" > > > backup files; > > > so i thought its easy to do this job with ant: > > > > > > i included the following directive in my build.xml: > > > ... > > > <delete> > > > <fileset dir="." includes="**/*.java~"/> > > > </delete> > > > ... > > > > > > but i doesn't works. all *.java~ files are still present. > > > if i try the same with: > > > > > > <delete> > > > <fileset dir="." includes="**/*.bak"/> > > > </delete> > > > > > > all .bak files gone. > > > > > > so, where is the point to get it working with *.java~ > > > files ? > > > > > > thx, > > > > > > dirk > > > > > > > > > > > > > > > > > > > > > > > >
