Steve Loughran wrote:
> ...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>
This is not really the issue. This is checking to see if a property is
defined. What I'm wondering is why it echos ${foo} when foo is undefined as in
<echo>foo = ${foo}</echo>
Which, if foo is undefined echos
foo = ${foo}
I don't see what problem this solves as opposed to the output
foo =
- Drew
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>