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 18:11:19 UTC

DO NOT REPLY [Bug 16841] - built-in properties ${user.dir} and ${basedir} capitalize drive letters differently

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

built-in properties ${user.dir} and ${basedir} capitalize drive letters differently

hauser@acm.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|http://ant.apache.org/manual|http://ant.apache.org/manual
                   |/CoreTasks/conditions.html  |/using.html#built-in-props
            Summary|<if><equals                 |built-in properties
                   |arg1="${user.dir}"          |${user.dir} and ${basedir}
                   |arg2="${basedir}"/> broken  |capitalize drive letters
                   |                            |differently



------- Additional Comments From hauser@acm.org  2003-02-06 17:11 -------
It's the drive-letter capitalization!

<<Buildfile: buildErr.xml

all:
     [echo] ${they.are.equal}
     [echo] basedir: >C:\data<
     [echo] user.dir: >c:\data<

BUILD SUCCESSFUL
Total time: 1 second>>

No clue how to fix that?