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

BUILD FAILED
Ant Error Message: /services/cruisecontrol/work/scripts/build-jboss-common.xml:296: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-jboss-common.xml:124: Exit code: 1 See compile-build.log in Build Artifacts for details.
Date of build: 10/11/2006 21:50:09
Time to build: 19 minutes 1 second
Last changed: 10/11/2006 14:30:04
Last log entry: use jbossxb snapshot instead of CR6

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

 Modifications since last build:  (first 50 of 76)
57569modifiedalex.loubyansky@jboss.com//trunk/build/build-thirdparty.xmluse jbossxb snapshot instead of CR6
57567modifiedrrajesh//trunk/tools/etc/cruisecontrol/jbossnative/daemon-windows.xmlUpdated jbossnative builds to use the new build scripts
57565addedkabir.khan@jboss.com//trunk/aspects/src/jdk15/org/jboss/aop/deployers/ClassFileFilter.javaGet new AspectDeployer working with annotations and test
57565modifiedkabir.khan@jboss.com//trunk/testsuite/src/jdk15/org/jboss/test/aop/test/DeployersInitialTestCase.javaGet new AspectDeployer working with annotations and test
57565modifiedkabir.khan@jboss.com//trunk/aspects/src/jdk15/org/jboss/aop/deployers/AspectDeployer.javaGet new AspectDeployer working with annotations and test
57565modifiedkabir.khan@jboss.com//trunk/testsuite/src/jdk15/org/jboss/test/aop/deployers/DeployersMonitor.javaGet new AspectDeployer working with annotations and test
57565addedkabir.khan@jboss.com//trunk/testsuite/src/jdk15/org/jboss/test/aop/deployers/annotations/SomeInterceptor.javaGet new AspectDeployer working with annotations and test
57565addedkabir.khan@jboss.com//trunk/testsuite/src/jdk15/org/jboss/test/aop/deployers/annotations/SomeAspect.javaGet new AspectDeployer working with annotations and test
57561modifiedkabir.khan@jboss.com//trunk/testsuite/build.xmlMake jboss-aop-jdk50.jar come before jboss-aop.jar so that we can have tests with JDK 5 annotations
57561modifiedkabir.khan@jboss.com//trunk/testsuite/.classpathMake jboss-aop-jdk50.jar come before jboss-aop.jar so that we can have tests with JDK 5 annotations
57560addedkabir.khan@jboss.com//trunk/testsuite/src/jdk15/org/jboss/test/aop/test/AOPTestSetup.javaDuplicate AOPTestSetup in the jdk15 source folder
57559modifiedrrajesh//trunk/tools/etc/cruisecontrol/jbossnative/daemon-windows.xmlUpdated jbossnative builds to use the new build scripts
57558modifiedrrajesh//trunk/tools/etc/cruisecontrol/jbossnative/daemon.xmlUpdated jbossnative builds to use the new build scripts
57558modifiedrrajesh//trunk/tools/etc/cruisecontrol/jbossnative/build.xmlUpdated jbossnative builds to use the new build scripts
57557modifiedrrajesh//trunk/tools/etc/cruisecontrol/scripts/build-jbossnative.xmlUpdated jbossnative builds to use the new build scripts
57556modifiedkabir.khan@jboss.com//trunk/aspects/src/jdk15/org/jboss/aop/deployers/AspectDeployer.javaSet relative order to be after classloading deployers, but before the component/real deployers
57555modifiedkabir.khan@jboss.com//trunk/testsuite/src/jdk15/org/jboss/test/aop/test/DeployersInitialTestCase.javaGet rid of some logging
57554modifiedkabir.khan@jboss.com//trunk/server/src/etc/conf/default/deployer-beans.xmlAdd -aop.xml to the hard-coded list of recognised files
57551addedbill.burke@jboss.com//trunk/server/src/main/org/jboss/deployment/EARStructure.javauntested EAR and Jacc deployers
57551addedbill.burke@jboss.com//trunk/server/src/main/org/jboss/deployment/JaccInitializationDeployer.javauntested EAR and Jacc deployers
57551addedbill.burke@jboss.com//trunk/server/src/main/org/jboss/deployment/JaccCommitDeployer.javauntested EAR and Jacc deployers
57548modifiedrrajesh//trunk/tools/etc/cruisecontrol/scripts/build-jboss-common.xmlUpdated ANT_OPTS
57541modifiedrrajesh//trunk/tools/etc/cruisecontrol/templates/projects-db.xmlFixed typo
57540modifiedrrajesh//trunk/tools/etc/cruisecontrol/templates/jbosslabstemplate.vmReverted ant to 1.6.2. CC2.1.6 is not compatible with ant 1.6.5
57540modifiedrrajesh//trunk/tools/etc/cruisecontrol/templates/projecttemplate.vmReverted ant to 1.6.2. CC2.1.6 is not compatible with ant 1.6.5
57539modifiedrrajesh//trunk/tools/etc/cruisecontrol/scripts/build-jboss-common.xmlIncreased ant memory for report generation
57538modifiedrrajesh//trunk/tools/etc/cruisecontrol/templates/projects-matrix.xmlAdded jboss-cache-testsuite-140
57536modifiedkabir.khan@jboss.com//trunk/aspects/.classpathCreate a basic AspectDeployer using the new deployers architecture - it can currently only deploy -aop.xml files.For now, package the aspect deployer stuff in the lib/ folder with the deployer in the deployers/ folder.Add fix to load up base-aop.xml from the conf/ folder
57536addedkabir.khan@jboss.com//trunk/aspects/src/jdk15/org/jboss/aop/deployersCreate a basic AspectDeployer using the new deployers architecture - it can currently only deploy -aop.xml files.For now, package the aspect deployer stuff in the lib/ folder with the deployer in the deployers/ folder.Add fix to load up base-aop.xml from the conf/ folder
57536addedkabir.khan@jboss.com//trunk/aspects/src/jdk15/org/jboss/aop/deployers/AspectDeployer.javaCreate a basic AspectDeployer using the new deployers architecture - it can currently only deploy -aop.xml files.For now, package the aspect deployer stuff in the lib/ folder with the deployer in the deployers/ folder.Add fix to load up base-aop.xml from the conf/ folder
57536addedkabir.khan@jboss.com//trunk/testsuite/src/jdk15/org/jboss/test/aop/deployers/annotationsCreate a basic AspectDeployer using the new deployers architecture - it can currently only deploy -aop.xml files.For now, package the aspect deployer stuff in the lib/ folder with the deployer in the deployers/ folder.Add fix to load up base-aop.xml from the conf/ folder
57536addedkabir.khan@jboss.com//trunk/testsuite/src/jdk15/org/jboss/test/aop/deployers/DeployersMonitor.javaCreate a basic AspectDeployer using the new deployers architecture - it can currently only deploy -aop.xml files.For now, package the aspect deployer stuff in the lib/ folder with the deployer in the deployers/ folder.Add fix to load up base-aop.xml from the conf/ folder
57536addedkabir.khan@jboss.com//trunk/testsuite/src/jdk15/org/jboss/test/aop/deployers/xmlCreate a basic AspectDeployer using the new deployers architecture - it can currently only deploy -aop.xml files.For now, package the aspect deployer stuff in the lib/ folder with the deployer in the deployers/ folder.Add fix to load up base-aop.xml from the conf/ folder
57536addedkabir.khan@jboss.com//trunk/testsuite/src/jdk15/org/jboss/test/aop/deployersCreate a basic AspectDeployer using the new deployers architecture - it can currently only deploy -aop.xml files.For now, package the aspect deployer stuff in the lib/ folder with the deployer in the deployers/ folder.Add fix to load up base-aop.xml from the conf/ folder
57536addedkabir.khan@jboss.com//trunk/testsuite/src/jdk15/org/jboss/test/aop/deployers/DeployersMonitorMBean.javaCreate a basic AspectDeployer using the new deployers architecture - it can currently only deploy -aop.xml files.For now, package the aspect deployer stuff in the lib/ folder with the deployer in the deployers/ folder.Add fix to load up base-aop.xml from the conf/ folder
57536addedkabir.khan@jboss.com//trunk/testsuite/src/jdk15/org/jboss/test/aop/deployers/xml/SomeInterceptor.javaCreate a basic AspectDeployer using the new deployers architecture - it can currently only deploy -aop.xml files.For now, package the aspect deployer stuff in the lib/ folder with the deployer in the deployers/ folder.Add fix to load up base-aop.xml from the conf/ folder
57536addedkabir.khan@jboss.com//trunk/aspects/src/resources/META-INF/aspect-deployers-beans.xmlCreate a basic AspectDeployer using the new deployers architecture - it can currently only deploy -aop.xml files.For now, package the aspect deployer stuff in the lib/ folder with the deployer in the deployers/ folder.Add fix to load up base-aop.xml from the conf/ folder
57536addedkabir.khan@jboss.com//trunk/testsuite/src/resources/aop/deployers/xml/META-INF/jboss-aop.xmlCreate a basic AspectDeployer using the new deployers architecture - it can currently only deploy -aop.xml files.For now, package the aspect deployer stuff in the lib/ folder with the deployer in the deployers/ folder.Add fix to load up base-aop.xml from the conf/ folder
57536addedkabir.khan@jboss.com//trunk/testsuite/src/jdk15/org/jboss/test/aop/test/DeployersInitialTestCase.javaCreate a basic AspectDeployer using the new deployers architecture - it can currently only deploy -aop.xml files.For now, package the aspect deployer stuff in the lib/ folder with the deployer in the deployers/ folder.Add fix to load up base-aop.xml from the conf/ folder
57536addedkabir.khan@jboss.com//trunk/testsuite/src/resources/aop/deployersCreate a basic AspectDeployer using the new deployers architecture - it can currently only deploy -aop.xml files.For now, package the aspect deployer stuff in the lib/ folder with the deployer in the deployers/ folder.Add fix to load up base-aop.xml from the conf/ folder
57536addedkabir.khan@jboss.com//trunk/testsuite/src/resources/aop/deployers/META-INFCreate a basic AspectDeployer using the new deployers architecture - it can currently only deploy -aop.xml files.For now, package the aspect deployer stuff in the lib/ folder with the deployer in the deployers/ folder.Add fix to load up base-aop.xml from the conf/ folder
57536addedkabir.khan@jboss.com//trunk/testsuite/src/resources/aop/deployers/xmlCreate a basic AspectDeployer using the new deployers architecture - it can currently only deploy -aop.xml files.For now, package the aspect deployer stuff in the lib/ folder with the deployer in the deployers/ folder.Add fix to load up base-aop.xml from the conf/ folder
57536addedkabir.khan@jboss.com//trunk/testsuite/src/resources/aop/deployers/xml/META-INFCreate a basic AspectDeployer using the new deployers architecture - it can currently only deploy -aop.xml files.For now, package the aspect deployer stuff in the lib/ folder with the deployer in the deployers/ folder.Add fix to load up base-aop.xml from the conf/ folder
57536modifiedkabir.khan@jboss.com//trunk/build/build-distr.xmlCreate a basic AspectDeployer using the new deployers architecture - it can currently only deploy -aop.xml files.For now, package the aspect deployer stuff in the lib/ folder with the deployer in the deployers/ folder.Add fix to load up base-aop.xml from the conf/ folder
57536modifiedkabir.khan@jboss.com//trunk/aspects/src/resources/META-INF/jboss-service.xmlCreate a basic AspectDeployer using the new deployers architecture - it can currently only deploy -aop.xml files.For now, package the aspect deployer stuff in the lib/ folder with the deployer in the deployers/ folder.Add fix to load up base-aop.xml from the conf/ folder
57536addedkabir.khan@jboss.com//trunk/testsuite/src/jdk15/org/jboss/test/aop/testCreate a basic AspectDeployer using the new deployers architecture - it can currently only deploy -aop.xml files.For now, package the aspect deployer stuff in the lib/ folder with the deployer in the deployers/ folder.Add fix to load up base-aop.xml from the conf/ folder
57536modifiedkabir.khan@jboss.com//trunk/connector/.classpathCreate a basic AspectDeployer using the new deployers architecture - it can currently only deploy -aop.xml files.For now, package the aspect deployer stuff in the lib/ folder with the deployer in the deployers/ folder.Add fix to load up base-aop.xml from the conf/ folder
57536modifiedkabir.khan@jboss.com//trunk/testsuite/imports/sections/aop.xmlCreate a basic AspectDeployer using the new deployers architecture - it can currently only deploy -aop.xml files.For now, package the aspect deployer stuff in the lib/ folder with the deployer in the deployers/ folder.Add fix to load up base-aop.xml from the conf/ folder
57536addedkabir.khan@jboss.com//trunk/testsuite/src/jdk15/org/jboss/test/aop/deployers/xml/SomeAspect.javaCreate a basic AspectDeployer using the new deployers architecture - it can currently only deploy -aop.xml files.For now, package the aspect deployer stuff in the lib/ folder with the deployer in the deployers/ folder.Add fix to load up base-aop.xml from the conf/ folder
57536addedkabir.khan@jboss.com//trunk/testsuite/src/resources/aop/deployers/META-INF/jboss-service.xmlCreate a basic AspectDeployer using the new deployers architecture - it can currently only deploy -aop.xml files.For now, package the aspect deployer stuff in the lib/ folder with the deployer in the deployers/ folder.Add fix to load up base-aop.xml from the conf/ folder