RE: Retrieving key value pairs from URL and setting as system property

2008-03-20 Thread Rebhan, Gilbert
-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

RE: Retrieving key value pairs from URL and setting as system property

2008-03-19 Thread raju
istener -f %1 > > pause > > > Regards, Gilbert > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message i

RE: Retrieving key value pairs from URL and setting as system property

2008-03-19 Thread Burgess, Benjamin
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

RE: Retrieving key value pairs from URL and setting as system property

2008-03-19 Thread Rebhan, Gilbert
... /* 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

RE: Retrieving key value pairs from URL and setting as system property

2008-03-19 Thread Rebhan, Gilbert
-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

Retrieving key value pairs from URL and setting as system property

2008-03-19 Thread raju
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