DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=21042>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=21042
------- Additional Comments From apache-bugzilla@vitoni.de 2006-07-13 10:12 -------
The the relative path will contain only '/' since Windows accepts it, too.
Additionally it is makes the XSL portable because the values returned will be
the same regardless of the OS.
Some example values:
baseDir=C:\a\b\
C:\a\b\x.xml => x.xml
C:\a\x.xml => ../x.xml
Z:\x.xml => Z:\x.xml
------------------------------
baseDir=/a/b
/a/b/x.xml => x.xml
/a/x.xml => ../x.xml
------------------------------
I'll try to create patches with Tortoise.
--
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|