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

BUILD FAILED
Ant Error Message: /home/cruisecontrol/work/scripts/build-jboss-head.xml:63: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-jboss-head.xml:37: Exit code: 1 See compile.log in Build Artifacts for details. JAVA_HOME=/opt/j2sdk1.4.2_05/
Date of build: 04/24/2005 18:48:25
Time to build: 10 minutes 22 seconds
Last changed: 04/24/2005 18:35:35
Last log entry: added ha xa

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

 Modifications since last build:  (21)
1.2modifiedrcampbellconnector/jbossbuild.xmladded ha xa
1.3modifiedbillcontainer/src/main/org/jboss/joinpoint/spi/JoinpointFactory.javaAOP integration.BeanMetaData now has a Metadata attribute that holds additional metadata like AOP annotation overrides, advice bindings, and mixins.ClassAdapter now requires to pass in the Metadata when calling getDependencies and JoinPointFactory requires this as well when calling getConstructorJoinPoint.
1.2modifiedbillcontainer/src/main/org/jboss/classadapter/plugins/reflect/ReflectClassAdapter.javaAOP integration.BeanMetaData now has a Metadata attribute that holds additional metadata like AOP annotation overrides, advice bindings, and mixins.ClassAdapter now requires to pass in the Metadata when calling getDependencies and JoinPointFactory requires this as well when calling getConstructorJoinPoint.
1.5modifiedbillcontainer/src/main/org/jboss/classadapter/spi/ClassAdapter.javaAOP integration.BeanMetaData now has a Metadata attribute that holds additional metadata like AOP annotation overrides, advice bindings, and mixins.ClassAdapter now requires to pass in the Metadata when calling getDependencies and JoinPointFactory requires this as well when calling getConstructorJoinPoint.
1.4modifiedbillcontainer/src/main/org/jboss/joinpoint/plugins/config/Config.javaAOP integration.BeanMetaData now has a Metadata attribute that holds additional metadata like AOP annotation overrides, advice bindings, and mixins.ClassAdapter now requires to pass in the Metadata when calling getDependencies and JoinPointFactory requires this as well when calling getConstructorJoinPoint.
1.5modifiedbillcontainer/src/main/org/jboss/joinpoint/plugins/reflect/ReflectJoinpointFactory.javaAOP integration.BeanMetaData now has a Metadata attribute that holds additional metadata like AOP annotation overrides, advice bindings, and mixins.ClassAdapter now requires to pass in the Metadata when calling getDependencies and JoinPointFactory requires this as well when calling getConstructorJoinPoint.
1.14modifiedbillkernel/src/main/org/jboss/kernel/plugins/dependency/AbstractKernelController.javaAOP integration.BeanMetaData now has a Metadata attribute that holds additional metadata like AOP annotation overrides, advice bindings, and mixins.ClassAdapter now requires to pass in the Metadata when calling getDependencies and JoinPointFactory requires this as well when calling getConstructorJoinPoint.
1.9modifiedbillkernel/src/main/org/jboss/kernel/spi/config/KernelConfigurator.javaAOP integration.BeanMetaData now has a Metadata attribute that holds additional metadata like AOP annotation overrides, advice bindings, and mixins.ClassAdapter now requires to pass in the Metadata when calling getDependencies and JoinPointFactory requires this as well when calling getConstructorJoinPoint.
1.9modifiedbillkernel/src/main/org/jboss/beans/info/plugins/AbstractBeanInfo.javaAOP integration.BeanMetaData now has a Metadata attribute that holds additional metadata like AOP annotation overrides, advice bindings, and mixins.ClassAdapter now requires to pass in the Metadata when calling getDependencies and JoinPointFactory requires this as well when calling getConstructorJoinPoint.
1.8modifiedbillkernel/src/main/org/jboss/beans/info/spi/BeanInfo.javaAOP integration.BeanMetaData now has a Metadata attribute that holds additional metadata like AOP annotation overrides, advice bindings, and mixins.ClassAdapter now requires to pass in the Metadata when calling getDependencies and JoinPointFactory requires this as well when calling getConstructorJoinPoint.
1.7modifiedbillkernel/src/main/org/jboss/beans/metadata/plugins/AbstractBeanMetaData.javaAOP integration.BeanMetaData now has a Metadata attribute that holds additional metadata like AOP annotation overrides, advice bindings, and mixins.ClassAdapter now requires to pass in the Metadata when calling getDependencies and JoinPointFactory requires this as well when calling getConstructorJoinPoint.
1.2modifiedbillkernel/src/main/org/jboss/beans/metadata/plugins/factory/GenericBeanFactory.javaAOP integration.BeanMetaData now has a Metadata attribute that holds additional metadata like AOP annotation overrides, advice bindings, and mixins.ClassAdapter now requires to pass in the Metadata when calling getDependencies and JoinPointFactory requires this as well when calling getConstructorJoinPoint.
1.6modifiedbillkernel/src/main/org/jboss/beans/metadata/spi/BeanMetaData.javaAOP integration.BeanMetaData now has a Metadata attribute that holds additional metadata like AOP annotation overrides, advice bindings, and mixins.ClassAdapter now requires to pass in the Metadata when calling getDependencies and JoinPointFactory requires this as well when calling getConstructorJoinPoint.
1.4modifiedbillkernel/src/main/org/jboss/kernel/plugins/config/AbstractKernelConfigurator.javaAOP integration.BeanMetaData now has a Metadata attribute that holds additional metadata like AOP annotation overrides, advice bindings, and mixins.ClassAdapter now requires to pass in the Metadata when calling getDependencies and JoinPointFactory requires this as well when calling getConstructorJoinPoint.
1.15modifiedbillkernel/src/main/org/jboss/kernel/plugins/config/Configurator.javaAOP integration.BeanMetaData now has a Metadata attribute that holds additional metadata like AOP annotation overrides, advice bindings, and mixins.ClassAdapter now requires to pass in the Metadata when calling getDependencies and JoinPointFactory requires this as well when calling getConstructorJoinPoint.
1.4modifiedbillaspects/src/main/org/jboss/aspects/kernel/AspectClassAdapter.javaChanges to support aop/microcontainer integration.ClassAdapter now takes in metadata. This metadata can be a per-bean AOP metadata thing that can add bindings and introductions on a per-bean basisa proxy will be created in such scenarios right now.Eventually I will need to integrate this with the new AOP per-instance API.
1.4modifiedbillaspects/src/main/org/jboss/aspects/kernel/AspectJoinpointFactory.javaChanges to support aop/microcontainer integration.ClassAdapter now takes in metadata. This metadata can be a per-bean AOP metadata thing that can add bindings and introductions on a per-bean basisa proxy will be created in such scenarios right now.Eventually I will need to integrate this with the new AOP per-instance API.
1.2modifiedbillaspects/src/main/org/jboss/aspects/kernel/ClassProxyConstructorJoinpoint.javaChanges to support aop/microcontainer integration.ClassAdapter now takes in metadata. This metadata can be a per-bean AOP metadata thing that can add bindings and introductions on a per-bean basisa proxy will be created in such scenarios right now.Eventually I will need to integrate this with the new AOP per-instance API.
1.101modifiedbillaop/src/main/org/jboss/aop/AspectManager.javachanges to support AOP/Kernel integration
1.7modifiedbillaop/src/main/org/jboss/aop/advice/InterceptorFactory.javachanges to support AOP/Kernel integration
1.9modifiedbillaop/src/main/org/jboss/aop/advice/GenericInterceptorFactory.javachanges to support AOP/Kernel integration

Reply via email to