Re: problem building jar of maven-jar-plugin

2006-07-25 Thread Brett Porter
It's usually the last one: Caused by: java.lang.ClassFormatError: Illegal field name "has inconsistent hierarchy" in class org/apache/maven/plugin/jar/JarMojo Seems like something went wrong when you built it the first time. This may seems strange, but add: maven-jar-plugin

Re: problem building jar of maven-jar-plugin

2006-07-25 Thread Barrie Treloar
On 7/26/06, Simon Kitching <[EMAIL PROTECTED]> wrote: Hi, I'm writing a patch to maven-jar-plugin. The code compiles fine, and runs the tests ok. However it fails shortly after, with a message I can't understand. I suspect the failure is in the "package" phase, when running the "jar" goal to cr

problem building jar of maven-jar-plugin

2006-07-25 Thread Simon Kitching
Hi, I'm writing a patch to maven-jar-plugin. The code compiles fine, and runs the tests ok. However it fails shortly after, with a message I can't understand. I suspect the failure is in the "package" phase, when running the "jar" goal to create a jar. Rather ironic :-) The version I'm building