Re: [patch] typedef error when using #

2008-06-12 Thread Steve Loughran
[EMAIL PROTECTED] wrote: Hi, Error occurs on 1.7 and 1.7.1 beta2. If I define a typedef with a # in the path ant won't run. I have included a patch and have not created an error, is this a known issue or already fixed? it wasnt known, but now it is https://issues.apache.org/bugzilla/show_bu

[patch] typedef error when using #

2008-06-11 Thread ext-simon.steiner
Hi, Patch is: --- Definer.java.orgWed Jun 11 16:24:17 2008 +++ Definer.javaWed Jun 11 17:05:15 2008 @@ -331,7 +331,7 @@ } try { if (message == null) { -return file.toURL(); +return file.toURI().toURL(); }

[patch] typedef error when using #

2008-06-11 Thread ext-simon.steiner
Hi, Error occurs on 1.7 and 1.7.1 beta2. If I define a typedef with a # in the path ant won't run. I have included a patch and have not created an error, is this a known issue or already fixed? BUILD FAILED C:\USERS\helium\helium-dev-forbuilds#\helium\build.xml:15: The following error o ccurr