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=27014>. 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=27014 failureproperty parameter in JUnit task does not work when testcase fails ------- Additional Comments From [EMAIL PROTECTED] 2004-02-18 10:30 ------- The exception seen is the correct exception result of an ant call. (in ant 1.6) The following generates the shown exception: 1: <project default="y"> 2: <target name="x"> 3: <property name="z" value="set"/> 4: <fail if="z"></fail> 5: </target> 6: <target name="y"> 7: <antcall target="x"/> 8: </target> 9: </project> /home/preilly/learning/ant/fail.xml:7: Following error occured while executing this line /home/preilly/learning/ant/fail.xml:4: if=z Can you attach the complete build.xml file? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]