I'm having problems running a clean script because the files I want to delete have a ~ 
character at the end of them, and ant can't
seem to see them.

<delete>
            <fileset dir=".">
                <include name="**/*.java~"/>
                <include name="**/*.class"/>
            </fileset>
        </delete>

the class files are deleted, but any file's ending with ~ can't be deleted.


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to