BUILD FAILED |
Ant Error Message: /home/cruisecontrol/work/scripts/build-jboss-head.xml:66: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-jboss-head.xml:37: Exit code: 1 See tests.log in Build Artifacts for details. JAVA_HOME=/opt/j2sdk1.4.2_05/ |
Date of build: 01/24/2005 09:19:36 |
Time to build: 18 minutes 32 seconds |
Last changed: 01/24/2005 08:55:29 |
Last log entry: fixed potentional cleanup issue |
Unit Tests: (0) Total Errors and Failures: (0) | |||
Modifications since last build: (10) | ||||
1.1.2.5 | modified | loubyansky | testsuite/src/main/org/jboss/test/cmp2/commerce/LimitOffsetTest.java | fixed potentional cleanup issue |
1.2.2.1 | modified | loubyansky | testsuite/src/main/org/jboss/test/cmp2/commerce/ManyToOneUniTest.java | fixed potentional cleanup issue |
1.2.2.1 | modified | loubyansky | testsuite/src/main/org/jboss/test/cmp2/commerce/OneToManyBiTest.java | fixed potentional cleanup issue |
1.1.2.1 | modified | loubyansky | testsuite/src/resources/idgen/META-INF/jbosscmp-jdbc.xml | added cmp remove-table=true |
1.1.2.2 | modified | loubyansky | testsuite/src/resources/cmp2/cacheinvalidation/META-INF/jbosscmp-jdbc.xml | added cmp remove-table=true |
1.1.2.1 | modified | loubyansky | testsuite/src/resources/cmp2/perf/jbosscmp-jdbc.xml | added cmp remove-table=true |
1.4.2.6 | modified | starksm | security/src/main/org/jboss/security/Util.java | Update the initialization of the sealed object cipher to only use the cipher iv its non-null. The previous approach of trying to init the cipher with an iv and then retrying without an iv on exception was not working across the jce implementations of jdk 1.3, 1.4.x and 1.5. |
1.5.4.6 | modified | starksm | security/src/main/org/jboss/security/srp/SRPRemoteServer.java | Move the creation of the SRPParameters cipher iv to the SRPVerifierInfo.VerifierInfo |
1.2.6.3 | modified | starksm | security/src/main/org/jboss/security/srp/SRPParameters.java | Add a ctor for that accepts the cipher iv. |
1.2.4.3 | modified | starksm | security/src/main/org/jboss/security/srp/SRPVerifierStore.java | Add the cipher iv to the VerifierInfo as there are problems with simply trying to create an iv and use it across the various jdk jce implementations when the cipher does not support an iv. |