Sorry, I didn't see this email yesterday. But I noticed the same thing
yesterday and fixed it. It should be building fine.
Brian Stansberry wrote:
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?