This is complaining about not seeing the test
profileservice from the container module:
_default:compile-classes:
[mkdir] Created dir: /services/cruisecontrol/work/checkout/microcontainer-head-testsuite/kernel/output/classes-tests
[javac] Compiling 167 source files to /services/cruisecontrol/work/checkout/microcontainer-head-testsuite/kernel/output/classes-tests
[javac] /services/cruisecontrol/work/checkout/microcontainer-head-testsuite/kernel/src/tests/org/jboss/test/profileservice/support/Simple1PSBootstrap.java:34: package org.jboss.test.profileservice.simple1 does not exist
[javac] import org.jboss.test.profileservice.simple1.ProfileServiceImpl;
[mkdir] Created dir: /services/cruisecontrol/work/checkout/microcontainer-head-testsuite/kernel/output/classes-tests
[javac] Compiling 167 source files to /services/cruisecontrol/work/checkout/microcontainer-head-testsuite/kernel/output/classes-tests
[javac] /services/cruisecontrol/work/checkout/microcontainer-head-testsuite/kernel/src/tests/org/jboss/test/profileservice/support/Simple1PSBootstrap.java:34: package org.jboss.test.profileservice.simple1 does not exist
[javac] import org.jboss.test.profileservice.simple1.ProfileServiceImpl;
Looking at the kernel/built-test.xml classpath its only
pulling in the jboss-container.jar and this contains no test classes. The issue
is that the profileservice test impl should be testable from the container
module as this has no dependency on the kernel bootstrap classes that are
failing to compile. The container module has no dependency on the kernel
module.
It seem like a jboss-container-test.jar is needed.
Also, what allows eclipse to see these container test
classes from the kernel project, just the reference to the container project in
the Java Build Path/Projects tab?
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/microcontainer-head-testsuite?log=log20060530070401
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 30, 2006 4:37 AM
To: jboss-development@lists.sourceforge.net; QA; Scott M Stark
Subject: microcontainer-head-testsuite Build Failed
Importance: High
BUILD FAILED Ant Error Message: /services/cruisecontrol/work/scripts/build-microcontainer-head-testsuite.xml:84: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-microcontainer-head-testsuite.xml:142: See tests.log in Build Artifacts for details. Date of build: 05/30/2006 07:04:01 Time to build: 30 minutes 46 seconds Last changed: 05/26/2006 13:17:34 Last log entry: Add profile service test jars
Unit Tests: (0) Total Errors and Failures: (0)
Modifications since last build: (first 50 of 34) 1.13 modified starksm /build-test.xml Add profile service test jars 1.1 added starksm src/tests/org/jboss/test/profileservice/support/ProfileServiceBootstrap.java First pass at kernel bootstrap with profileservice test 1.1 added starksm src/tests/org/jboss/test/profileservice/support/SecurityActions.java First pass at kernel bootstrap with profileservice test 1.1 added starksm src/tests/org/jboss/test/profileservice/support/Simple1PSBootstrap.java First pass at kernel bootstrap with profileservice test 1.1 added starksm src/tests/org/jboss/test/profileservice/test/SimplePSTestCase.java First pass at kernel bootstrap with profileservice test 1.1 added starksm src/tests/org/jboss/test/profileservice/test/SimplePSTestCase.properties First pass at kernel bootstrap with profileservice test 1.1 added starksm src/tests/org/jboss/test/profileservice/profiles/p0/beans/DataSourceThing.java First pass at kernel bootstrap with profileservice test 1.1 added starksm src/tests/org/jboss/test/profileservice/profiles/p0/beans/DataSourceView.java First pass at kernel bootstrap with profileservice test 1.1 added starksm src/tests/org/jboss/test/profileservice/profiles/p0/beans/JCAMgr.java First pass at kernel bootstrap with profileservice test 1.1 added starksm src/tests/org/jboss/test/profileservice/profiles/p0/beans/NamingService.java First pass at kernel bootstrap with profileservice test 1.1 added starksm src/tests/org/jboss/test/profileservice/profiles/p0/beans/PoolView.java First pass at kernel bootstrap with profileservice test 1.1 added starksm src/tests/org/jboss/test/profileservice/profiles/p0/beans/TxMgr.java First pass at kernel bootstrap with profileservice test 1.1 added starksm src/tests/org/jboss/test/profileservice/profiles/p0/ifaces/IJCAMgr.java First pass at kernel bootstrap with profileservice test 1.1 added starksm src/tests/org/jboss/test/profileservice/profiles/p0/ifaces/INamingService.java First pass at kernel bootstrap with profileservice test 1.1 added starksm src/tests/org/jboss/test/profileservice/profiles/p0/ifaces/IRemoting.java First pass at kernel bootstrap with profileservice test 1.1 added starksm src/tests/org/jboss/test/profileservice/profiles/p0/ifaces/ITxMgr.java First pass at kernel bootstrap with profileservice test 1.1 added starksm src/tests/org/jboss/test/profileservice/simple1/DeploymentBeanImpl.java First pass at kernel bootstrap with profileservice test 1.1 added starksm src/tests/org/jboss/test/profileservice/simple1/DeploymentImpl.java First pass at kernel bootstrap with profileservice test 1.1 added starksm src/tests/org/jboss/test/profileservice/simple1/ManagementViewImpl.java First pass at kernel bootstrap with profileservice test 1.1 added starksm src/tests/org/jboss/test/profileservice/simple1/ProfileImpl.java First pass at kernel bootstrap with profileservice test 1.1 added starksm src/tests/org/jboss/test/profileservice/simple1/ProfileServiceImpl.java First pass at kernel bootstrap with profileservice test 1.1 added starksm src/tests/org/jboss/test/profileservice/simple1/SecurityActions.java First pass at kernel bootstrap with profileservice test 1.1 added starksm src/tests/org/jboss/test/profileservice/test/SimpleProfileServiceTestCase.java First pass at kernel bootstrap with profileservice test 1.3 modified starksm src/main/org/jboss/annotation/management/ManagedObject.java Use a ManagedPropertyRef from ManagedObject 1.1 added starksm src/main/org/jboss/annotation/management/ManagedPropertyRef.java Use a ManagedPropertyRef from ManagedObject 1.7 modified starksm src/main/org/jboss/profileservice/spi/Deployment.java Change rootURL to getRootURL 1.6 modified starksm src/main/org/jboss/profileservice/spi/Deployment.java Drop the explicit dependency on VirtualFiles and instead use a deployment root URL + relative paths. 1.5 modified starksm src/main/org/jboss/profileservice/spi/Deployment.java Move the depends from the deployment to the bean 1.3 modified starksm src/main/org/jboss/profileservice/spi/DeploymentBean.java Move the depends from the deployment to the bean 1.2 modified starksm src/main/org/jboss/profileservice/spi/DeploymentBean.java Change the type property to bean to match the kernel BeanMetaData bean property as the fully qualified bean class. 1.22 modified starksm src/main/org/jboss/beans/metadata/plugins/AbstractBeanMetaData.java Update the bean property javadoc 1.4 modified starksm src/main/org/jboss/profileservice/spi/Deployment.java Change to use the pojo ManagedObject rather than the annotation version 1.4 modified starksm src/main/org/jboss/profileservice/spi/management/ManagementView.java Change to use the pojo ManagedObject rather than the annotation version 1.1 added starksm src/main/org/jboss/profileservice/spi/management/ManagedObject.java A collection of the properties making up a deployment managed object