> In make:
> 
>       $(RM) -f $(DIR_CLASSES)/*
> 
> end of story! Works every time!
> 
> As for ant, what the heck is the "delete dir" construct
> used/useful for if it can't do this???

Well, I personally have never had that need.  I use

        <delete dir="${build.dir}"/>

in every "clean" target I use.  This deletes the build directory
as well as all its contents.

Why do you want to delete all the contents but leave the directory
intact?  I can't come up with any use for that.

  -- Scott

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

Reply via email to