dev@jersey.java.net

Build failed in Hudson: Jersey #2213

From: Hudson <hudson-admins_at_sun.com>
Date: Fri, 14 Aug 2009 06:50:14 -0700 (PDT)

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

Changes:

[Paul Sandoz] Refactor listeners to use a future.

------------------------------------------
Started by user anonymous
Building remotely on swarm2
Updating https://jersey.dev.java.net/svn/jersey/trunk/jersey
U jersey-tests/src/test/java/com/sun/jersey/impl/client/AsyncHttpMethodTest.java
U jersey-client/src/main/java/com/sun/jersey/api/client/TerminatingClientHandler.java
U jersey-client/src/main/java/com/sun/jersey/api/client/AsyncWebResource.java
U jersey-client/src/main/java/com/sun/jersey/api/client/ClientResponse.java
D jersey-client/src/main/java/com/sun/jersey/api/client/async/AsyncListener.java
D jersey-client/src/main/java/com/sun/jersey/api/client/async/ClientResponseListener.java
D jersey-client/src/main/java/com/sun/jersey/api/client/async/IAsyncListener.java
A jersey-client/src/main/java/com/sun/jersey/api/client/async/ITypeListener.java
A jersey-client/src/main/java/com/sun/jersey/api/client/async/FutureListener.java
A jersey-client/src/main/java/com/sun/jersey/api/client/async/TypeListener.java
U jersey-client/src/main/java/com/sun/jersey/api/client/async/AsyncClientHandler.java
U jersey-client/src/main/java/com/sun/jersey/api/client/AsyncUniformInterface.java
U jersey-client/src/main/java/com/sun/jersey/client/impl/async/FutureClientResponseListener.java
U jersey-client/src/main/java/com/sun/jersey/client/urlconnection/HTTPSProperties.java
At revision 2660
FATAL: class org.jvnet.hudson.plugins.port_allocator.PortAllocator needs to implement the setUp method
java.lang.UnsupportedOperationException: class org.jvnet.hudson.plugins.port_allocator.PortAllocator needs to implement the setUp method
        at hudson.tasks.BuildWrapper.setUp(BuildWrapper.java:142)
        at hudson.tasks.BuildWrapper.setUp(BuildWrapper.java:130)
        at hudson.model.Build$RunnerImpl.doRun(Build.java:107)
        at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:354)
        at hudson.model.Run.run(Run.java:1090)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
        at hudson.model.ResourceController.execute(ResourceController.java:93)
        at hudson.model.Executor.run(Executor.java:122)