| Can 't get env.HOSTNAME | Can 't get env.HOSTNAME 2006-11-17 - By EJ Ciramella
Typing set/export shows them nicely.
-----Original Message----- From: Jan.Materne@(protected) [mailto:Jan.Materne@(protected)] Sent: Friday, November 17, 2006 11:34 AM To: user@(protected) Subject: AW: Can't get env.HOSTNAME
Are the environment variables really set? Please try from command line.
Jan
>-----Urspr?ngliche Nachricht----- >Von: EJ Ciramella [mailto:ejciramella@(protected)] >Gesendet: Freitag, 17. November 2006 17:27 >An: user@(protected) >Betreff: Can't get env.HOSTNAME > >Hey guys, I'm trying to do something really simple - echo the >machine name of the machine running this particular build script. > >Crazy thing is, I've seen this work well a billion times over, >now it's not working... > >Here's what I have: > ><target name="get-env"> > <property environment="env"/> > <echo message="${env.HOSTNAME}"/> <-- since it's a unix >box, this should work > <echo message="${env.NUMBER_OF_PROCESSORS}"/> > <echo message="${env.ANT_HOME}"/> ></target> > >I have the others in there just to see if they work, and the >only one that actuall echos out anything is the ant home one. > >What gives? >
--------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
--------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|
 |