Re: Cannot delete directories using wildcards

2006-06-02 Thread Tom . Morin
for all files in that fileset. Therefore wildcards wont work. - The in/exclude clause is relativ to 'dir', so wildcards work. test1- file 'test1' test1/ - directory 'test1' and its content test*- all beginning with 'test' Jan >-

RE: Cannot delete directories using wildcards

2006-06-02 Thread Stephen McConnell \(DPML\)
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > This results in AbstractFileSet.getDirectoryScanner(Project) [2]: >... >if (dir == null) { >throw new BuildException("No directory specified for " + > getDataTypeName() + "."); >} >if (!d

RE: Cannot delete directories using wildcards

2006-06-02 Thread Stephen McConnell \(DPML\)
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, 2 June 2006 3:50 PM > To: user@ant.apache.org > Subject: AW: Cannot delete directories using wildcards > > Just for information: > - The 'dir' attribute must be exactly one value, because it > is

Re: Cannot delete directories using wildcards

2006-06-01 Thread Alexey N. Solofnenko
It should be: - Alexey. [EMAIL PROTECTED] wrote: I'm probably missing something obvious, but I've been unable to figure out how to delete directories using a wildcard. So instead of this (test1/2/3 are directories): I want to do