Hi,
Can someone let me know why the /${${env}.test} value not printed as
testest1/
*cmd*:ant -f build.xml -Denv=IT1
*build.xml*
${env}
${${env}.test}
*build.properties*
IT1.test=testest1
*OUTPUT:*
task:
[echo] IT1
[echo] $
Hi,
Can someone let me know why the /${${env}.test} value not printed as
testest1/
*cmd*:ant -f build.xml -Denv=IT1
*build.xml*
${env}
${${env}.test}
*build.properties*
IT1.test=testest1
*OUTPUT:*
task:
[echo] IT1
[echo] $
Hi,
I have validation scenario of comparing user input match. But how can I
match mulitple args in single condition [I don't want to use multiple
else/if conditions]
If user input matches any one of the values from key dep.env, echos success.
*Ant Scriplet:*
>" arg2="${dep.env}"/>
*Prop
My final output after stripping will be an XML. I tried using regex but not
able to achieve.
--Vinodh Kumar
--
View this message in context:
http://ant.1045680.n5.nabble.com/Stripping-Contents-from-XML-tp5027993p5028824.html
Sent from the Ant - Users mailing list archive at Nabble.com
* [api]
[api]
...
[api] *
--Vinodh Kumar
--
View this message in context:
http://ant.1045680.n5.nabble.com/Stripping-Contents-from-XML-tp5027993p5027993.html
Sent from the Ant - Users mailing list archive at Nabble.com
Hi,
I trying to load the property release.dir set in build.xml into
build.properties during runtime. But the value is not loaded into
build.properties file. Any hint or can anyone let me know how to get this
done?
*build.xml*
/
/
*build.properties*
/sr