Re: Perform a task for every folder from the file.

2007-05-01 Thread mpr
Any suggestions, please? mpr wrote: > > I have one more question connected with a topic as well. > > I use > match="^(~~.+)$" select="\1"/> > but i would like to do operation as fallows: > match="^(${prefix}.+)$" select="\1"

Re: Perform a task for every folder from the file.

2007-04-30 Thread mpr
rties] ~~C\:\\CURAMDOCUMENTATION4\\DOCCENTER\\BUILD=1 > [echoproperties] ~~C\:\\CuramApplicationTools2\\PackagingTools=1 > [echo] > C:CURAMDOCUMENTATION4DOCCENTERBUILD,C:CuramApplicationTools2PackagingTools > > I would be very very grateful for a help > > > > Ma

Re: Perform a task for every folder from the file.

2007-04-30 Thread mpr
I have one more question connected with a topic as well. I use but i would like to do operation as fallows: where ${prefix} is user defined property How to do that? mpr wrote: > > Yes, it works. > > Thanks a lot for a help > > > Patrick Martin-2 wrote: >>

Re: Perform a task for every folder from the file.

2007-04-30 Thread mpr
Yes, it works. Thanks a lot for a help Patrick Martin-2 wrote: > > You miss param="dir" in > > On 4/30/07, mpr <[EMAIL PROTECTED]> wrote: >> >> Looks cool for me but: >> >> > name="fullGenericTokenReplacements">

Re: Perform a task for every folder from the file.

2007-04-30 Thread mpr
D >> [echo] C:\CuramApplicationTools2\PackagingTools >> [echoproperties] #Ant properties >> [echoproperties] #Mon Apr 30 14:21:19 BST 2007 >> [echoproperties] ~~C\:\\CURAMDOCUMENTATION4\\DOCCENTER\\BUILD=1 >> [echoproperties] ~~C\:\\CuramApplicationTools2\\Pack

Re: Perform a task for every folder from the file.

2007-04-30 Thread mpr
wherein > can handle any type that returns an Iterator. > > -Matt > > --- mpr <[EMAIL PROTECTED]> wrote: > >> >> I get >> The type doesn't >> support the nested >> "antlib:net.sf.antcontrib:tokens" element.

Re: Perform a task for every folder from the file.

2007-04-27 Thread mpr
I get The type doesn't support the nested "antlib:net.sf.antcontrib:tokens" element. What version ant-contrib.jar should I have? Matt Benson wrote: > > > --- mpr <[EMAIL PROTECTED]> wrote: > >> >> Hi, >> >> Could you provide a

Re: Perform a task for every folder from the file.

2007-04-27 Thread mpr
Hi, Could you provide an example, please? Matt Benson wrote: > > The resourcecollection should be directly > passable to . > > HTH, > Matt > > --- mpr <[EMAIL PROTECTED]> wrote: > >> >> Hi, >> >> I have the file user.properties

Perform a task for every folder from the file.

2007-04-27 Thread mpr
Hi, I have the file user.properties and inside a paths to folders are defined e.g. C:\Application\PackagingTools4 C:\ApplicationTools2\PackagingTools3 For each folder from user.properties I need to perform an Operation (task). What is the simplest way to do that? At this moment I do: [CODE]

match and property

2007-03-20 Thread mpr
I would like to use where ${prefix} is a property but it does not work. The property ${prefix} is recognize as a regular experssion. How to solve it Thanks in advance M. -- View this message in context: http://www.nabble.com/match-and-property-tf3433887.html#a9573117 Sent from the An

Check

2007-03-12 Thread mpr
Hi, I would like to retrieve a token from the file set, that starts with ~~ and ends with white-space or ";.? Then I need to compare each token with the list of properties and throw an error if the names are different. The list of properties is created: but I do not know how