users@jersey.java.net

Build failure

From: Richard Wallace <rwallace_at_thewallacepack.net>
Date: Thu, 28 Feb 2008 05:37:45 -0800

Hello,

I'm trying to build the latest version of jersey from svn so I can
improve my Guice integration - I've got some ideas about how to get
Guice to be able to inject @UrlInfo params that I want to play with.
But I'm getting the following build error

    [javac] /home/rwallace/Development/jersey-trunk/jersey/src/impl/com/sun/ws/rest/impl/json/JSONMarshaller.java:97: cannot find symbol

    [javac] symbol : method marshal(java.lang.Object,java.io.File)

    [javac] location: interface javax.xml.bind.Marshaller

    [javac] jaxbMarshaller.marshal(jaxbObject, file);

    [javac] ^


I've cleaned out my build directory, completely blown away the source
and done a fresh checkout and am still running into this.

Any ideas?

Rich

P.S. I'm running on Ubuntu Linux 8.04 with the Sun 1.6 sdk.

$ java -version
java version "1.6.0_03"
Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
Java HotSpot(TM) Server VM (build 1.6.0_03-b05, mixed mode)