dev@jersey.java.net

Build failed in Hudson: Jersey #2401

From: Hudson <hudson-admins_at_sun.com>
Date: Fri, 30 Oct 2009 04:25:36 -0700 (PDT)

See <http://hudson.sfbay/job/Jersey/2401/changes>

Changes:

[Paul Sandoz] Merged changes from jersey-1.1.4-ea-SNAPSHOT branch: 2926:2927

------------------------------------------
[...truncated 5766 lines...]
                   ^
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/reflection/AnnotatedMethod.java>:56: package javax.ws.rs does not exist
import javax.ws.rs.MatrixParam;
                   ^
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/reflection/AnnotatedMethod.java>:57: package javax.ws.rs does not exist
import javax.ws.rs.Path;
                   ^
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/reflection/AnnotatedMethod.java>:58: package javax.ws.rs does not exist
import javax.ws.rs.PathParam;
                   ^
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/reflection/AnnotatedMethod.java>:59: package javax.ws.rs does not exist
import javax.ws.rs.Produces;
                   ^
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/reflection/AnnotatedMethod.java>:60: package javax.ws.rs does not exist
import javax.ws.rs.QueryParam;
                   ^
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/reflection/AnnotatedMethod.java>:61: package javax.ws.rs.core does not exist
import javax.ws.rs.core.Context;
                        ^
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/MessageBodyFactory.java>:55: package javax.ws.rs does not exist
import javax.ws.rs.Consumes;
                   ^
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/MessageBodyFactory.java>:56: package javax.ws.rs does not exist
import javax.ws.rs.Produces;
                   ^
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/MessageBodyFactory.java>:57: package javax.ws.rs.core does not exist
import javax.ws.rs.core.MediaType;
                        ^
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/MessageBodyFactory.java>:58: package javax.ws.rs.ext does not exist
import javax.ws.rs.ext.MessageBodyReader;
                       ^
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/MessageBodyFactory.java>:59: package javax.ws.rs.ext does not exist
import javax.ws.rs.ext.MessageBodyWriter;
                       ^
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/MessageBodyFactory.java>:68: cannot find symbol
symbol : class MediaType
location: class com.sun.jersey.core.spi.factory.MessageBodyFactory
    /* package */ static final KeyComparator<MediaType> MEDIA_TYPE_COMPARATOR =
                                             ^
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/MessageBodyFactory.java>:87: cannot find symbol
symbol : class MediaType
location: class com.sun.jersey.core.spi.factory.MessageBodyFactory
    private Map<MediaType, List<MessageBodyReader>> readerProviders;
                ^
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/MessageBodyFactory.java>:87: cannot find symbol
symbol : class MessageBodyReader
location: class com.sun.jersey.core.spi.factory.MessageBodyFactory
    private Map<MediaType, List<MessageBodyReader>> readerProviders;
                                ^
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/MessageBodyFactory.java>:89: cannot find symbol
symbol : class MediaType
location: class com.sun.jersey.core.spi.factory.MessageBodyFactory
    private Map<MediaType, List<MessageBodyWriter>> writerProviders;
                ^
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/MessageBodyFactory.java>:89: cannot find symbol
symbol : class MessageBodyWriter
location: class com.sun.jersey.core.spi.factory.MessageBodyFactory
    private Map<MediaType, List<MessageBodyWriter>> writerProviders;
                                ^
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/MessageBodyFactory.java>:192: cannot find symbol
symbol : class MediaType
location: class com.sun.jersey.core.spi.factory.MessageBodyFactory
    private <T> void getClassCapability(Map<MediaType, List<T>> capabilities,
                                            ^
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/MessageBodyFactory.java>:193: cannot find symbol
symbol : class MediaType
location: class com.sun.jersey.core.spi.factory.MessageBodyFactory
            T provider, MediaType mediaType) {
                        ^
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/MessageBodyFactory.java>:206: cannot find symbol
symbol : class MediaType
location: class com.sun.jersey.core.spi.factory.MessageBodyFactory
            MediaType mediaType) {
            ^
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/MessageBodyFactory.java>:204: cannot find symbol
symbol : class MessageBodyReader
location: class com.sun.jersey.core.spi.factory.MessageBodyFactory
    public <T> MessageBodyReader<T> getMessageBodyReader(Class<T> c, Type t,
               ^
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/MessageBodyFactory.java>:224: cannot find symbol
symbol : class MediaType
location: class com.sun.jersey.core.spi.factory.MessageBodyFactory
            MediaType mediaType, MediaType lookup) {
            ^
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/MessageBodyFactory.java>:224: cannot find symbol
symbol : class MediaType
location: class com.sun.jersey.core.spi.factory.MessageBodyFactory
            MediaType mediaType, MediaType lookup) {
                                 ^
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/MessageBodyFactory.java>:222: cannot find symbol
symbol : class MessageBodyReader
location: class com.sun.jersey.core.spi.factory.MessageBodyFactory
    private <T> MessageBodyReader<T> _getMessageBodyReader(Class<T> c, Type t,
                ^
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/MessageBodyFactory.java>:238: cannot find symbol
symbol : class MediaType
location: class com.sun.jersey.core.spi.factory.MessageBodyFactory
            MediaType mediaType) {
            ^
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/MessageBodyFactory.java>:236: cannot find symbol
symbol : class MessageBodyWriter
location: class com.sun.jersey.core.spi.factory.MessageBodyFactory
    public <T> MessageBodyWriter<T> getMessageBodyWriter(Class<T> c, Type t,
               ^
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/MessageBodyFactory.java>:255: cannot find symbol
symbol : class MediaType
location: class com.sun.jersey.core.spi.factory.MessageBodyFactory
            MediaType mediaType, MediaType lookup) {
            ^
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/MessageBodyFactory.java>:255: cannot find symbol
symbol : class MediaType
location: class com.sun.jersey.core.spi.factory.MessageBodyFactory
            MediaType mediaType, MediaType lookup) {
                                 ^
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/MessageBodyFactory.java>:253: cannot find symbol
symbol : class MessageBodyWriter
location: class com.sun.jersey.core.spi.factory.MessageBodyFactory
    private <T> MessageBodyWriter<T> _getMessageBodyWriter(Class<T> c, Type t,
                ^
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/MessageBodyFactory.java>:267: cannot find symbol
symbol : class MediaType
location: class com.sun.jersey.core.spi.factory.MessageBodyFactory
    public <T> List<MediaType> getMessageBodyWriterMediaTypes(Class<T> c, Type t,
                    ^
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/MessageBodyFactory.java>:281: cannot find symbol
symbol : class MediaType
location: class com.sun.jersey.core.spi.factory.MessageBodyFactory
                        Annotation[] as, List<MediaType> acceptableMediaTypes) {
                                              ^
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/api/uri/UriBuilderImpl.java>:56: warning - Tag @link: reference not found: UriBuilder
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/api/representation/Form.java>:48: warning - Tag @link: reference not found: javax.ws.rs.core.MultivaluedMap
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/spi/MessageBodyWorkers.java>:57: warning - Tag @link: reference not found: MessageBodyReader
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/spi/MessageBodyWorkers.java>:57: warning - Tag @link: reference not found: MessageBodyWriter
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/spi/MessageBodyWorkers.java>:57: warning - Tag @see: reference not found: MessageBodyReader
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/spi/MessageBodyWorkers.java>:57: warning - Tag @see: reference not found: MessageBodyWriter
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/spi/MessageBodyWorkers.java>:83: warning - Tag @link: reference not found: javax.ws.rs.Consumes
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/spi/MessageBodyWorkers.java>:111: warning - Tag @link: reference not found: javax.ws.rs.Produces
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/spi/StringReaderProvider.java>:56: warning - Tag @link: reference not found: javax.ws.rs.QueryParam
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/spi/StringReaderProvider.java>:56: warning - Tag @see: reference not found: javax.ws.rs.ext.Provider
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/spi/inject/InjectableProvider.java>:55: warning - Tag @link: reference not found: com.sun.jersey.api.model.Parameter
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/spi/inject/InjectableProviderContext.java>:66: warning - Tag @link: reference not found: com.sun.jersey.api.model.Parameter
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/spi/inject/InjectableProviderContext.java>:88: warning - Tag @link: reference not found: com.sun.jersey.api.model.Parameter
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/component/ProviderServices.java>:74: warning - @param argument "injectableFactory" is not a parameter name.
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/AbstractRuntimeDelegate.java>:64: warning - Tag @link: reference not found: RuntimeDelegate
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/ContextResolverFactory.java>:68: warning - Tag @link: reference not found: ContextResolver
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/spi/inject/InjectableProviderContext.java>:66: warning - Tag @link: reference not found: com.sun.jersey.api.model.Parameter
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/spi/inject/InjectableProviderContext.java>:88: warning - Tag @link: reference not found: com.sun.jersey.api.model.Parameter
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/MessageBodyFactory.java>:67: warning - Tag @link: reference not found: MessageBodyReader
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/MessageBodyFactory.java>:67: warning - Tag @link: reference not found: MessageBodyWriter
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/spi/MessageBodyWorkers.java>:83: warning - Tag @link: reference not found: javax.ws.rs.Consumes
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/spi/MessageBodyWorkers.java>:111: warning - Tag @link: reference not found: javax.ws.rs.Produces
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/ResponseBuilderImpl.java>:63: warning - Tag @link: reference not found: ResponseBuilder
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/ResponseImpl.java>:52: warning - Tag @link: reference not found: Response
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/VariantListBuilderImpl.java>:52: warning - Tag @link: reference not found: VariantListBuilder
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/util/MultivaluedMapImpl.java>:53: warning - Tag @link: reference not found: MultivaluedMap
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/util/StringKeyIgnoreCaseMultivaluedMap.java>:51: warning - Tag @link: reference not found: MultivaluedMap
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/util/StringKeyObjectValueIgnoreCaseMultivaluedMap.java>:50: warning - Tag @link: reference not found: MultivaluedMap
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/util/StringKeyStringValueIgnoreCaseMultivaluedMap.java>:51: warning - Tag @link: reference not found: MultivaluedMap
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/util/UnmodifiableMultivaluedMap.java>:55: warning - Tag @link: reference not found: MultivaluedMap
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/header/MatchingEntityTag.java>:63: incompatible types; no instance(s) of type variable(s) T exist so that java.util.Set<T> conforms to java.util.Set<com.sun.jersey.core.header.MatchingEntityTag>
found : <T>java.util.Set<T>
required: java.util.Set<com.sun.jersey.core.header.MatchingEntityTag>
    public static final Set<MatchingEntityTag> ANY_MATCH = Collections.emptySet();
                                                                               ^
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/header/MediaTypes.java>:177: warning - Tag @link: reference not found: Consumes
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/header/MediaTypes.java>:60: cannot find symbol
symbol : variable MediaType
location: class com.sun.jersey.core.header.MediaTypes
            MediaType.valueOf("application/vnd.sun.wadl+xml");
            ^
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/header/MediaTypes.java>:63: cannot find symbol
symbol : variable MediaType
location: class com.sun.jersey.core.header.MediaTypes
            MediaType.valueOf("application/fastinfoset");
            ^
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/header/MediaTypes.java>:177: warning - Tag @link: reference not found: Consumes
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/header/MediaTypes.java>:177: warning - Tag @link: reference not found: MediaType
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/provider/jaxb/AbstractJAXBElementProvider.java>:75: warning - Tag @link: reference not found: WebApplicationException
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/provider/jaxb/AbstractJAXBElementProvider.java>:75: warning - Tag @link: reference not found: WebApplicationException
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/provider/jaxb/AbstractJAXBElementProvider.java>:75: warning - Tag @link: reference not found: WebApplicationException
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/provider/jaxb/AbstractListElementProvider.java>:90: warning - Tag @link: reference not found: WebApplicationException
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/provider/jaxb/AbstractListElementProvider.java>:90: warning - Tag @link: reference not found: WebApplicationException
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/provider/jaxb/AbstractListElementProvider.java>:90: warning - Tag @link: reference not found: WebApplicationException
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/provider/jaxb/AbstractRootElementProvider.java>:77: warning - Tag @link: reference not found: WebApplicationException
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/provider/jaxb/AbstractRootElementProvider.java>:77: warning - Tag @link: reference not found: WebApplicationException
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/provider/jaxb/AbstractRootElementProvider.java>:77: warning - Tag @link: reference not found: WebApplicationException
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/provider/CompletableReader.java>:54: warning - Tag @link: reference not found: MessageBodyReader
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/provider/CompletableReader.java>:54: warning - Tag @link: reference not found: MessageBodyReader
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/provider/CompletableReader.java>:54: warning - Tag @see: reference not found: MessageBodyReader
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/api/representation/Form.java>:48: warning - Tag @link: reference not found: javax.ws.rs.core.MultivaluedMap
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/api/uri/UriBuilderImpl.java>:56: warning - Tag @link: reference not found: UriBuilder
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/provider/CompletableReader.java>:54: warning - Tag @link: reference not found: MessageBodyReader
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/AbstractRuntimeDelegate.java>:64: warning - Tag @link: reference not found: RuntimeDelegate
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/ContextResolverFactory.java>:68: warning - Tag @link: reference not found: ContextResolver
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/MessageBodyFactory.java>:67: warning - Tag @link: reference not found: MessageBodyReader
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/MessageBodyFactory.java>:67: warning - Tag @link: reference not found: MessageBodyWriter
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/ResponseBuilderImpl.java>:63: warning - Tag @link: reference not found: ResponseBuilder
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/ResponseImpl.java>:52: warning - Tag @link: reference not found: Response
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/VariantListBuilderImpl.java>:52: warning - Tag @link: reference not found: VariantListBuilder
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/util/MultivaluedMapImpl.java>:53: warning - Tag @link: reference not found: MultivaluedMap
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/util/StringKeyIgnoreCaseMultivaluedMap.java>:51: warning - Tag @link: reference not found: MultivaluedMap
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/util/StringKeyObjectValueIgnoreCaseMultivaluedMap.java>:50: warning - Tag @link: reference not found: MultivaluedMap
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/util/StringKeyStringValueIgnoreCaseMultivaluedMap.java>:51: warning - Tag @link: reference not found: MultivaluedMap
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/util/UnmodifiableMultivaluedMap.java>:55: warning - Tag @link: reference not found: MultivaluedMap
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/spi/MessageBodyWorkers.java>:57: warning - Tag @link: reference not found: MessageBodyReader
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/spi/MessageBodyWorkers.java>:57: warning - Tag @link: reference not found: MessageBodyWriter
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/MessageBodyFactory.java>:67: warning - Tag @link: reference not found: MessageBodyReader
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/MessageBodyFactory.java>:67: warning - Tag @link: reference not found: MessageBodyWriter
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/util/StringKeyObjectValueIgnoreCaseMultivaluedMap.java>:50: warning - Tag @link: reference not found: MultivaluedMap
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/util/StringKeyStringValueIgnoreCaseMultivaluedMap.java>:51: warning - Tag @link: reference not found: MultivaluedMap
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/util/StringKeyIgnoreCaseMultivaluedMap.java>:51: warning - Tag @link: reference not found: MultivaluedMap
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/util/StringKeyObjectValueIgnoreCaseMultivaluedMap.java>:50: warning - Tag @link: reference not found: MultivaluedMap
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/util/StringKeyStringValueIgnoreCaseMultivaluedMap.java>:51: warning - Tag @link: reference not found: MultivaluedMap
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/api/representation/Form.java>:48: warning - Tag @link: reference not found: javax.ws.rs.core.MultivaluedMap
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/util/MultivaluedMapImpl.java>:53: warning - Tag @link: reference not found: MultivaluedMap
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/util/StringKeyIgnoreCaseMultivaluedMap.java>:51: warning - Tag @link: reference not found: MultivaluedMap
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/util/StringKeyObjectValueIgnoreCaseMultivaluedMap.java>:50: warning - Tag @link: reference not found: MultivaluedMap
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/util/StringKeyStringValueIgnoreCaseMultivaluedMap.java>:51: warning - Tag @link: reference not found: MultivaluedMap
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/util/StringKeyIgnoreCaseMultivaluedMap.java>:51: warning - Tag @link: reference not found: MultivaluedMap
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/spi/MessageBodyWorkers.java>:57: warning - Tag @link: reference not found: MessageBodyReader
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/spi/MessageBodyWorkers.java>:57: warning - Tag @link: reference not found: MessageBodyWriter
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/AbstractRuntimeDelegate.java>:64: warning - Tag @link: reference not found: RuntimeDelegate
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/provider/CompletableReader.java>:54: warning - Tag @link: reference not found: MessageBodyReader
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/ContextResolverFactory.java>:68: warning - Tag @link: reference not found: ContextResolver
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/header/MediaTypes.java>:177: warning - Tag @link: reference not found: Consumes
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/api/representation/Form.java>:48: warning - Tag @link: reference not found: javax.ws.rs.core.MultivaluedMap
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/MessageBodyFactory.java>:67: warning - Tag @link: reference not found: MessageBodyReader
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/MessageBodyFactory.java>:67: warning - Tag @link: reference not found: MessageBodyWriter
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/spi/MessageBodyWorkers.java>:57: warning - Tag @link: reference not found: MessageBodyReader
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/spi/MessageBodyWorkers.java>:57: warning - Tag @link: reference not found: MessageBodyWriter
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/util/MultivaluedMapImpl.java>:53: warning - Tag @link: reference not found: MultivaluedMap
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/ResponseBuilderImpl.java>:63: warning - Tag @link: reference not found: ResponseBuilder
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/ResponseImpl.java>:52: warning - Tag @link: reference not found: Response
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/util/StringKeyIgnoreCaseMultivaluedMap.java>:51: warning - Tag @link: reference not found: MultivaluedMap
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/util/StringKeyObjectValueIgnoreCaseMultivaluedMap.java>:50: warning - Tag @link: reference not found: MultivaluedMap
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/util/StringKeyStringValueIgnoreCaseMultivaluedMap.java>:51: warning - Tag @link: reference not found: MultivaluedMap
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/util/UnmodifiableMultivaluedMap.java>:55: warning - Tag @link: reference not found: MultivaluedMap
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/api/uri/UriBuilderImpl.java>:56: warning - Tag @link: reference not found: UriBuilder
<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/factory/VariantListBuilderImpl.java>:52: warning - Tag @link: reference not found: VariantListBuilder

Command line was:"cd <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs> && /files/hudson/tools/linux-i586/java1.5.0_12/jre/../bin/javadoc" @options @packages
        at org.apache.maven.plugin.javadoc.AbstractJavadocMojo.executeReport(AbstractJavadocMojo.java:1580)
        at org.apache.maven.plugin.javadoc.JavadocJar.execute(JavadocJar.java:113)
        ... 18 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 39 seconds
[INFO] Finished at: Fri Oct 30 04:25:36 PDT 2009
[INFO] Final Memory: 25M/133M
[INFO] ------------------------------------------------------------------------