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 2003/02/06 14:40:25 UTC

DO NOT REPLY [Bug 16841] New: - broken

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

<if><equals arg1="${user.dir}" arg2="${basedir}"/> broken

           Summary: <if><equals arg1="${user.dir}" arg2="${basedir}"/>
                    broken
           Product: Ant
           Version: 1.6Alpha (nightly)
          Platform: PC
               URL: http://ant.apache.org/manual/CoreTasks/conditions.html
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: ant-dev@jakarta.apache.org
        ReportedBy: hauser@acm.org


Apache Ant version 1.6alpha compiled on February 3 2003

I am running "ant" in the same directory as build.xml. When I echo the two
directories, the string looks exactly equal, but the <if> jumps into the <else>
part instead of the <then> part ???