Have you tried adding defaultexcludes="no"?

Diane

--- "David Koontz (MapQuest)" <[EMAIL PROTECTED]> wrote:
> in my build.xml
> 
>  <target name="clean">
>     <delete dir="${deploy.home}"/>
>     <delete>
>        <fileset dir="." includes="**/*.*~"/>
>     </delete>
>   </target>
> 
> the tilde ('~') appears to have some special meaning for ant - it gets
> ignored
> 
> I have VIM backup files all throughout the src dirs - I'd like them to
> be
> deleted on an
> Ant clean command.  The backup files have a format of *.*~ (ie
> somefile.jsp~).
> 
> The above delete command doesn't work.
> 
> I also tried  "**/*.*\~"   ie escaping the ~
> 
> Help please,
> 
> David Koontz                [EMAIL PROTECTED]
> Software Engineer - Enterprise Services
> MapQuest                     www.mapquest.com
> Denver, CO                  303 244 0305
> 
> 


=====
([EMAIL PROTECTED])



__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

Reply via email to