I am trying to create a local patch for the JaxbRepresentation problem at the
end of issue # 289. I used the following command to check out what I hoped
was the latest 1.1beta:

svn checkout http://restlet.tigris.org/svn/restlet/trunk restlet --username X

I got the following errors when I built:

    [javac] 
/home/slandis/RestletSrcForPatch/restlet/build/temp/modules/com.noelios.
restlet.test/src/com/noelios/restlet/test/GrizzlyTestCase.java:33: package
com.noelios.restlet.ext.grizzly does not exist
    [javac] import com.noelios.restlet.ext.grizzly.HttpServerHelper;
    [javac]                                        ^
    [javac] 
/home/slandis/RestletSrcForPatch/restlet/build/temp/modules/com.noelios.
restlet.test/src/com/noelios/restlet/test/GrizzlyTestCase.java:34: package
 com.noelios.restlet.ext.net does not exist
    [javac] import com.noelios.restlet.ext.net.HttpClientHelper;
    [javac]                                    ^
    [javac] 
/home/slandis/RestletSrcForPatch/restlet/build/temp/modules/com.noelios.
estlet.test/src/com/noelios/restlet/test/GrizzlyTestCase.java:50: cannot find
 symbol
    [javac] symbol  : class HttpServerHelper
    [javac] location: class com.noelios.restlet.test.GrizzlyTestCase
    [javac]    nre.getRegisteredServers().add(new HttpServerHelper(null));
    [javac]                                       ^
    [javac] 
/home/slandis/RestletSrcForPatch/restlet/build/temp/modules/com.noelios.
restlet.test/src/com/noelios/restlet/test/GrizzlyTestCase.java:51: cannot 
find symbol
    [javac] symbol  : class HttpClientHelper
    [javac] location: class com.noelios.restlet.test.GrizzlyTestCase
    [javac]     nre.getRegisteredClients().add(new HttpClientHelper(null));
    [javac]                                        ^
    [javac] 4 errors

BUILD FAILED

Reply via email to