users@jersey.java.net

Re: [Jersey] Build error on latest trunk bits

From: Craig McClanahan <Craig.McClanahan_at_Sun.COM>
Date: Sun, 14 Dec 2008 13:33:54 -0800

Farrukh Najmi wrote:
> I get the following build error when building latest jersey bits using
> "mvn install" in my env which is as follows:
>
> Maven version: 2.0.8
> Java version: 1.6.0_07
> OS name: "linux" version: "2.6.24-22-generic" arch: "amd64" Family:
> "unix"
>
> Am I doing something wrong or is this a bug? Thanks.
>
It works for me with the latest bits, but I'm using Maven 2.0.9 instead
of 2.0.8 ... the version you are using has other bugs that bit me, so I
upgraded when 2.0.9 became available. Could you try that?

Even before that, though, I would suggest trying the build one more time
... if there was a transient problem retrieving the JAXB related Maven
artifacts, this could cascade into problems similar to what you are
seeing further down.

Craig