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

ANT_HOME variable needs clarification





------- Additional Comments From [EMAIL PROTECTED]  2004-02-16 15:15 -------
Well, as you write Antoine, %~dpa is not portable to Win9x...

I used to do the following HACK to get rid of trailing slashes:
:: Remove back-slash or forward-slash at end of path, if any
set JAVA_HOME=%JAVA_HOME%#
set JAVA_HOME=%JAVA_HOME:\#=%
set JAVA_HOME=%JAVA_HOME:/#=%
set JAVA_HOME=%JAVA_HOME:#=%

Used to work, but was not tested on all platforms. Should work on WinNT, Win2K, 
WinXP. --DD

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

Reply via email to