You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2002/07/01 23:01:08 UTC

DO NOT REPLY [Bug 10386] - condition with isset does not return valid results on ${env.} when varname is not defined

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10386>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10386

condition with isset does not return valid results on ${env.<varname>} when varname is not defined





------- Additional Comments From jakarta@ehatchersolutions.com  2002-07-01 21:01 -------
Do not use the ${} syntax with <isset>.  Its asking for the property name, but 
when you use the ${} around it, its passing the property value, which is 
literally "${property.name}" if its not set.

Can we mark this as invalid now?

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>