RE: Exception during dependency report creation

2009-03-20 Thread EJ Ciramella
5:57 PM To: Maven Users List Subject: Re: Exception during dependency report creation [WARNING] Unable to process class com/ibm/icu/impl/data/LocaleElements_zh__PINYIN.class in JarAnalyzer File E:\work\m2Repo\com\ibm\icu\icu4j\2.6.1\icu4j-2.6.1.jar

Re: Exception during dependency report creation

2009-03-20 Thread Wayne Fay
|  \- xom:xom:jar:1.0b3:provided |     +- com.ibm.icu:icu4j:jar:2.6.1:provided The problem is obviously xom. Both 1.0 and 1.0b3 use this icu4j 2.6.1 which we know is bad. Strangely enough, none of XOM's more recent releases use icu4j directly -- but they all depend on jaxen 1.1-beta-8 which

Re: Exception during dependency report creation

2009-03-19 Thread Wayne Fay
[WARNING] Unable to process class com/ibm/icu/impl/data/LocaleElements_zh__PINYIN.class in JarAnalyzer File E:\work\m2Repo\com\ibm\icu\icu4j\2.6.1\icu4j-2.6.1.jar org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in This is simply a bad jar/classfile. You'll need to specify a