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

BUILD FAILED
Ant Error Message: /services/cruisecontrol/work/scripts/build-microcontainer-head-testsuite.xml:70: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-microcontainer-head-testsuite.xml:87: exec returned: 1
Date of build: 11/12/2006 12:43:02
Time to build: 10 minutes 51 seconds
Last changed: 11/11/2006 20:46:12
Last log entry: Implement serializable

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

 Modifications since last build:  (first 50 of 38)
58274modifiedscott.stark@jboss.org//projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/structure/ClassPathInfoImpl.javaImplement serializable
58274modifiedscott.stark@jboss.org//projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/structure/ContextInfoImpl.javaImplement serializable
58274modifiedscott.stark@jboss.org//projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/structure/StructureMetaDataImpl.javaImplement serializable
58274modifiedscott.stark@jboss.org//projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/structure/ComponentDeploymentContext.javaImplement serializable
58273modifiedscott.stark@jboss.org//projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/structure/AbstractDeploymentContext.javaMake the deployment unit/context impls serializable
58273modifiedscott.stark@jboss.org//projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/attachments/AbstractAttachments.javaMake the deployment unit/context impls serializable
58273modifiedscott.stark@jboss.org//projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/deployer/AbstractDeploymentUnit.javaMake the deployment unit/context impls serializable
58272modifiedscott.stark@jboss.org//projects/microcontainer/trunk/container/src/main/org/jboss/virtual/plugins/context/jar/NoCopyNestedJarHandler.javaUpdate the transient fields
58272modifiedscott.stark@jboss.org//projects/microcontainer/trunk/container/src/main/org/jboss/virtual/plugins/context/jar/JarEntryHandler.javaUpdate the transient fields
58270modifiedscott.stark@jboss.org//projects/microcontainer/trunk/container/src/tests/org/jboss/test/virtual/test/FileVFSUnitTestCase.javaAdd a test of copying an inner jar
58269modifiedscott.stark@jboss.org//projects/microcontainer/trunk/container/src/main/org/jboss/virtual/plugins/context/jar/NestedJarHandler.javaOverride openStream to return the raw tmp jar file stream
58268modifiedscott.stark@jboss.org//projects/microcontainer/trunk/container/src/main/org/jboss/virtual/plugins/context/jar/JarHandler.javaOverride the openStream method to return the input stream of the underlying url
58266modifiedscott.stark@jboss.org//projects/microcontainer/trunk/container/src/tests/org/jboss/test/virtual/test/FileVFSUnitTestCase.java+ Correct the suffix filter usage for .class files to be SuffixMatchFilter(".class", VisitorAttributes.RECURSE);+ Add a test of copying a jar file using the vfs api
58262modifiedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/build.xmlLifecycleBeanMetaDataFactory should be part of the boot jar
58260addedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/src/tests/org/jboss/test/microcontainer/test/JMXLifecycleTestCase.java[JBMICROCONT-108] Add support for <aop:lifecycle/>. This works similar to <aop:aspect> but in addition adds the interface introduction to handle the install/uninstall of the bean
58260addedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/test/JMXLifecycleTestCase.properties[JBMICROCONT-108] Add support for <aop:lifecycle/>. This works similar to <aop:aspect> but in addition adds the interface introduction to handle the install/uninstall of the bean
58260addedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/test/JMXLifecycleTestCase.xml[JBMICROCONT-108] Add support for <aop:lifecycle/>. This works similar to <aop:aspect> but in addition adds the interface introduction to handle the install/uninstall of the bean
58260modifiedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/src/main/org/jboss/aop/microcontainer/beans/xml/AOPBeansSchemaInitializer.java[JBMICROCONT-108] Add support for <aop:lifecycle/>. This works similar to <aop:aspect> but in addition adds the interface introduction to handle the install/uninstall of the bean
58260modifiedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/src/resources/schema/aop-beans_1_0.xsd[JBMICROCONT-108] Add support for <aop:lifecycle/>. This works similar to <aop:aspect> but in addition adds the interface introduction to handle the install/uninstall of the bean
58260modifiedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/src/main/org/jboss/aop/microcontainer/beans/AspectBeanMetaDataFactory.java[JBMICROCONT-108] Add support for <aop:lifecycle/>. This works similar to <aop:aspect> but in addition adds the interface introduction to handle the install/uninstall of the bean
58260addedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/src/main/org/jboss/aop/microcontainer/beans/LifecycleBeanMetaDataFactory.java[JBMICROCONT-108] Add support for <aop:lifecycle/>. This works similar to <aop:aspect> but in addition adds the interface introduction to handle the install/uninstall of the bean
58258modifiedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/test/InterceptorWithOverriddenClassAnnotationDependencyTestCaseNotAutomatic1.xml[JBAOP-271] Get rid of hardcoded aspect manager in ASpectBeanMetaDataFactory. By default we will depend on a bean called "AspectManager", this is overridable in the aspect using the manager-bean and manager-property attributes of <aop:aspect/>
58258modifiedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/advisor/test/MicrocontainerAdvisedAnnotationOverrideProxyAdvisorTestCase.xml[JBAOP-271] Get rid of hardcoded aspect manager in ASpectBeanMetaDataFactory. By default we will depend on a bean called "AspectManager", this is overridable in the aspect using the manager-bean and manager-property attributes of <aop:aspect/>
58258modifiedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/test/ConstructorInterceptorWithDependencyTestCaseNotAutomatic1.xml[JBAOP-271] Get rid of hardcoded aspect manager in ASpectBeanMetaDataFactory. By default we will depend on a bean called "AspectManager", this is overridable in the aspect using the manager-bean and manager-property attributes of <aop:aspect/>
58258modifiedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/test/IntroductionDependencyTestCaseNotAutomatic1.xml[JBAOP-271] Get rid of hardcoded aspect manager in ASpectBeanMetaDataFactory. By default we will depend on a bean called "AspectManager", this is overridable in the aspect using the manager-bean and manager-property attributes of <aop:aspect/>
58258modifiedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/test/InterceptorWithOverriddenMethodAnnotationDependencyForChildTestCaseNotAutomatic2.xml[JBAOP-271] Get rid of hardcoded aspect manager in ASpectBeanMetaDataFactory. By default we will depend on a bean called "AspectManager", this is overridable in the aspect using the manager-bean and manager-property attributes of <aop:aspect/>
58258modifiedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/test/InterceptorWithAnnotationDependencyTestCaseNotAutomatic1.xml[JBAOP-271] Get rid of hardcoded aspect manager in ASpectBeanMetaDataFactory. By default we will depend on a bean called "AspectManager", this is overridable in the aspect using the manager-bean and manager-property attributes of <aop:aspect/>
58258modifiedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/test/InterceptedUseCaseXmlTestCase.xml[JBAOP-271] Get rid of hardcoded aspect manager in ASpectBeanMetaDataFactory. By default we will depend on a bean called "AspectManager", this is overridable in the aspect using the manager-bean and manager-property attributes of <aop:aspect/>
58258addedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/src/tests/org/jboss/test/microcontainer/support/AspectManagerHolder.java[JBAOP-271] Get rid of hardcoded aspect manager in ASpectBeanMetaDataFactory. By default we will depend on a bean called "AspectManager", this is overridable in the aspect using the manager-bean and manager-property attributes of <aop:aspect/>
58258modifiedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/test/InterceptorWithOverriddenMethodAnnotationDependencyTestCaseNotAutomatic2.xml[JBAOP-271] Get rid of hardcoded aspect manager in ASpectBeanMetaDataFactory. By default we will depend on a bean called "AspectManager", this is overridable in the aspect using the manager-bean and manager-property attributes of <aop:aspect/>
58258modifiedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/test/InterceptorWithDependencyTestCaseNotAutomatic1.xml[JBAOP-271] Get rid of hardcoded aspect manager in ASpectBeanMetaDataFactory. By default we will depend on a bean called "AspectManager", this is overridable in the aspect using the manager-bean and manager-property attributes of <aop:aspect/>
58258modifiedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/test/InterceptorWithNestedAnnotationDependencyTestCaseNotAutomatic3.xml[JBAOP-271] Get rid of hardcoded aspect manager in ASpectBeanMetaDataFactory. By default we will depend on a bean called "AspectManager", this is overridable in the aspect using the manager-bean and manager-property attributes of <aop:aspect/>
58258modifiedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/src/main/org/jboss/aop/microcontainer/beans/xml/AOPBeansSchemaInitializer.java[JBAOP-271] Get rid of hardcoded aspect manager in ASpectBeanMetaDataFactory. By default we will depend on a bean called "AspectManager", this is overridable in the aspect using the manager-bean and manager-property attributes of <aop:aspect/>
58258modifiedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/src/resources/schema/aop-beans_1_0.xsd[JBAOP-271] Get rid of hardcoded aspect manager in ASpectBeanMetaDataFactory. By default we will depend on a bean called "AspectManager", this is overridable in the aspect using the manager-bean and manager-property attributes of <aop:aspect/>
58258modifiedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/test/InterceptorWithNestedMethodAnnotationDependencyTestCaseNotAutomatic3.xml[JBAOP-271] Get rid of hardcoded aspect manager in ASpectBeanMetaDataFactory. By default we will depend on a bean called "AspectManager", this is overridable in the aspect using the manager-bean and manager-property attributes of <aop:aspect/>
58258modifiedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/src/main/org/jboss/aop/microcontainer/beans/AspectBeanMetaDataFactory.java[JBAOP-271] Get rid of hardcoded aspect manager in ASpectBeanMetaDataFactory. By default we will depend on a bean called "AspectManager", this is overridable in the aspect using the manager-bean and manager-property attributes of <aop:aspect/>
58257modifiedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/src/tests/org/jboss/test/microcontainer/test/IntroductionDependencyTestCase.javaFix test
58257modifiedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/src/tests/org/jboss/test/microcontainer/support/MarkerInterface.javaFix test