Author: thomas.diesler(a)jboss.com
Date: 2007-01-25 11:04:03 -0500 (Thu, 25 Jan 2007)
New Revision: 2113
Modified:
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Tests-TC-5.5/config.xml
branches/jbossws-1.2.0/jbossws-tests/build.xml
Log:
Fix tomcat exclude file
Modified:
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Tests-TC-5.5/config.xml
===================================================================
---
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Tests-TC-5.5/config.xml 2007-01-25
15:56:27 UTC (rev 2112)
+++
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Tests-TC-5.5/config.xml 2007-01-25
16:04:03 UTC (rev 2113)
@@ -39,7 +39,7 @@
# execute tests
#
cd $SVNBASEDIR/jbossws-tests
-ant $ENVIRONMENT clean tests-samples 2>&1 | tee $WORKSPACE/tests.out
+ant $ENVIRONMENT clean main tests-samples 2>&1 | tee $WORKSPACE/tests.out
cat $WORKSPACE/tests.out | egrep FIXME\|FAILED | sort -u
#
Modified: branches/jbossws-1.2.0/jbossws-tests/build.xml
===================================================================
--- branches/jbossws-1.2.0/jbossws-tests/build.xml 2007-01-25 15:56:27 UTC (rev 2112)
+++ branches/jbossws-1.2.0/jbossws-tests/build.xml 2007-01-25 16:04:03 UTC (rev 2113)
@@ -128,12 +128,10 @@
</condition>
<!-- Define excluded tests -->
- <condition property="excludes-short-name"
value="tests-${jbossws.integration.target}-noejb3-excludes.txt">
- <not>
- <available file="${jboss.client}/jboss-ejb3-client.jar"/>
- </not>
+ <condition property="excludes-short-name"
value="tests-${jbossws.integration.target}-excludes.txt">
+ <available file="${jboss.client}/jboss-ejb3-client.jar"/>
</condition>
- <property name="excludes-short-name"
value="tests-${jbossws.integration.target}-excludes.txt"/>
+ <property name="excludes-short-name"
value="tests-${jbossws.integration.target}-noejb3-excludes.txt"/>
<property name="excludesfile"
value="${tests.resources.dir}/${excludes-short-name}"/>
<echo/>
Show replies by date