Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 68163 invoked from network); 24 May 2005 22:29:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 May 2005 22:29:49 -0000 Received: (qmail 39917 invoked by uid 500); 24 May 2005 22:29:46 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 39037 invoked by uid 500); 24 May 2005 22:29:44 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 39022 invoked by uid 99); 24 May 2005 22:29:44 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of david.karr@wamu.net designates 167.88.201.31 as permitted sender) Received: from mtao001.wamu.net (HELO mtao001.wamu.net) (167.88.201.31) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 24 May 2005 15:29:42 -0700 Received: from ([10.144.81.63]) by mtao001.wamu.net with ESMTP id KP-BXZ13.87440827; Tue, 24 May 2005 15:29:12 -0700 Received: from EXMSEA005.us.wamu.net ([10.144.81.24]) by exisea010.us.wamu.net with Microsoft SMTPSVC(5.0.2195.6713); Tue, 24 May 2005 15:29:12 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Modify all files of a certain name in a tree with dirs determined by patterns, using xslt Date: Tue, 24 May 2005 15:29:09 -0700 Message-ID: <0C260F619E428642BFA6380177C3ADF302191786@exmsea005.us.wamu.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Modify all files of a certain name in a tree with dirs determined by patterns, using xslt Thread-Index: AcVgrk3U/46k0OrfR+mb0PN1E6A4lgAAAqxQAABPNtA= From: "Karr, David" To: "Ant Users List" X-OriginalArrivalTime: 24 May 2005 22:29:12.0179 (UTC) FILETIME=[0276FC30:01C560B0] X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Ah, I found it. Not surprisingly, I made a couple of mistakes in the exclude patterns. The corrected elements are: > -----Original Message----- > From: Karr, David=20 > Sent: Tuesday, May 24, 2005 3:22 PM > To: Ant Users List > Subject: RE: Modify all files of a certain name in a tree=20 > with dirs determined by patterns, using xslt >=20 >=20 > Yes, I've tried it. I see that the documentation says that=20 > should work, but it isn't excluding the patterns I specify=20 > for "exclude". >=20 > The following is my current target (modified a bit): >=20 > > = includes=3D".workshop/stuffWeb/EJB/**/META-INF/weblogic-ejb-jar.xml" > destdir=3D"stuff"> > > > > > > location=3D"./weblogic810-web-jar.dtd"/> > > > >=20 > There are 18 subdirs of "EJB". When I run this, it processes=20 > all 18, including the four I'm trying to exclude. I see it=20 > process those directories in the "xslt" task output. >=20 > > -----Original Message----- > > From: Matt Benson [mailto:gudnabrsam@yahoo.com] > > Sent: Tuesday, May 24, 2005 3:16 PM > > To: Ant Users List > > Subject: RE: Modify all files of a certain name in a tree=20 > > with dirs determined by patterns, using xslt > >=20 > >=20 > > (re Ant pattern spec) > > --- "Karr, David" wrote: > > > Uh, the "Foo*" part? > >=20 > > From the manual: > >=20 > > '*' matches zero or more characters, '?' matches one character. > >=20 > > Tests I run work for me. Have you actually tried it? > >=20 > > -Matt > >=20 > >=20 > >=20 > > =09 > > __________________________________ > > Do you Yahoo!?=20 > > Yahoo! Small Business - Try our new Resources site=20 > > http://smallbusiness.yahoo.com/resources/ > >=20 > >=20 > --------------------------------------------------------------------- > > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > > For additional commands, e-mail: user-help@ant.apache.org > >=20 > >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org >=20 >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org