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=13632>. 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=13632 should error when condition attempts to set property that has previously been set ------- Additional Comments From [EMAIL PROTECTED] 2002-10-15 18:50 ------- I htink I haven't been clear. The following code is *always* an error and should *always* be rejected because the condition statement could *never* set the property regardless of the actual logic inside the condition if properties are immutable. <target name="buggy" > <property name="foo" value="bar"/> <condition property="foo" value="bar2" > some condition logic </condition> </target> Same with <target name="buffy" > <property name="foo" value="bar"/> <property name="foo" value"bar2" /> </target The second property element should be flagged as an error by the parser, too. I hope this helps explain my earlier comments. Thanks! -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
