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=5832>.
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=5832

<not /> causes reflection exception

           Summary: <not /> causes reflection exception
           Product: Ant
           Version: 1.5 alpha (nightly)
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


again, the target
  <target name="negationincomplete">
    <condition property="negationincomplete">
      <not />
    </condition>
    <echo>${negationincomplete}</echo>
  </target>

should throw a build excepto, rather than
negationincomplete:
[condition] Error in class org.apache.tools.ant.taskdefs.ConditionTask

BUILD FAILED
D:\Java\Ant\jakarta-ant\src\etc\testcases\taskdefs\condition.xml:65: 
java.lang.reflect.InvocationTargetException

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

Reply via email to