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

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/14/2006 07:17:27
Time to build: 9 minutes 36 seconds
Last changed: 11/13/2006 20:48:46
Last log entry: Add a DeploymentUnit.getFile to avoid having to retrieve the root from the DeploymentContext

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

 Modifications since last build:  (first 50 of 15)
58324modifiedscott.stark@jboss.org//projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/spi/deployer/DeploymentUnit.javaAdd a DeploymentUnit.getFile to avoid having to retrieve the root from the DeploymentContext
58324modifiedscott.stark@jboss.org//projects/microcontainer/trunk/deployers/src/tests/org/jboss/test/deployers/structure/ear/test/EARStructureUnitTestCase.javaAdd a DeploymentUnit.getFile to avoid having to retrieve the root from the DeploymentContext
58324modifiedscott.stark@jboss.org//projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/deployer/AbstractDeploymentUnit.javaAdd a DeploymentUnit.getFile to avoid having to retrieve the root from the DeploymentContext
58323addedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/test/BeanNoDefaultCtorUsingParamTestCase.xml[JBAOP-307] Solve NPE where mc instantiates a bean w/ ctor injection and the proxied class has no default ctors, and tries to use the params in its ctor by overriding all ctors in the proxy
58323addedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/test/MultipleLifecycleTestCase.properties[JBAOP-307] Solve NPE where mc instantiates a bean w/ ctor injection and the proxied class has no default ctors, and tries to use the params in its ctor by overriding all ctors in the proxy
58323addedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/test/MultipleLifecycleTestCase.xml[JBAOP-307] Solve NPE where mc instantiates a bean w/ ctor injection and the proxied class has no default ctors, and tries to use the params in its ctor by overriding all ctors in the proxy
58323addedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/src/tests/org/jboss/test/microcontainer/test/BeanNoDefaultCtorUsingParamTestCase.java[JBAOP-307] Solve NPE where mc instantiates a bean w/ ctor injection and the proxied class has no default ctors, and tries to use the params in its ctor by overriding all ctors in the proxy
58323addedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/src/tests/org/jboss/test/microcontainer/support/BeanNoDefaultCtorUsingParam.java[JBAOP-307] Solve NPE where mc instantiates a bean w/ ctor injection and the proxied class has no default ctors, and tries to use the params in its ctor by overriding all ctors in the proxy
58323modifiedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/src/main/org/jboss/aop/microcontainer/integration/AOPConstructorJoinpoint.java[JBAOP-307] Solve NPE where mc instantiates a bean w/ ctor injection and the proxied class has no default ctors, and tries to use the params in its ctor by overriding all ctors in the proxy
58323modifiedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/src/main/org/jboss/aop/microcontainer/beans/IntroductionBinding.java[JBAOP-307] Solve NPE where mc instantiates a bean w/ ctor injection and the proxied class has no default ctors, and tries to use the params in its ctor by overriding all ctors in the proxy
58323addedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/src/tests/org/jboss/test/microcontainer/test/MultipleLifecycleTestCase.java[JBAOP-307] Solve NPE where mc instantiates a bean w/ ctor injection and the proxied class has no default ctors, and tries to use the params in its ctor by overriding all ctors in the proxy
58294modifiedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/src/tests/org/jboss/test/microcontainer/test/BeanCallingMethodInCtorTestCase.java[JBAOP-306] Make test test what it shold be (ctors calling methods causes NPE when using proxies)
58294modifiedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/src/tests/org/jboss/test/microcontainer/support/BeanCallingMethodInCtor.java[JBAOP-306] Make test test what it shold be (ctors calling methods causes NPE when using proxies)
58294modifiedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/test/BeanCallingMethodInCtorTestCase.xml[JBAOP-306] Make test test what it shold be (ctors calling methods causes NPE when using proxies)
58289modifiedscott.stark@jboss.org//projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/deployers/helpers/AbstractClassLoaderDeployer.javaLook for an attachment of type ClassLoaderFactory, and if its not found, use this as the factory.