Paul,
Beginning with
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/129/
the AS trunk testsuite won't build. Most likely because
jboss.server.classpath points to server/output which no longer has
content; content is in server/target
<!-- Server -->
<property name="jboss.server.root"
value="${project.root}/server/output"/>
<property name="jboss.server.lib"
value="${jboss.server.root}/lib"/>
<path id="jboss.server.classpath">
<pathelement path="${jboss.server.lib}/jboss.jar"/>
<pathelement path="${jboss.server.lib}/jmx-adaptor-plugin.jar"/>
</path>
Perhaps related to work on JBBUILD-520?
--
Brian Stansberry
Lead, AS Clustering
JBoss, a division of Red Hat
brian.stansberry(a)redhat.com