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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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?
