On Fri, Jul 25, 2008 at 11:01:23AM -0700, Craig McClanahan wrote:
>
> On a Mac, I checked out the latest trunk (1205) and tried to build, but
> it fails in the javadocs section for jersey-client with the following
> errors, which also cause the overall build to fail. Any thoughts? (I'm
> also trying this on Linux as well).
>
> Craig
>
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] An error has occurred in JavaDocs report generation:Exit code: 1
> -
> /Users/craigmcc/Java.Net/jersey/jersey/jersey-client/src/main/java/com/sun/jersey/api/client/ClientResponse.java:46:
> package javax.ws.rs.core does not exist
> import javax.ws.rs.core.EntityTag;
Are you using JDK 6?
Chris