|
From: Thomas D. <tdi...@us...> - 2004-11-26 07:14:29
|
User: tdiesler
Date: 04/11/25 23:14:22
Modified: . build.xml
Log:
Synch webservice changes going into JBoss_4_0_1 with head
Revision Changes Path
1.429 +8 -9 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.428
retrieving revision 1.429
diff -u -r1.428 -r1.429
--- build.xml 16 Nov 2004 19:04:20 -0000 1.428
+++ build.xml 26 Nov 2004 07:14:21 -0000 1.429
@@ -71,20 +71,21 @@
<path refid="apache.avalon.classpath"/>
<path refid="apache.commons.classpath"/>
<path refid="apache.log4j.classpath"/>
- <path refid="apache.xerces.classpath"/>
<path refid="apache.jaxme.classpath"/>
- <path refid="wutka.dtdparser.classpath"/>
+ <path refid="apache.xerces.classpath"/>
<path refid="dom4j.dom4j.classpath"/>
- <path refid="oswego.concurrent.classpath"/>
<path refid="ibm.wsdl4j.classpath"/>
<path refid="jacorb.jacorb.classpath"/>
<path refid="jgroups.jgroups.classpath"/>
<path refid="junit.junit.classpath"/>
<path refid="junitejb.junitejb.classpath"/>
<path refid="javassist.classpath"/>
+ <path refid="oswego.concurrent.classpath"/>
+ <path refid="sun.jaf.classpath"/>
<path refid="sun.javamail.classpath"/>
<path refid="sun.servlet.classpath"/>
<path refid="trove.classpath"/>
+ <path refid="wutka.dtdparser.classpath"/>
<!-- needed for JBossMQ selector tests -->
<path refid="gnu.regexp.classpath"/>
@@ -576,7 +577,7 @@
<antcall target="tests-jbossmx-implementation"/>
<antcall target="tests-jbossmx-performance"/>
<antcall target="tests-iiop"/>
- <antcall target="tests-webservices" />
+ <antcall target="tests-webservice" />
<!-- <antcall target="tests-jaxr" />-->
<stop-jboss/>
<wait-on-shutdown conf="all" />
@@ -1688,11 +1689,9 @@
</target>
<!-- Run the Web Services Tests-->
- <target name="tests-webservices"
+ <target name="tests-webservice"
description="Execute Web Services Related Tests">
- <echo message="java.endorsed.dirs=${jboss.dist}/lib/endorsed"/>
-
<junit dir="${module.output}"
printsummary="${junit.printsummary}"
haltonerror="${junit.haltonerror}"
@@ -2019,7 +2018,7 @@
| of the unit test using the test property, -Dtest=org.jboss.test....
| Here you specify the testcase class, not the directory
-->
- <target name="one-test" depends="maybejars" if="test"
+ <target name="one-test" depends="init" if="test"
description="Execute a single test.">
<mkdir dir="${build.reports}"/>
<mkdir dir="${build.testlog}"/>
|