View results here -> http://cruisecontrol.jboss.com/cc/buildresults/microcontainer-head-testsuite?log=log20060505042341

TESTS FAILED
Ant Error Message: /services/cruisecontrol/work/scripts/build-microcontainer-head-testsuite.xml:175: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-common-targets.xml:11: Build Successful - Tests completed with errors or failures.
Date of build: 05/05/2006 04:23:41
Time to build: 38 minutes 22 seconds
Last changed: 05/04/2006 11:16:23
Last log entry: [JBAOP-86] - Make the annotation dependencies a plugin rather than afull blown classadapter.

 Unit Tests: (600)  Total Errors and Failures: (1)
testBasicorg.jboss.test.deployment.BaseDeploymentTestCase
 

 Modifications since last build:  (first 50 of 74)
1.2modifiedadriansrc/main/org/jboss/vfs/JarTraversal.javaAdd missing serialversionuid and remove redundant code.
1.2modifiedadriansrc/main/org/jboss/vfs/VFSClassLoader.javaAdd missing serialversionuid and remove redundant code.
1.3modifiedadriansrc/main/org/jboss/vfs/VFSFactoryLocator.javaAdd missing serialversionuid and remove redundant code.
1.2modifiedadriansrc/main/org/jboss/vfs/file/FileScanner.javaAdd missing serialversionuid and remove redundant code.
1.5modifiedadriansrc/main/org/jboss/vfs/file/FileSystemVFS.javaAdd missing serialversionuid and remove redundant code.
1.2modifiedadriansrc/tests/org/jboss/test/memorytests/ClassInfoMemoryTestCase.javaAdd missing serialversionuid and remove redundant code.
1.5modifiedadriansrc/tests/org/jboss/test/vfs/TestFileVFS.javaAdd missing serialversionuid and remove redundant code.
1.12modifiedadrian/build-test.xmlThe microcontainer projects are now built against JDK5.There is already a task to introduce a retroweaved version for JDK1.4
1.27modifiedadrian/build.xmlThe microcontainer projects are now built against JDK5.There is already a task to introduce a retroweaved version for JDK1.4
1.6modifiedadrian/build-test.xmlThe microcontainer projects are now built against JDK5.There is already a task to introduce a retroweaved version for JDK1.4
1.4modifiedadrian/build.xmlThe microcontainer projects are now built against JDK5.There is already a task to introduce a retroweaved version for JDK1.4
1.11modifiedadrian/build-test.xmlMake all the standalone projects compile
1.26modifiedadrian/build.xmlMake all the standalone projects compile
1.5modifiedadrian/build-test.xmlMake all the standalone projects compile
1.25modifiedadrian/build.xmlTemporary fix for optional compilation with JDK1.4
1.2modifiedstarksmsrc/main/org/jboss/profileservice/spi/management/ManagementView.javaUpdate to use the bean PropertyInfo as the management view data object
1.2modifiedstarksmsrc/main/org/jboss/profileservice/spi/PropertyInfo.javaAdd a value setter/getter.
1.3modifiedstarksmsrc/main/org/jboss/profileservice/spi/ProfileService.javaAdd a ManagementView plugin accessor
1.1addedstarksmsrc/main/org/jboss/profileservice/spi/management/ManagementView.javaThe management view plugin spi for querying profiles for the deployemnt management object interface roots.
1.2modifiedstarksmsrc/main/org/jboss/profileservice/spi/ProfileService.javaUpdate to use a ProfileKey rather than simple string name
1.2modifiedstarksmsrc/main/org/jboss/profileservice/spi/Profile.javajavadoc update
1.1addedstarksmsrc/main/org/jboss/profileservice/spi/ProfileKey.javaThe key for a Profile. It consists fo the domain, server and name.
1.10modifiedbill/build-test.xmlDeployer prototype
1.24modifiedbill/build.xmlDeployer prototype
1.1addedbillsrc/main/org/jboss/deployment/DeploymentImpl.javaDeployer prototype
1.1addedbillsrc/main/org/jboss/deployment/KernelErrorsLogger.javaDeployer prototype
1.1addedbillsrc/main/org/jboss/deployment/MainDeployerImpl.javaDeployer prototype
1.1addedbillsrc/resources/deployment/classpath-bootstrap.xmlDeployer prototype
1.1addedbillsrc/resources/xml-test/org/jboss/test/deployment/four-beans.xmlDeployer prototype
1.1addedbillsrc/resources/xml-test/org/jboss/test/deployment/one-beans.xmlDeployer prototype
1.1addedbillsrc/resources/xml-test/org/jboss/test/deployment/three-beans.xmlDeployer prototype
1.1addedbillsrc/resources/xml-test/org/jboss/test/deployment/two-beans.xmlDeployer prototype
1.1addedbillsrc/tests/org/jboss/test/deployment/BaseDeploymentTestCase.javaDeployer prototype
1.1addedbillsrc/tests/org/jboss/test/deployment/Bean.javaDeployer prototype
1.1addedbillsrc/main/org/jboss/deployment/plugins/ClasspathBootstrap.javaDeployer prototype
1.1addedbillsrc/main/org/jboss/deployment/plugins/ClasspathScanner.javaDeployer prototype
1.1addedbillsrc/main/org/jboss/deployment/plugins/IgnoredJars.javaDeployer prototype
1.1addedbillsrc/main/org/jboss/deployment/plugins/MCDeployer.javaDeployer prototype
1.1addedbillsrc/main/org/jboss/deployment/plugins/TCLDeployerAspect.javaDeployer prototype
1.1addedbillsrc/main/org/jboss/deployment/spi/Deployer.javaDeployer prototype
1.1addedbillsrc/main/org/jboss/deployment/spi/DeployerAspect.javaDeployer prototype
1.1addedbillsrc/main/org/jboss/deployment/spi/Deployment.javaDeployer prototype
1.1addedbillsrc/main/org/jboss/deployment/spi/MainDeployer.javaDeployer prototype
1.3modifiedbillsrc/main/org/jboss/vfs/spi/VirtualFile.javadeployer prototype. added stuff to VFS to:1) allow you to get all children recursively from any VirtualFile2) Fix some bugs here and there.
1.1addedbillsrc/main/org/jboss/vfs/spi/VirtualFileFilter.javadeployer prototype. added stuff to VFS to:1) allow you to get all children recursively from any VirtualFile2) Fix some bugs here and there.
1.4modifiedbillsrc/main/org/jboss/vfs/file/FileImpl.javadeployer prototype. added stuff to VFS to:1) allow you to get all children recursively from any VirtualFile2) Fix some bugs here and there.
1.4modifiedbillsrc/main/org/jboss/vfs/file/FileSystemVFS.javadeployer prototype. added stuff to VFS to:1) allow you to get all children recursively from any VirtualFile2) Fix some bugs here and there.
1.3modifiedbillsrc/main/org/jboss/vfs/file/JarFileEntry.javadeployer prototype. added stuff to VFS to:1) allow you to get all children recursively from any VirtualFile2) Fix some bugs here and there.
1.5modifiedbillsrc/main/org/jboss/vfs/file/JarImpl.javadeployer prototype. added stuff to VFS to:1) allow you to get all children recursively from any VirtualFile2) Fix some bugs here and there.
1.4modifiedbillsrc/main/org/jboss/vfs/file/NestedJarFromStream.javadeployer prototype. added stuff to VFS to:1) allow you to get all children recursively from any VirtualFile2) Fix some bugs here and there.

Reply via email to