Re: AW: Substituting the value according to the property name

2008-02-06 Thread norken76
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}} >

Re: Substituting the value according to the property name

2008-02-06 Thread norken76
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 > > >>

AW: Substituting the value according to the property name

2008-02-05 Thread Knuplesch, Juergen
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

Re: Substituting the value according to the property name

2008-02-05 Thread Martin Gainty
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

Re: Substituting the value according to the property name

2008-02-05 Thread norken76
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]

Substituting the value according to the property name

2006-02-14 Thread Srinivas_Chandolu
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'

Substituting the value according to the property name

2006-02-14 Thread Srinivas_Chandolu
> 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