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=30642>. 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=30642 XMLCatalog fails to resolve entities when the project's base directory path contains spaces. ------- Additional Comments From [EMAIL PROTECTED] 2004-10-20 02:16 ------- I think the correct solution would be to use FileUtils.fromURI. Using URL.getFile() and trying to hack up the result is not guaranteed to work by the Java specification. Whereas FU.fURI can be fixed to use new File(URI) when running on JDK 1.4, which should be reliable, or at least be made to work around various filename <-> URL idiosyncrasies in one global place. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]