[jboss-cvs] JBossAS SVN: r87305 - branches/JBPAPP_4_2_0_GA_CP/ejb3.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Apr 14 15:03:26 EDT 2009
Author: pskopek at redhat.com
Date: 2009-04-14 15:03:26 -0400 (Tue, 14 Apr 2009)
New Revision: 87305
Modified:
branches/JBPAPP_4_2_0_GA_CP/ejb3/build-test.xml
Log:
deploy directory added to MD5 sum list at CC reports
Modified: branches/JBPAPP_4_2_0_GA_CP/ejb3/build-test.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/ejb3/build-test.xml 2009-04-14 18:26:35 UTC (rev 87304)
+++ branches/JBPAPP_4_2_0_GA_CP/ejb3/build-test.xml 2009-04-14 19:03:26 UTC (rev 87305)
@@ -5278,7 +5278,7 @@
<classpath>
<pathelement location="${basedir}/../test/output/classes"/>
</classpath>
- <arg line="-base ${jboss.dist}/ -output ${build.reports}/html/allmd5sum.txt -d ${jboss.dist}/lib -d ${jboss.dist}/server/production/lib"/>
+ <arg line="-base ${jboss.dist}/ -output ${build.reports}/html/allmd5sum.txt -d ${jboss.dist}/lib -d ${jboss.dist}/server/production/lib -d ${jboss.dist}/server/production/deploy"/>
</java>
</target>
@@ -5327,6 +5327,7 @@
</target>
<target name="no-start-jboss-cc-tests" depends="init" description="Execute CC tests">
+ <!--
<antcall target="test" inheritRefs="true">
<param name="test" value="security" />
</antcall>
@@ -5338,9 +5339,11 @@
<antcall target="test" inheritRefs="true">
<param name="test" value="clientinterceptors" />
</antcall>
+ -->
<antcall target="test" inheritRefs="true">
<param name="test" value="interceptors2" />
</antcall>
+ <!--
<antcall target="test" inheritRefs="true">
<param name="test" value="interceptors3" />
</antcall>
@@ -5366,11 +5369,11 @@
<antcall target="test" inheritRefs="true">
<param name="test" value="servicexmbean" />
</antcall>
- <!--
+ <!- -
<antcall target="test" inheritRefs="true">
<param name="test" value="stateful" />
</antcall>
- -->
+ - ->
<antcall target="test" inheritRefs="true">
<param name="test" value="descriptortypo" />
</antcall>
@@ -5417,7 +5420,7 @@
<antcall target="test" inheritRefs="true">
<param name="test" value="servlet" />
</antcall>
-
+ -->
</target>
</project>
More information about the jboss-cvs-commits
mailing list