lete] /export/home/tomm/anttest/test* not found.
But it was a bit misleading when followed by:
#ls -d /export/home/tomm/anttest/test*
/export/home/tomm/anttest/test1 /export/home/tomm/anttest/test3
/export/home/tomm/anttest/test2
I just didn't realize ant wasn't ex
> -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
>> Just for information:
>> - The 'dir' attribute must be exactly one value, because it is the
>> root for
>
>Any reason we can't add a runtime test to check if the
>supplied value is not a directory and if so that an
>appropriate exception?
As shown in the tutorial [1], using filesets is done
> -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 e
ectory 'test1' and its content
test*- all beginning with 'test'
Jan
>-Ursprüngliche Nachricht-
>Von: Alexey N. Solofnenko [mailto:[EMAIL PROTECTED]
>Gesendet: Freitag, 2. Juni 2006 01:25
>An: Ant Users List
>Betreff: Re: Cannot delete directories
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
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 this (which currently does nothing by design):