Open GoogleCodeExporter opened 8 years ago
[deleted comment]
Based on the 20121203 source code, I would fix this in
UrlPacScriptSource.java:79
file = new File(new URL(scriptUrl).toURI());
would become:
file = new File(new URL(scriptUrl.replaceAll("\\\\", "/")).toURI());
Original comment by bloop...@gmail.com
on 26 Apr 2013 at 3:04
Original issue reported on code.google.com by
bloop...@gmail.com
on 26 Apr 2013 at 2:58