BUILD FAILED |
Ant Error Message: /services/cruisecontrol/work/scripts/build-microcontainer-head-testsuite.xml:41: Exit code: 1 See compilejbosshead.log in Build Artifacts for details. |
Date of build: 05/02/2006 03:33:47 |
Time to build: 39 minutes 46 seconds |
Last changed: 05/01/2006 23:17:09 |
Last log entry: Add a ManagementView plugin accessor |
Unit Tests: (0) Total Errors and Failures: (0) | |||
Modifications since last build: (first 50 of 34) | ||||
1.3 | modified | starksm | src/main/org/jboss/profileservice/spi/ProfileService.java | Add a ManagementView plugin accessor |
1.1 | added | starksm | src/main/org/jboss/profileservice/spi/NoSuchProfileException.java | Exception thrown when a profile query failes to find a match |
1.2 | modified | starksm | src/main/org/jboss/profileservice/spi/ProfileService.java | Update to use a ProfileKey rather than simple string name |
1.2 | modified | starksm | src/main/org/jboss/profileservice/spi/Profile.java | javadoc update |
1.1 | added | starksm | src/main/org/jboss/profileservice/spi/ProfileKey.java | The key for a Profile. It consists fo the domain, server and name. |
1.2 | modified | starksm | src/main/org/jboss/profileservice/spi/Deployment.java | javadoc update |
1.10 | modified | bill | /build-test.xml | Deployer prototype |
1.24 | modified | bill | /build.xml | Deployer prototype |
1.1 | added | bill | src/main/org/jboss/deployment/DeploymentImpl.java | Deployer prototype |
1.1 | added | bill | src/main/org/jboss/deployment/KernelErrorsLogger.java | Deployer prototype |
1.1 | added | bill | src/main/org/jboss/deployment/MainDeployerImpl.java | Deployer prototype |
1.1 | added | bill | src/resources/deployment/classpath-bootstrap.xml | Deployer prototype |
1.1 | added | bill | src/resources/xml-test/org/jboss/test/deployment/four-beans.xml | Deployer prototype |
1.1 | added | bill | src/resources/xml-test/org/jboss/test/deployment/one-beans.xml | Deployer prototype |
1.1 | added | bill | src/resources/xml-test/org/jboss/test/deployment/three-beans.xml | Deployer prototype |
1.1 | added | bill | src/resources/xml-test/org/jboss/test/deployment/two-beans.xml | Deployer prototype |
1.1 | added | bill | src/tests/org/jboss/test/deployment/BaseDeploymentTestCase.java | Deployer prototype |
1.1 | added | bill | src/tests/org/jboss/test/deployment/Bean.java | Deployer prototype |
1.1 | added | bill | src/main/org/jboss/deployment/plugins/ClasspathBootstrap.java | Deployer prototype |
1.1 | added | bill | src/main/org/jboss/deployment/plugins/ClasspathScanner.java | Deployer prototype |
1.1 | added | bill | src/main/org/jboss/deployment/plugins/IgnoredJars.java | Deployer prototype |
1.1 | added | bill | src/main/org/jboss/deployment/plugins/MCDeployer.java | Deployer prototype |
1.1 | added | bill | src/main/org/jboss/deployment/plugins/TCLDeployerAspect.java | Deployer prototype |
1.1 | added | bill | src/main/org/jboss/deployment/spi/Deployer.java | Deployer prototype |
1.1 | added | bill | src/main/org/jboss/deployment/spi/DeployerAspect.java | Deployer prototype |
1.1 | added | bill | src/main/org/jboss/deployment/spi/Deployment.java | Deployer prototype |
1.1 | added | bill | src/main/org/jboss/deployment/spi/MainDeployer.java | Deployer prototype |
1.3 | modified | bill | src/main/org/jboss/vfs/spi/VirtualFile.java | deployer prototype. added stuff to VFS to:1) allow you to get all children recursively from any VirtualFile2) Fix some bugs here and there. |
1.1 | added | bill | src/main/org/jboss/vfs/spi/VirtualFileFilter.java | deployer prototype. added stuff to VFS to:1) allow you to get all children recursively from any VirtualFile2) Fix some bugs here and there. |
1.4 | modified | bill | src/main/org/jboss/vfs/file/FileImpl.java | deployer prototype. added stuff to VFS to:1) allow you to get all children recursively from any VirtualFile2) Fix some bugs here and there. |
1.4 | modified | bill | src/main/org/jboss/vfs/file/FileSystemVFS.java | deployer prototype. added stuff to VFS to:1) allow you to get all children recursively from any VirtualFile2) Fix some bugs here and there. |
1.3 | modified | bill | src/main/org/jboss/vfs/file/JarFileEntry.java | deployer prototype. added stuff to VFS to:1) allow you to get all children recursively from any VirtualFile2) Fix some bugs here and there. |
1.5 | modified | bill | src/main/org/jboss/vfs/file/JarImpl.java | deployer prototype. added stuff to VFS to:1) allow you to get all children recursively from any VirtualFile2) Fix some bugs here and there. |
1.4 | modified | bill | src/main/org/jboss/vfs/file/NestedJarFromStream.java | deployer prototype. added stuff to VFS to:1) allow you to get all children recursively from any VirtualFile2) Fix some bugs here and there. |