[jboss-cvs] JBossAS SVN: r60513 - branches/Branch_4_2/ejb3.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 13 11:54:51 EST 2007


Author: wolfc
Date: 2007-02-13 11:54:51 -0500 (Tue, 13 Feb 2007)
New Revision: 60513

Modified:
   branches/Branch_4_2/ejb3/build-test.xml
Log:
Creating more jars

Modified: branches/Branch_4_2/ejb3/build-test.xml
===================================================================
--- branches/Branch_4_2/ejb3/build-test.xml	2007-02-13 16:53:56 UTC (rev 60512)
+++ branches/Branch_4_2/ejb3/build-test.xml	2007-02-13 16:54:51 UTC (rev 60513)
@@ -2876,7 +2876,8 @@
    
    <target name="jars" depends="timestampentity, servicexmbean, arjuna, mdbtransactions, unauthenticatedprincipal, clusteredservice, invoker, classloader, 
       circulardependency, jsp, timerdependency, servicedependency, servlet, stateless14, webservices, ear, ejbthree440, 
-      ejbthree454, ejbthree653, ejbthree670, ejbthree712, ejbthree751, aspectdomain, ejbcontext, schema, mail, scopedclassloader, dependency, 
+      ejbthree454, ejbthree653, ejbthree670, ejbthree712, ejbthree751, ejbthree832,
+      aspectdomain, ejbcontext, schema, mail, scopedclassloader, dependency, jaxws,
       securitydomain, enventry, 
       jms/managed, naming, bmt, jca/inflowmdb, pool, jms, security, reference21_30, factory, dd/web, txexceptions, 
       exception, dd/override, stateless, dd/mdb, bank, dd, longlived, xmlcfg, hbm, regressionHHH275, 
@@ -3046,7 +3047,7 @@
          <jvmarg line="${jvmargs}" />
 
          <classpath>
-            <path refid="asm.asm.classpath"/>
+            <!--path refid="asm.asm.classpath"/-->
             <path refid="hibernate.hibernate.classpath"/>
             <pathelement location="${build.classes}"/>
             <pathelement location="${resources}/test"/>
@@ -3058,7 +3059,10 @@
             <path refid="apache.httpclient.classpath"/>
          </classpath>
 
-         <formatter type="xml" usefile="true"/>
+         <formatter type="plain" usefile="true"/>
+         <formatter type="xml" usefile="true" unless="test.extension"/>
+         <formatter type="xml" extension="-${test.extension}.xml" usefile="true" if="test.extension"/>
+
          <test name="${test}" todir="${build.reports}"/>
       </junit>
    </target>




More information about the jboss-cvs-commits mailing list