On Thu, 6 Dec 2001, Hannes van der Merwe <[EMAIL PROTECTED]> wrote:

> What is the best way to check if the environment variable:
> "CLASSPATH" is set or not?

<property environment="env" />

now either env.CLASSPATH exists or it doesn't and you can use
if/unless attributes based on it.

Stefan

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to