----- Original Message ----- 
From: "Christian Cryder" <[EMAIL PROTECTED]>
To: "Ant-User" <[EMAIL PROTECTED]>
Sent: Tuesday, October 22, 2002 4:32 PM
Subject: Accessing system variables


> Is there anyway to access system variables within Ant? For instance, I'd
> like to do this:
> 
>     <echo message="ANT_HOME defined as ${env.ANT_HOME}" />
> 

you mean environment variables.

<property env="env"> will import all of them with the previx env.



--
To unsubscribe, e-mail:   <mailto:ant-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@;jakarta.apache.org>

Reply via email to