View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-remoting-testsuite-1.5?log=log20070829031632

BUILD FAILED
Ant Error Message: /services/cruisecontrol/work/scripts/build-jboss-remoting.xml:51: Exit code: 1 See compile.log in Build Artifacts for details.
Date of build: 08/29/2007 03:16:32
Time to build: 3 minutes 59 seconds
Last changed: 08/29/2007 02:22:51
Last log entry: JBREM-749: Synchronized with branch remoting_2_2_0_GA: added SECONDARY_BIND_PORT and SECONDARY_CONNECT_PORT.

 Unit Tests: (0)  Total Errors and Failures: (0)
 

 Modifications since last build:  (first 50 of 7)
1.1.2.8modifiedrsigalsrc/main/org/jboss/remoting/transport/bisocket/Bisocket.javaJBREM-749: Synchronized with branch remoting_2_2_0_GA: added SECONDARY_BIND_PORT and SECONDARY_CONNECT_PORT.
1.52.2.34modifiedrsigalsrc/main/org/jboss/remoting/ServerInvoker.javaJBREM-781, JBREM-782, JBREM-783: Synchronized with branch remoting_2_2_0_GA: (1) Responds to "$GET_CLIENT_LOCAL_ADDRESS$" request; (2) in getCallbackHandler() calls ServerInvokerCallbackHandler.connect(); (3) added some logging to terminateLease(); .
1.7.2.16modifiedrsigalsrc/main/org/jboss/remoting/MicroRemoteClientInvoker.javaJBREM-783: Synchronized with branch remoting_2_2_0_GA: reverted to version before changes made for JBREM-783.
1.8.2.15modifiedrsigalsrc/main/org/jboss/remoting/LeasePinger.javaJBREM-783: Synchronized with branch remoting_2_2_0_GA: reverted to version before JBREM-783 changes.
1.11.2.2modifiedrsigalsrc/main/org/jboss/remoting/Lease.javaJBREM-783: Synchronized with branch remoting_2_2_0_GA: added two log statements.
1.15.2.14modifiedrsigalsrc/main/org/jboss/remoting/callback/ServerInvokerCallbackHandler.javaJBREM-782, JBREM-765: Synchronized with branch remoting_2_2_0_GA: (1) moved callbackClient.connect() from init() to connect(); (2) Checks for "callbackTimeout" configuration parameter.
1.5.2.11modifiedrsigalsrc/main/org/jboss/remoting/callback/CallbackPoller.javaJBREM-641: Synchronizing with branch remoting_2_2_0_GA: (1) Doesn't log error message if running == false, and doesn't set running = true in BlockingPollerThread.run(); (2) in run() if running == false, call stop() before returning (for synchronized shutdown).