https://bz.apache.org/bugzilla/show_bug.cgi?id=66110

--- Comment #5 from Jaikiran Pai <[email protected]> ---
Hello Ralf, thank you for that additional detail. Looking at the attached jar,
I see that it's MANIFEST.MF has this:

> Created-By: 0.92-gcc

So it looks like that jar was generated by gcc's fastjar tool. 0.92 appears to
be the version of that tool (not sure)? If you have control over that specific
jar's generation, then you might want to fix that jar or use a different
version or a different tool to generate it.

Ultimately, this is something that needs to be handled at the JDK level and not
Ant. My personal opinion is that an invalid jar in the classpath shouldn't
cause the compiler to throw an exception. The JDK team will know more on how it
should behave. So I'll ask for inputs from the JDK team.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to