[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
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();
}
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