I just did a clean checkout and tried 'ant all'. It doesn't work. Is this failure obvious to anyone who's checked code in recently?
<testcase name="testOutOfOrderParams" time="0.01"> <failure message="Concatenated value was wrong expected:<Hello, world!> but was:<world!Hello, >" type ="junit.framework.AssertionFailedError">junit.framework.AssertionFailedError: Concatenated value was wrong expected:<Hello, world!> but was: <world!Hello, > at junit.framework.Assert.fail(Assert.java:51) at junit.framework.Assert.failNotEquals(Assert.java:234) at junit.framework.Assert.assertEquals(Assert.java:68) at test.RPCDispatch.TestSerializedRPC.testOutOfOrderParams(Unknown Source) at java.lang.reflect.Method.invoke(Native Method) at junit.framework.TestCase.runTest(TestCase.java:166) at junit.framework.TestCase.runBare(TestCase.java:140) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:131) at junit.framework.TestSuite.runTest(TestSuite.java:173) at junit.framework.TestSuite.run(TestSuite.java:168) at junit.framework.TestSuite.runTest(TestSuite.java:173) at junit.framework.TestSuite.run(TestSuite.java:168) at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:231) at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:409) </failure> </testcase> Russell Butek [EMAIL PROTECTED]