When JBossXB, common, test and aop are properly standalone. I've still not seen something I can manage in this respect.
Cache, Remoting, Webservices maybe happy to run before they can walk, I am not. On Mon, 2006-05-01 at 08:44 -0500, Scott M Stark wrote: > The mc code should be pulled out of head and integrated as a binary > dependency so it can use java5 source as its base with jdk14 runtime > jars created using jboss retro. > > > > > ______________________________________________________________________ > From: Ryan Campbell > Sent: Monday, May 01, 2006 6:29 AM > To: Bill Burke > Cc: QA; jboss-development@lists.sourceforge.net > Subject: RE: jboss-head-jdk-matrix Build Failed > > > > > This build is failing because jboss-head needs to be compiled with > jdk1.4 > > > compile-classes: > [mkdir] Created dir: > /services/cruisecontrol/checkout/jboss-head/kernel/output/classes > [javac] Compiling 183 source files to > /services/cruisecontrol/checkout/jboss-head/kernel/output/classes > javac: invalid target release: 1.5 > Usage: javac <options> <source files> > where possible options include: > > > > > > > ______________________________________________________________________ > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, May 01, 2006 7:55 AM > To: Bill Burke; Brian Stansberry; Dimitris Andreadis; [EMAIL PROTECTED]; > jboss-development@lists.sourceforge.net; Ovidiu Feodorov; QA; Rajesh > Rajasekaran > Subject: jboss-head-jdk-matrix Build Failed > Importance: High > > > > > View results here -> > http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20060501083831 > > BUILD FAILED > > > Ant Error > Message: /services/cruisecontrol/work/scripts/build-jboss-common.xml:220: The > following error occurred while executing this line: > /services/cruisecontrol/work/scripts/build-jboss-common.xml:64: Exit code: 1 > See compile.log in Build Artifacts for details. > > > Date of build: 05/01/2006 08:38:31 > > > Time to build: 15 minutes 40 seconds > > > Last changed: 05/01/2006 08:23:39 > > > Last log entry: Provide a default for sysName in the form of > '<config>@<host>'. JBAS-3165. > > > > > Unit Tests: (0) > Total Errors and > Failures: (0) > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Modifications > since last > build: (first > 50 of 74) > > > 1.2 > > > modified > > > pilhuhn > > > varia/src/main/org/jboss/jmx/adaptor/snmp/agent/SnmpSystemInfo.java > > > Provide a > default for > sysName in the > form of > '<config>@<host>'. JBAS-3165. > > > 1.567 > > > modified > > > bstansberry > > > testsuite/build.xml > > > Use std > JBossCache > setup for > clustered sso > tests > > > 1.6 > > > deleted > > > bstansberry > > > testsuite/src/resources/test-configs/tomcat-sso-cluster/deploy/tc5-cluster-service.xml > > > Use std > JBossCache > setup for > clustered sso > tests > > > 1.6 > > > modified > > > bstansberry > > > testsuite/src/main/org/jboss/test/web/test/SSOBaseCase.java > > > Add a sleep > before > switching > servers > > > 1.6 > > > modified > > > bstansberry > > > tomcat/src/main/org/jboss/web/tomcat/tc5/sso/mbeans-descriptors.xml > > > Remove debug > attribute > > > 1.5 > > > modified > > > bstansberry > > > tomcat/src/main/org/jboss/web/tomcat/tc5/sso/mbeans-descriptors.xml > > > Add > cookieDomain > attribute > > > 1.19 > > > modified > > > bstansberry > > > tomcat/src/main/org/jboss/web/tomcat/tc5/sso/TreeCacheSSOClusterManager.java > > > Port changes > from > Branch_4_0 > > > 1.12 > > > modified > > > bstansberry > > > tomcat/src/main/org/jboss/web/tomcat/tc5/sso/ClusteredSingleSignOn.java > > > Fix broken > tracking of > managers > > > 1.11 > > > modified > > > bstansberry > > > tomcat/src/main/org/jboss/web/tomcat/tc5/sso/ClusteredSingleSignOn.java > > > Fix broken > check if a > JBossManager > is stopped > > > 1.8 > > > modified > > > bstansberry > > > testsuite/src/main/org/jboss/test/web/test/ClusteredSingleSignOnUnitTestCase.java > > > Fix log > message > > > 1.1 > > > added > > > bstansberry > > > testsuite/src/resources/web/sso/war/web-form-auth-clustered.xml > > > branches: > 1.1.2;Only > make war > distributable > in clustered > sso tests > > > 1.6 > > > modified > > > bstansberry > > > testsuite/src/resources/web/sso/war/web-form-auth.xml > > > Only make war > distributable > in clustered > sso tests > > > 1.7 > > > modified > > > bstansberry > > > testsuite/src/main/org/jboss/test/web/test/ClusteredSingleSignOnUnitTestCase.java > > > Use the > specialized > ear with > distrbutable > webapps > > > 1.10 > > > modified > > > bstansberry > > > testsuite/imports/sections/web.xml > > > Only make war > distributable > in clustered > sso tests > > > 1.5 > > > modified > > > bstansberry > > > testsuite/src/main/org/jboss/test/web/test/SingleSignOnUnitTestCase.java > > > Use the > SSOBaseCase > > > 1.1 > > > added > > > pilhuhn > > > varia/src/resources/jmx/examples/JBOSS-MIB-EXAMPLE.txt > > > An example > mib-file for > use with the > provided > snmp-getvalues.xml.JBAS-3144 / JBAS-1454. > > > 1.40 > > > modified > > > dimitris > > > system/src/main/org/jboss/deployment/scanner/URLDeploymentScanner.java > > > JBAS-3107, log > a warning and > return > immediately > when an > IOException > occurs during > scan to avoid > undeployment > of all deploy/ > packages, when > a transient > error occurs. > > > 1.39 > > > modified > > > dimitris > > > system/src/main/org/jboss/deployment/scanner/URLDeploymentScanner.java > > > JBAS-3118, > refactor > Andy's changes > so that > suspending/resuming of scaning for particular deployments works in all > situations (added/changed/removed url) > > > 1.6 > > > modified > > > dimitris > > > system/src/main/org/jboss/deployment/scanner/URLDeploymentScannerMBean.java > > > JBAS-3118, > refactor > Andy's changes > so that > suspending/resuming of scaning for particular deployments works in all > situations (added/changed/removed url) > > > 1.6 > > > modified > > > ovidiu > > > jms/tests/src/org/jboss/test/messaging/jms/message/JMSXDeliveryCountTest.java > > > minor > reformatting > > > 1.2 > > > modified > > > rrajasekaran > > > tools/etc/cruisecontrol/scripts/build-jboss-serialization-testsuite.xml > > > Removed > jboss-serialization runs with jrockit1.4 > > > 1.58 > > > modified > > > rrajasekaran > > > tools/etc/cruisecontrol/templates/projects.xml > > > Added > jboss-serialization-testsuite project > > > 1.1 > > > added > > > rrajasekaran > > > tools/etc/cruisecontrol/scripts/build-jboss-serialization-testsuite.xml > > > Build file for > jboss-serialization-testsuite > > > 1.5 > > > modified > > > dimitris > > > system/src/main/org/jboss/deployment/SuffixOrderHelper.java > > > correct the > output when > printing an > enhanced > suffix > > > 1.19 > > > modified > > > dimitris > > > server/src/etc/deploy/ejb-deployer.xml > > > JBAS-3053, > inject a > TransactionManagerFactory to the ejb timer service, use that upon start or > fall back to the locator > > > 1.11 > > > modified > > > dimitris > > > server/src/main/org/jboss/ejb/txtimer/EJBTimerServiceImpl.java > > > JBAS-3053, > inject a > TransactionManagerFactory to the ejb timer service, use that upon start or > fall back to the locator > > > 1.4 > > > modified > > > dimitris > > > server/src/main/org/jboss/ejb/txtimer/EJBTimerServiceImplMBean.java > > > JBAS-3053, > inject a > TransactionManagerFactory to the ejb timer service, use that upon start or > fall back to the locator > > > 1.9 > > > modified > > > dimitris > > > transaction/src/main/org/jboss/tm/TransactionManagerServiceMBean.java > > > JBAS-3053, > create a > separate > TransactionManagerFactory interface for cleaner injection of > TransactionManager to ejb timer service > > > 1.1 > > > added > > > dimitris > > > transaction/src/main/org/jboss/tm/TransactionManagerFactory.java > > > branches: > 1.1.2;JBAS-3053, create a separate TransactionManagerFactory interface for > cleaner injection of TransactionManager to ejb timer service > > > 1.10 > > > modified > > > bill > > > kernel/build-test.xml > > > Deployer > prototype > > > 1.24 > > > modified > > > bill > > > kernel/build.xml > > > Deployer > prototype > > > 1.1 > > > added > > > bill > > > kernel/src/main/org/jboss/deployment/DeploymentImpl.java > > > Deployer > prototype > > > 1.1 > > > added > > > bill > > > kernel/src/main/org/jboss/deployment/KernelErrorsLogger.java > > > Deployer > prototype > > > 1.1 > > > added > > > bill > > > kernel/src/main/org/jboss/deployment/MainDeployerImpl.java > > > Deployer > prototype > > > 1.1 > > > added > > > bill > > > kernel/src/resources/deployment/classpath-bootstrap.xml > > > Deployer > prototype > > > 1.1 > > > added > > > bill > > > kernel/src/resources/xml-test/org/jboss/test/deployment/four-beans.xml > > > Deployer > prototype > > > 1.1 > > > added > > > bill > > > kernel/src/resources/xml-test/org/jboss/test/deployment/one-beans.xml > > > Deployer > prototype > > > 1.1 > > > added > > > bill > > > kernel/src/resources/xml-test/org/jboss/test/deployment/three-beans.xml > > > Deployer > prototype > > > 1.1 > > > added > > > bill > > > kernel/src/resources/xml-test/org/jboss/test/deployment/two-beans.xml > > > Deployer > prototype > > > 1.1 > > > added > > > bill > > > kernel/src/tests/org/jboss/test/deployment/BaseDeploymentTestCase.java > > > Deployer > prototype > > > 1.1 > > > added > > > bill > > > kernel/src/tests/org/jboss/test/deployment/Bean.java > > > Deployer > prototype > > > 1.1 > > > added > > > bill > > > kernel/src/main/org/jboss/deployment/plugins/ClasspathBootstrap.java > > > Deployer > prototype > > > 1.1 > > > added > > > bill > > > kernel/src/main/org/jboss/deployment/plugins/ClasspathScanner.java > > > Deployer > prototype > > > 1.1 > > > added > > > bill > > > kernel/src/main/org/jboss/deployment/plugins/IgnoredJars.java > > > Deployer > prototype > > > 1.1 > > > added > > > bill > > > kernel/src/main/org/jboss/deployment/plugins/MCDeployer.java > > > Deployer > prototype > > > 1.1 > > > added > > > bill > > > kernel/src/main/org/jboss/deployment/plugins/TCLDeployerAspect.java > > > Deployer > prototype > > > 1.1 > > > added > > > bill > > > kernel/src/main/org/jboss/deployment/spi/Deployer.java > > > Deployer > prototype > > > 1.1 > > > added > > > bill > > > kernel/src/main/org/jboss/deployment/spi/DeployerAspect.java > > > Deployer > prototype > > > 1.1 > > > added > > > bill > > > kernel/src/main/org/jboss/deployment/spi/Deployment.java > > > Deployer > prototype > > > 1.1 > > > added > > > bill > > > kernel/src/main/org/jboss/deployment/spi/MainDeployer.java > > > Deployer > prototype > > > > > > > > > > -- xxxxxxxxxxxxxxxxxxxxxxxx Adrian Brock Chief Scientist JBoss Inc. xxxxxxxxxxxxxxxxxxxxxxxx ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-Development mailing list JBoss-Development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-development