[Ginp-developers] Snapshot 32 is available
Brought to you by:
burchbri,
dougculnane
From: Brian B. <br...@pi...> - 2014-01-09 18:24:50
|
Just in case anyone cares... I recently noticed snapshot 31 was logging a rather nasty error: 2014-01-09 15:33:00,924 ERROR [org.apache.catalina.startup.ContextConfig] Unable to process Jar entry [com/ibm/icu/impl/data/LocaleElements_zh__PINYIN.class] from Jar [jar:file:/var/lib/tomcat7/webapps/ginp/WEB-INF/lib/icu4j-2.6.1.jar!/] for annotations org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 60 at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:133) (etc) I dug around the dependencies (thanks netbeans!) and discovered the broken icu4j-2.6.1.jar was being included by xom-1.0b3, which was included by jaxen-1.1-beta-9. I updated the project pom.xml to depend on the latest jaxen-1.1.6, which pulled in a newer xom that wasn't dependent on icu4j at all. Problem fixed! Pity I forgot which maven goal makes the zips for distribution. You'll just have to make do with the war and source jar files. Sorry! Brian |