users@jersey.java.net

Re: [Jersey] Jersey build error

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Tue, 02 Jun 2009 12:02:08 -0700

On Jun 2, 2009, at 11:59 AM, Farrukh Najmi wrote:

> Hi Guys,
>
> I am trying to build jersey latest svn bits to debug an issue. I get
> the following error.
> Are there any special instructions to build jersey. All I did was
> the following in root pom's dir:
>

Scrub your local repo of the jsr 311 version 1.1 jar and try again.

Paul.

> mvn clean
> mvn install
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building jersey-client
> [INFO] task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [buildnumber:create {execution: default}]
> [INFO] Storing buildNumber: 06/02/2009 02:49 PM at timestamp:
> 1243968599697
> [INFO] [resources:resources]
> [WARNING] Using platform encoding (UTF-8 actually) to copy filtered
> resources, i.e. build is platform dependent!
> [INFO] Copying 0 resource
> [INFO] [compiler:compile]
> [INFO] Compiling 35 source files to /home/najmi/jvnet/jersey/jersey/
> jersey-client/target/classes
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Compilation failure
> /home/najmi/jvnet/jersey/jersey/jersey-client/src/main/java/com/sun/
> jersey/api/client/ClientResponse.java:[64,39] import requires
> canonical name for javax.ws.rs.core.Response.StatusType.Family
>
> --
> Regards,
> Farrukh
>
> Web: http://www.wellfleetsoftware.com
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jersey.dev.java.net
> For additional commands, e-mail: users-help_at_jersey.dev.java.net
>