View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20060802115458Lbuild.2110

BUILD COMPLETE -  build.2110
Date of build: 08/02/2006 11:54:58
Time to build: 37 minutes 48 seconds
Last changed: 08/02/2006 11:34:13
Last log entry: copy the service file with the temp message destinations to the all config before starting the tests and delete after finishing the tests. This way the tests are in sync across branches

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

 Modifications since last build:  (first 50 of 49)
55036modifiedanil.saldhana@jboss.com//trunk/testsuite/build.xmlcopy the service file with the temp message destinations to the all config before starting the tests and delete after finishing the tests. This way the tests are in sync across branches
55035deletedremy.maucherat@jboss.com//trunk/tomcat/src/main/org/jboss/web/tomcat/tc6/session/JBossCacheCluster.java~- API changes in TC 6.
55035modifiedremy.maucherat@jboss.com//trunk/tomcat/src/main/org/jboss/web/tomcat/tc5/session/ClusteredSession.java- API changes in TC 6.
55035deletedremy.maucherat@jboss.com//trunk/tomcat/src/main/org/jboss/web/tomcat/tc6/session/JBossCacheManager.java~- API changes in TC 6.
55035modifiedremy.maucherat@jboss.com//trunk/tomcat/src/main/org/jboss/web/tomcat/tc6/session/ClusteredSession.java- API changes in TC 6.
55035modifiedremy.maucherat@jboss.com//trunk/tomcat/src/main/org/jboss/web/jsf/integration/injection/JBossInjectionProvider.java- API changes in TC 6.
55034modifiedscott.stark@jboss.org//trunk/build/build-distr.xmlRemove the webdav/netboot jars
55033modifiedscott.stark@jboss.org//trunk/build/build-distr.xmlRemove xalan from the endorsed lib
55032modifiedruel.loehr@jboss.com//trunk/system/build.xmlFix build, add compile target and set source flag to 1.5 to allow generics to compile
55031modifiedscott.stark@jboss.org//trunk/system/build.xmlUpdate the javac sourc/target to 5
55030addedwolfc//trunk/ejb3/src/test/org/jboss/ejb3/test/regression/ejbthree670/unit/PreDestroyCallsTestCase.javaEJBTHREE-670: unit test
55030addedwolfc//trunk/ejb3/src/test/org/jboss/ejb3/test/regression/ejbthree670/MyStateful.javaEJBTHREE-670: unit test
55030addedwolfc//trunk/ejb3/src/test/org/jboss/ejb3/test/regression/ejbthree670/unitEJBTHREE-670: unit test
55030addedwolfc//trunk/ejb3/src/test/org/jboss/ejb3/test/regression/ejbthree670EJBTHREE-670: unit test
55030addedwolfc//trunk/ejb3/src/test/org/jboss/ejb3/test/regression/ejbthree670/MyStatefulBean.javaEJBTHREE-670: unit test
55029modifiedwolfc//trunk/ejb3/build-test.xmlEJBTHREE-670: unit test
55026modifiedkabir.khan@jboss.com//trunk/aop/src/main/org/jboss/aop/classpool/AOPClassPool.javaAdd toString() method to get some info about the classloader
55025modifiedscott.stark@jboss.org//trunk/build/build-distr.xmlRemove the default target
55024modifiedscott.stark@jboss.org//trunk/system/src/main/org/jboss/Main.javaExpose the booted server instance and shutdown.
55023addedscott.stark@jboss.org//trunk/system/src/main/org/jboss/system/server/profileAdd the profileservice based server impl
55023addedscott.stark@jboss.org//trunk/system/src/main/org/jboss/system/server/profileserviceAdd the profileservice based server impl
55022deletedscott.stark@jboss.org//trunk/system/src/tests/org/jboss/beans/container/support/AbstractBeanContainerTestCase.javaRemove the unused bean container tests
55022deletedscott.stark@jboss.org//trunk/system/src/tests/org/jboss/beans/container/support/ContainerTestSuite.javaRemove the unused bean container tests
55022deletedscott.stark@jboss.org//trunk/system/src/tests/org/jboss/beans/container/support/AbstractMutableBeanContainerTestCase.javaRemove the unused bean container tests
55021modifiedscott.stark@jboss.org//trunk/system/.projectAdd a dependency on the test project
55020modifiedscott.stark@jboss.org//trunk/system/.classpathAdd test output and mc jars
55019modifiedscott.stark@jboss.org//trunk/varia/.classpathRemove the codec jar from the classpath
55011modifiedbdecoste//trunk/ejb3/src/main/org/jboss/ejb3/security/Ejb3AuthenticationInterceptor.javaempty string unauthenticatedPrincipal
55010addedbdecoste//trunk/ejb3/src/resources/test/unauthenticatedprincipal/META-INF/ejb-jar.xmltest for <unauthenticated-principal>
55010addedbdecoste//trunk/ejb3/src/resources/test/unauthenticatedprincipal/users.propertiestest for <unauthenticated-principal>
55010addedbdecoste//trunk/ejb3/src/test/org/jboss/ejb3/test/unauthenticatedprincipal/StatelessBean.javatest for <unauthenticated-principal>
55010addedbdecoste//trunk/ejb3/src/test/org/jboss/ejb3/test/unauthenticatedprincipal/unittest for <unauthenticated-principal>
55010addedbdecoste//trunk/ejb3/src/resources/test/unauthenticatedprincipal/META-INF/jboss.xmltest for <unauthenticated-principal>
55010addedbdecoste//trunk/ejb3/src/resources/test/unauthenticatedprincipal/roles.propertiestest for <unauthenticated-principal>
55010addedbdecoste//trunk/ejb3/src/test/org/jboss/ejb3/test/unauthenticatedprincipaltest for <unauthenticated-principal>
55010addedbdecoste//trunk/ejb3/src/resources/test/unauthenticatedprincipaltest for <unauthenticated-principal>
55010addedbdecoste//trunk/ejb3/src/resources/test/unauthenticatedprincipal/META-INFtest for <unauthenticated-principal>
55010addedbdecoste//trunk/ejb3/src/test/org/jboss/ejb3/test/unauthenticatedprincipal/unit/UnauthenticatedPrincipalTestCase.javatest for <unauthenticated-principal>
55010addedbdecoste//trunk/ejb3/src/test/org/jboss/ejb3/test/unauthenticatedprincipal/StatelessRemote.javatest for <unauthenticated-principal>
55004addedscott.stark@jboss.org//trunk/system/build-test.xmlCopy system2 tests to the trunk system project
55003addedscott.stark@jboss.org//trunk/system/src/tests-supportCopy system2 tests to the trunk system project
55002addedscott.stark@jboss.org//trunk/system/src/testsCopy system2 tests to the trunk system project
55001modifiedscott.stark@jboss.org//trunk/testsuite/src/main/org/jboss/test/xml/XOPUnitTestCase.javaAdd the required ctor
55000modifiedscott.stark@jboss.org//trunk/testsuite/src/main/org/jboss/test/xml/XOPUnitTestCase.javaComment out until jbossxb is updated
54998modifiedscott.stark@jboss.org//trunk/testsuite/src/main/org/jboss/test/xml/IntrospectionUnitTestCase.javaComment out until jbossxb is updated
54997addedscott.stark@jboss.org//trunk/system/src/main/org/jboss/deployment/scanner/VFSDeploymentScanner.javaCopy the vfs scanner to the trunk system module
54996addedscott.stark@jboss.org//trunk/system/src/main/org/jboss/utilCopy the util to the trunk system module until it can be moved to common
54995addedscott.stark@jboss.org//trunk/system/src/main/org/jboss/deployersCopy the vdf deployers to the trunk system module
54994addedscott.stark@jboss.org//trunk/system/src/main/org/jboss/profileserviceCopy the profileservice to the trunk system module