The temporary JAR created by jspc (or the FileUtilJar) seems to embed (or return) OS specific path separators.
In Class TldLocations, line 439 there is the following condition:
if (entryName.startsWith("META-INF/") &&
In my case entryName is "META-INF\blueprint.tld"
For this, the condition will never be true, the jspc breaks with an exception. :-(
Is there a workaround/solution to solve the problem?
I'm running on Windows Vista.
The temporary JAR created by jspc (or the FileUtilJar) seems to embed (or return) OS specific path separators.
In Class TldLocations, line 439 there is the following condition:
if (entryName.startsWith("META-INF/") &&
In my case entryName is "META-INF\blueprint.tld"
For this, the condition will never be true, the jspc breaks with an exception. :-(
Is there a workaround/solution to solve the problem?
I'm running on Windows Vista.