RE: at my wits end with delete

2007-02-09 Thread Tracy Jones
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

RE: at my wits end with delete

2007-02-09 Thread Tracy Jones
: 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

Re: at my wits end with delete

2007-02-09 Thread glenn opdycke-hansen
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

2007-02-09 Thread Tracy Jones
: 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

RE: at my wits end with delete

2007-02-09 Thread Anderson, Rob (Global Trade)
? -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

RE: at my wits end with delete

2007-02-09 Thread Tracy Jones
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:

RE: at my wits end with delete

2007-02-09 Thread Anderson, Rob (Global Trade)
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: Tracy Jones [mailto:[EMAIL PROTECTED] > Sent: Friday, February 09,

Re: at my wits end with delete

2007-02-09 Thread Dominique Devienne
${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