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 th

RE: Exception during dependency report creation

2009-03-20 Thread EJ Ciramella
Thursday, March 19, 2009 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\i

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

Exception during dependency report creation

2009-03-19 Thread EJ Ciramella
I've seen this exception discussed a few times in various bugs, but is there a better solution than choosing a newer version? [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.apac