dear all,
can anyone help me?
I'm trying to use Ant to recursively remove a directory within my project
directory structure. the directory is "_notes" and there are MANY instances
throughout the project.
here is a copy of the xml I'm using:
<target name="clean">
<delete>
<fileset dir="wwwroot" includes="**/_notes/**" />
</delete>
</target>
when run, this just empties the directories but does not remove the
directory itself.
all help appreciated.
cheers,
Bryon.
- Getting environment variable on Linux or Windows ? Olivier Prouvost
- Re: Getting environment variable on Linux or Windows... Stefan Bodewig
- Re: Getting environment variable on Linux or Win... Stefan Bodewig
- Re: Getting environment variable on Linux or... Olivier Prouvost
- Re: Getting environment variable on Linu... Stefan Bodewig
- Re: Getting environment variable on... Olivier Prouvost
- Re: Getting environment variabl... Bryon Day
- Re: Getting environment variabl... Stefan Bodewig
