[jboss-cvs] JBossAS SVN: r71335 - projects/ejb3/trunk/core.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 27 01:11:37 EDT 2008


Author: ALRubinger
Date: 2008-03-27 01:11:37 -0400 (Thu, 27 Mar 2008)
New Revision: 71335

Modified:
   projects/ejb3/trunk/core/build-test.xml
Log:
[EJBTHREE-1059] Reworked Unit Tests for separate deployments, testing for failure of each

Modified: projects/ejb3/trunk/core/build-test.xml
===================================================================
--- projects/ejb3/trunk/core/build-test.xml	2008-03-27 05:09:42 UTC (rev 71334)
+++ projects/ejb3/trunk/core/build-test.xml	2008-03-27 05:11:37 UTC (rev 71335)
@@ -2295,9 +2295,19 @@
       <build-simple-jar name="ejbthree1057"/>
    </target>
    
-   <target name="ejbthree1059" >
-      <build-simple-jar name="ejbthree1059"/>
-   </target>
+  <target name="ejbthree1059" >
+    <mkdir dir="${build.lib}"/>
+    <jar jarfile="${build.lib}/ejbthree1059-local.jar">
+      <fileset dir="${build.classes}">
+        <include name="org/jboss/ejb3/test/ejbthree1059/local/*.class"/>
+      </fileset>
+    </jar>
+    <jar jarfile="${build.lib}/ejbthree1059-remote.jar">
+      <fileset dir="${build.classes}">
+        <include name="org/jboss/ejb3/test/ejbthree1059/remote/*.class"/>
+      </fileset>
+    </jar>
+  </target>
   
    <target name="ejbthree1060" >
       <build-simple-jar name="ejbthree1060"/>




More information about the jboss-cvs-commits mailing list