RE: Modify all files of a certain name in a tree with dirs determined by patterns, using xslt

2005-05-24 Thread Matt Benson
rocesses all 18, > including the four I'm trying to exclude. I see it > process those > directories in the "xslt" task output. > > > -----Original Message----- > > From: Matt Benson [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, May 24, 2005 3:16 PM

RE: Modify all files of a certain name in a tree with dirs determined by patterns, using xslt

2005-05-24 Thread Karr, David
t; > > There are 18 subdirs of "EJB". When I run this, it processes > all 18, including the four I'm trying to exclude. I see it > process those directories in the "xslt" task output. > > > -Original Message- > > From: Matt Benson [m

RE: Modify all files of a certain name in a tree with dirs determined by patterns, using xslt

2005-05-24 Thread Karr, David
run this, it processes all 18, including the four I'm trying to exclude. I see it process those directories in the "xslt" task output. > -Original Message- > From: Matt Benson [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 24, 2005 3:16 PM > To: Ant Users Li

RE: Modify all files of a certain name in a tree with dirs determined by patterns, using xslt

2005-05-24 Thread Matt Benson
(re Ant pattern spec) --- "Karr, David" <[EMAIL PROTECTED]> wrote: > Uh, the "Foo*" part? >From the manual: '*' matches zero or more characters, '?' matches one character. Tests I run work for me. Have you actually tried it? -Matt __ Do you

RE: Modify all files of a certain name in a tree with dirs determined by patterns, using xslt

2005-05-24 Thread Karr, David
Uh, the "Foo*" part? > -Original Message- > From: Matt Benson [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 24, 2005 3:04 PM > To: Ant Users List > Subject: RE: Modify all files of a certain name in a tree > with dirs determined by patterns, using xslt >

RE: Modify all files of a certain name in a tree with dirs determined by patterns, using xslt

2005-05-24 Thread Matt Benson
--- "Karr, David" <[EMAIL PROTECTED]> wrote: [SNIP] > My next problem is excluding some specific > directories and files. It > looks like the pattern specs I can use aren't as > flexible as I need. > For instance, what I'd like to specify is an > "includes" value of: > .workshop/mqAdaptersWeb/EJB/

RE: Modify all files of a certain name in a tree with dirs determined by patterns, using xslt

2005-05-24 Thread Karr, David
les, but that broke, not surprisingly. I haven't looked much into this yet, but I think it might be straightforward (steps to copy the files, that is). > -Original Message- > From: Karr, David > Sent: Tuesday, May 24, 2005 12:07 PM > To: Ant Users List > Subject: Modif

RE: Modify all files of a certain name in a tree with dirs determined by patterns, using xslt

2005-05-24 Thread Karr, David
Oh, and I need to do this with Ant v1.5.4. > -Original Message- > From: Karr, David > Sent: Tuesday, May 24, 2005 12:07 PM > To: Ant Users List > Subject: Modify all files of a certain name in a tree with > dirs determined by patterns, using xslt > > &g

Modify all files of a certain name in a tree with dirs determined by patterns, using xslt

2005-05-24 Thread Karr, David
The subject is a generic statement of what I need. I'll be a little more specific in here, but focusing on the generic problem may be more helpful. I have an exploded ear, and in a bunch of EJB modules whose names begin with certain strings, and end with random "don't-care" strings (at least, I d