Users List
Subject: Re: at my wits end with delete
I was wondering if the parens in the names could be causing the issue.
Perhaps if they are escaped that would help.
> > -Original Message-
> > From: Tracy Jones [mailto:[EMAIL PROTECTED]
> > Sent: Friday, February 09, 2
: Ant Users List
Subject: RE: at my wits end with delete
Hmm, Not sure why there is still a problem. I setup a simple test that
is similar to your situation like this...
mkdir -p test/A test/B test/C test/D test/E
touch test/A/new test/B/new test/C/new test/D/new test/E/new
Then I made the foll
I was wondering if the parens in the names could be causing the issue.
Perhaps if they are escaped that would help.
> -Original Message-
> From: Tracy Jones [mailto:[EMAIL PROTECTED]
> Sent: Friday, February 09, 2007 3:09 PM
> To: Ant Users List
> Subject: RE: at my wits
: RE: at my wits end with delete
Hmm, Not sure why there is still a problem. I setup a simple test that
is similar to your situation like this...
mkdir -p test/A test/B test/C test/D test/E
touch test/A/new test/B/new test/C/new test/D/new test/E/new
Then I made the following build.xml
?
-Rob Anderson
> -Original Message-
> From: Tracy Jones [mailto:[EMAIL PROTECTED]
> Sent: Friday, February 09, 2007 3:09 PM
> To: Ant Users List
> Subject: RE: at my wits end with delete
>
> Ok - thanks for the help!! I made the changes that everyone suggested
> an
M
To: Ant Users List
Subject: RE: at my wits end with delete
The excludes should be comma seperated. It's difficult to tell from your
post whether or not that is the case. Please send the part of your
build.xml that defines the excludes.
-Rob Anderson
> -Original Message-
> From:
y, February 09, 2007 2:45 PM
> To: Ant Users List
> Subject: at my wits end with delete
>
>
>
> I just cannot get this right
>
>
>
> I have set up my fileset to exclude a list of directories and delete
> everything else
>
>
>
> fileset: Setup
${directories} is OS-4000-1.6(B18)Beta/** OTS-SC-1.6(B18)Beta/**
OTS-4010-1.6(B17)Beta/** OTS-4040-1.6(B17)Beta/**
...
It's a classic error Tracy.
takes a *single* pattern, not a list of patterns.
It's the excludes attribute of fileset that takes a list of patterns,
and the
I just cannot get this right
I have set up my fileset to exclude a list of directories and delete
everything else
fileset: Setup scanner in dir /opt/stratalight/packages with patternSet{
includes: [*/**] excludes: [OS-4000-1.6(B18)Beta/**
OTS-SC-1.6(B18)Beta/** OTS-4010-1.6(B17)Beta/** O