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"
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
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:
>>
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">
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
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.
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
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
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]
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
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
11 matches
Mail list logo