[jboss-cvs] JBossAS SVN: r61481 - trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 19 22:43:09 EDT 2007


Author: ryan.campbell at jboss.com
Date: 2007-03-19 22:43:08 -0400 (Mon, 19 Mar 2007)
New Revision: 61481

Modified:
   trunk/testsuite/build.xml
Log:
fix the testsuite build.

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2007-03-20 02:34:14 UTC (rev 61480)
+++ trunk/testsuite/build.xml	2007-03-20 02:43:08 UTC (rev 61481)
@@ -271,13 +271,15 @@
       <path refid="thirdparty.classpath"/>
    </path>
 
+   <!-- Import the jboss server run targets -->
+   <import file="imports/server-config.xml"/>
+
    <!-- Classpath to build and run the tests -->
    <path id="tests.classpath">
-     <!--
      <fileset dir="${jboss.dist}/client">
        <include name="**/*.jar"/>                                     
       </fileset>
-      -->
+
       <pathelement path="${classpath}"/>
       <pathelement path="${local.classpath}"/>
       <pathelement path="${project.tools}/lib/ant.jar"/>
@@ -499,8 +501,6 @@
    <!-- Import the test jars build targets -->
    <import file="imports/test-jars.xml"/>
 
-   <!-- Import the jboss server run targets -->
-   <import file="imports/server-config.xml"/>
    <!-- Propagate the dist directory as a jbosstest system property -->
    <property name="jbosstest.dist" value="${jboss.dist}"/>
 




More information about the jboss-cvs-commits mailing list