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=28505>.
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=28505
[PATCH] File paths to imported build files should not be canonicalized
------- Additional Comments From peter.reilly@corvil.com 2004-04-26 10:21 -------
Hi Jesse,
The reason I used canonicalpath here was because the imported file
may import other files. One could set up something like this.
/a/scripts/overall.xml
/a/scripts/b/import.xml
containing <import file="../overall.xml"/>
and one could set a symbolic link to /a/scripts/b, say /usr/home/peter/b_scripts
a build-file could then contain:
<import file="/usr/home/peter/b_scripts/import.xml"/>
which would work with the canonical path, but not with the AbsolutePath
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|