[jboss-dev] AS trunk testsuite wqn't build

Brian Stansberry brian.stansberry at redhat.com
Wed Apr 22 13:55:39 EDT 2009


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 at redhat.com



More information about the jboss-development mailing list