BUILD FAILED |
Ant Error Message: /home/cruisecontrol/work/scripts/build-jboss-head.xml:59: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-jboss-head.xml:34: Exit code: 1 See compile.log in Build Artifacts for details. JAVA_HOME=/opt/j2sdk1.4.2_05/ |
Date of build: 11/01/2004 09:56:23 |
Time to build: 22 minutes 8 seconds |
Last changed: 11/01/2004 09:07:29 |
Last log entry: - split createCacheLoader() into createCacheLoader() and startCacheLoader- replaced Class.getMethod() with Class.getDeclaredMethod() |
Unit Tests: (0) Total Errors and Failures: (0) | |||
Modifications since last build: (18) | ||||
1.178 | modified | belaban | cache/src/main/org/jboss/cache/TreeCache.java | - split createCacheLoader() into createCacheLoader() and startCacheLoader- replaced Class.getMethod() with Class.getDeclaredMethod() |
1.425 | modified | starksm | testsuite/build.xml | Include the source attribute in the javac task for jdk 1.5 |
1.424 | modified | starksm | testsuite/build.xml | Synch up with the fixes from the 4.0 branch |
1.423 | modified | osdchicago | testsuite/build.xml | Correct jaxr.includes |
1.21 | modified | starksm | testsuite/imports/test-jars.xml | Merge the _jars-webservice target changes from 4.0 |
1.36 | modified | starksm | jmx/src/main/org/jboss/mx/modelmbean/ModelMBeanInvoker.java | Add support for injecting jmx kernel types into the underlying xmbean resource based on the xmbean descriptors/injection metadata. This generalizes the previous single hard coded injection of the MBeanServer if the resource supported a setMBeanServer(MBeanServer) method. |
1.35 | modified | starksm | jmx/src/main/org/jboss/mx/server/AbstractMBeanInvoker.java | Add support for injecting jmx kernel types into the underlying xmbean resource based on the xmbean descriptors/injection metadata. This generalizes the previous single hard coded injection of the MBeanServer if the resource supported a setMBeanServer(MBeanServer) method. |
1.31 | modified | starksm | jmx/src/main/org/jboss/mx/modelmbean/XMBean.java | Refactor the setting of the ModelInfo info ivar to always be done via the setModelMBeanInfo method. |
1.26 | modified | starksm | jmx/src/main/org/jboss/mx/metadata/JBossXMBean10.java | Add any injection specifications to the mbean descriptor |
1.23 | modified | starksm | jmx/src/main/org/jboss/mx/modelmbean/ModelMBeanConstants.java | Add MBeanServerType, MBeanInfoType, and ObjectNameType constants for the current injection types |
1.23 | modified | bwang00 | cache/docs/Changelog.txt | Updated |
1.7 | modified | bwang00 | cache/src/main/org/jboss/cache/eviction/AopLRUPolicy.java | Added trace log level |
1.19 | modified | bwang00 | cache/src/main/org/jboss/cache/eviction/LRUAlgorithm.java | Added trace log level |
1.17 | modified | bwang00 | cache/src/main/org/jboss/cache/eviction/LRUPolicy.java | Added trace log level |
1.9 | modified | bwang00 | cache/src/main/org/jboss/cache/eviction/RegionManager.java | Added trace log level |
1.12 | modified | bwang00 | cache/src/main/org/jboss/cache/lock/LockStrategyFactory.java | Changed to trace log level |
1.3 | modified | starksm | jmx/src/main/org/jboss/mx/interceptor/ReflectedDispatcher.java | Provide a better NPE message when the operation cannot be found on the underlying resource during the invocation dispatch |
1.422 | modified | starksm | testsuite/build.xml | Get rid of the local javac.target override |