----- Original Message -----
From: "John Lindwall" <[EMAIL PROTECTED]>
To: "'Ant Users List'" <[EMAIL PROTECTED]>
Sent: Thursday, March 28, 2002 4:24 PM
Subject: RE: How can I have Ant replace unset properties as just empty
string


> What is the value of echoing uninitialized properties?  What is the intent
of this "pattern"?
>

...let you know that things are undefined (for information; if you want to
break the build on an undefined property do something like

<fail unless="env.CATALINA_HOME">no tomcat</fail>


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

Reply via email to