[jbossws-commits] JBossWS SVN: r3171 - in trunk: integration/xfire/ant-import and 1 other directories.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue May 22 03:12:29 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-05-22 03:12:28 -0400 (Tue, 22 May 2007)
New Revision: 3171

Added:
   trunk/testsuite/build.xml
Modified:
   trunk/integration/sunri/ant-import/build-testsuite.xml
   trunk/integration/xfire/ant-import/build-testsuite.xml
Log:
Fix sunri tests classpath

Modified: trunk/integration/sunri/ant-import/build-testsuite.xml
===================================================================
--- trunk/integration/sunri/ant-import/build-testsuite.xml	2007-05-22 06:56:39 UTC (rev 3170)
+++ trunk/integration/sunri/ant-import/build-testsuite.xml	2007-05-22 07:12:28 UTC (rev 3171)
@@ -63,10 +63,11 @@
 
     <!-- The test client classpath -->
     <path id="tests.client.classpath">
-      <path refid="sunri.classpath"/>
       <pathelement location="${jboss.client}/mail.jar"/>
       <pathelement location="${jboss.client}/log4j.jar"/>
+      <pathelement location="${jboss.client}/wstx.jar"/>
       <pathelement location="${jboss.client}/jbossall-client.jar"/>
+      <path refid="javac.classpath"/>
     </path>
     
   </target>

Modified: trunk/integration/xfire/ant-import/build-testsuite.xml
===================================================================
--- trunk/integration/xfire/ant-import/build-testsuite.xml	2007-05-22 06:56:39 UTC (rev 3170)
+++ trunk/integration/xfire/ant-import/build-testsuite.xml	2007-05-22 07:12:28 UTC (rev 3171)
@@ -94,9 +94,9 @@
       <pathelement location="${jboss.client}/jaxb-api.jar"/>
       <pathelement location="${jboss.client}/jaxb-impl.jar"/>
       <pathelement location="${jboss.client}/mail.jar"/>
-      <pathelement location="${jboss.server.lib}/jbosssx.jar"/>
       <pathelement location="${jboss.client}/log4j.jar"/>
       <pathelement location="${jboss.client}/jbossall-client.jar"/>
+      <pathelement location="${jboss.server.lib}/jbosssx.jar"/>
     </path>
     
   </target>

Added: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	                        (rev 0)
+++ trunk/testsuite/build.xml	2007-05-22 07:12:28 UTC (rev 3171)
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- ====================================================================== -->
+<!--                                                                        -->
+<!--  JBoss, the OpenSource J2EE webOS                                      -->
+<!--                                                                        -->
+<!--  Distributable under LGPL license.                                     -->
+<!--  See terms of license at http://www.gnu.org.                           -->
+<!--                                                                        -->
+<!-- ====================================================================== -->
+
+<!-- $Id$ -->
+
+<project default="main" basedir=".." name="JBossWS Common Testsuite">
+  
+  <import file="${basedir}/build/ant-import/build-setup.xml"/>
+  
+  <!-- ================================================================== -->
+  <!-- Miscellaneous                                                       -->
+  <!-- ================================================================== -->
+  
+  <target name="clean" depends="prepare" description="Cleans up most generated files.">
+    <delete dir="${testsuite.dir}/output-tests"/>
+  </target>
+  
+  <target name="clobber" depends="clean" description="Cleans up all generated files.">
+  </target>
+ 
+</project>


Property changes on: trunk/testsuite/build.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF




More information about the jbossws-commits mailing list