You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2008/06/12 12:35:07 UTC

DO NOT REPLY [Bug 45190] Cannot typedef from a file with a # in the path

https://issues.apache.org/bugzilla/show_bug.cgi?id=45190





--- Comment #1 from Steve Loughran <st...@apache.org>  2008-06-12 03:35:07 PST ---
Patch is:

--- Definer.java.org    Wed Jun 11 16:24:17 2008
+++ Definer.java        Wed Jun 11 17:05:15 2008
@@ -331,7 +331,7 @@
         }
         try {
             if (message == null) {
-                return file.toURL();
+                return file.toURI().toURL();
             }
         } catch (Exception ex) {
             message =


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.