-Original Message-
From: raju [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 20, 2008 6:16 AM
To: user@ant.apache.org
Subject: RE: Retrieving key value pairs from URL and setting as system
property
/*
This is what i am trying to acheive from within an Ant script:
Hit a URL say http
istener -f %1
>
> pause
>
>
> Regards, Gilbert
>
> -----
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
--
View this message i
es"/>
Then how can we read a plain html and write its key-value pair to
propreties file?
2)How can we set the key values read as system environment variables
using
ANT?
Thanks and regards
Raj
--
View this message in context:
http://www.nabble.com/Retrieving-key-value-pairs-from
...
/*
setting the env variables =
accessing the env variables =
$${env.FOO} == ${env.FOO}
$${env.BAR} == ${env.BAR}
other already set env variables are also accessible
$${env.JAVA_HOME} == ${env.JAVA_HOME}
$${env.TOMCAT_HOME} == ${env.TOMCAT_HOME}
*/
when using the variables are only
-Original Message-
From: raju [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 19, 2008 12:23 PM
To: user@ant.apache.org
Subject: Retrieving key value pairs from URL and setting as system
property
/*
I need to access a web URL say http://.../viewproperties which throws
plain
html with
ies file?
2)How can we set the key values read as system environment variables using
ANT?
Thanks and regards
Raj
--
View this message in context:
http://www.nabble.com/Retrieving-key-value-pairs-from-URL-and-setting-as-system-property-tp16142998p16142998.html
Sent from the Ant - Users mail