RE: wild card in project.getProperty()

2005-07-06 Thread hind.lwahhabi
m: Juergen Hermann [mailto:[EMAIL PROTECTED] Sent: Tue 7/5/2005 10:02 PM To: Ant Users List; Dick, Brian E. Subject: RE: wild card in project.getProperty() On Tue, 5 Jul 2005 08:52:11 -0400, Dick, Brian E. wrote: in Ant optional tasks. perfect for a filter file, or loading them into another bu

RE: wild card in project.getProperty()

2005-07-05 Thread Juergen Hermann
uly 05, 2005 4:50 AM >To: user@ant.apache.org; user@ant.apache.org >Subject: wild card in project.getProperty() >Hello gentle people; >I was wondering if you can achieve the following using : >I would like to retrieve all the properties prefixed with a given string >in my pro

RE: wild card in project.getProperty()

2005-07-05 Thread Dick, Brian E.
PropertySelector in ant-contrib -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 05, 2005 4:50 AM To: user@ant.apache.org; user@ant.apache.org Subject: wild card in project.getProperty() Hello gentle people; I was wondering if you can achieve

RE: wild card in project.getProperty()->fool me

2005-07-05 Thread hind.lwahhabi
mea culpa, forgot to check propertyset in the manual. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tue 7/5/2005 10:50 AM To: user@ant.apache.org; user@ant.apache.org Subject: wild card in project.getProperty() Hello gentle people; I was wondering if you

wild card in project.getProperty()

2005-07-05 Thread hind.lwahhabi
Hello gentle people; I was wondering if you can achieve the following using : I would like to retrieve all the properties prefixed with a given string in my project to process them afterward. i.e: get all properties starting with "zos.". How acan you do this with Ant? thanks for any clue. Hava n