I've tried deleting the emacs ~-files with this delete task, but it won't work
<target name="clean">
<delete>
<fileset dir="${basedir}" includes="**/*~"/>
</delete>
</target>
Any ideas why this won't work?
Klara
I've tried deleting the emacs ~-files with this delete task, but it won't work
<target name="clean">
<delete>
<fileset dir="${basedir}" includes="**/*~"/>
</delete>
</target>
Any ideas why this won't work?
Klara