I am trying to delete the .java~ files using this target:
<delete>
<fileset dir="${src}" includes="**/*.java~,**/*.nbattrs"/>
</delete>But ant won't find the match for .java~ files. Anyone knows why? Thanks, Derek
I am trying to delete the .java~ files using this target:
<delete>
<fileset dir="${src}" includes="**/*.java~,**/*.nbattrs"/>
</delete>But ant won't find the match for .java~ files. Anyone knows why? Thanks, Derek