Ursprüngliche Nachricht-
> Von: Martin Gainty [mailto:[EMAIL PROTECTED]
> Gesendet: Mittwoch, 6. Februar 2008 00:21
> An: Ant Users List
> Betreff: Re: Substituting the value according to the property name
>
> could your provide an example on how you envision using ${${x}}
>
xample on how you envision using ${${x}}
>
> thanks
> M-
> - Original Message -
> From: "norken76" <[EMAIL PROTECTED]>
> To:
> Sent: Tuesday, February 05, 2008 6:12 PM
> Subject: Re: Substituting the value according to the property name
>
>
>>
Seltmann
HRB Stuttgart 17655
USt-IdNr.: DE 811944121
-Ursprüngliche Nachricht-
Von: Martin Gainty [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 6. Februar 2008 00:21
An: Ant Users List
Betreff: Re: Substituting the value according to the property name
could your provide an example on how
could your provide an example on how you envision using ${${x}}
thanks
M-
- Original Message -
From: "norken76" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, February 05, 2008 6:12 PM
Subject: Re: Substituting the value according to the property name
>
> Hello guys,
&g
onMajor property to $PRODUCT_VERSIONMAJOR$
>> but not to the imageOption property. How can we achieve this one?
>>
>> Thanks,
>> Srinivas
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
We are replacing the occurrence of a string with another value by
reading a predefined property file as given below.
The above file i.e. ems.iap_xml is getting replaced perfectly with the
defined values.
For example the token $PRODUCT_VERSIONMAJOR$ has been replaced with '1'
> We are replacing the occurrence of a string with another value by
> reading a predefined property file as given below.
>
>
>
>
>
>
> value="${ems.versionmajor}"/>
>
>
> The above file i.e. ems.iap_xml is getting replaced perfectly with the
> defined values.
>
> For example