Maybe it is a stupid question, but how should I do that? -----Original Message----- From: Stefan Bodewig [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 1:39 PM To: [EMAIL PROTECTED] Subject: Re: Check for environment variable existence
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]>
