[jboss-cvs] JBossAS SVN: r66246 - trunk/ejb3.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 18 12:50:39 EDT 2007


Author: ALRubinger
Date: 2007-10-18 12:50:39 -0400 (Thu, 18 Oct 2007)
New Revision: 66246

Modified:
   trunk/ejb3/build-test.xml
Log:
EJBTHREE-1075: Added Unit Test to test build

Modified: trunk/ejb3/build-test.xml
===================================================================
--- trunk/ejb3/build-test.xml	2007-10-18 16:49:59 UTC (rev 66245)
+++ trunk/ejb3/build-test.xml	2007-10-18 16:50:39 UTC (rev 66246)
@@ -2163,7 +2163,21 @@
    <target name="ejbthree1071" depends="compile-classes">
       <build-simple-jar name="ejbthree1071"/>
    </target>
-   
+
+   <target name="ejbthree1075" depends="compile-classes">
+   <mkdir dir="${build.lib}"/>
+      <jar jarfile="${build.lib}/ejbthree1075-homeonly.jar">
+         <fileset dir="${build.classes}">
+            <include name="org/jboss/ejb3/test/ejbthree1075/homeonly/*.class"/>
+         </fileset>
+      </jar>
+        <jar jarfile="${build.lib}/ejbthree1075-remoteonly.jar">
+           <fileset dir="${build.classes}">
+              <include name="org/jboss/ejb3/test/ejbthree1075/remoteonly/*.class"/>
+           </fileset>
+        </jar>
+   </target>
+	
    <target name="jbas4489"
       description="Builds a simple jar files."
       depends="compile-classes">
@@ -3697,7 +3711,7 @@
       ejbthree989, ejbthree1020, ejbthree1023, ejbthree1025, ejbthree1040,
       ejbthree1060,
       ejbthree1062,
-      ejbthree1066, ejbthree1071,
+      ejbthree1066, ejbthree1071, ejbthree1075,
       jaxws,
       aspectdomain, ejbcontext, schema, mail, scopedclassloader, dependency,
       securitydomain, enventry, security5,
@@ -4660,6 +4674,9 @@
          <param name="test" value="ejbthree1071"/>
       </antcall>
       <antcall target="test" inheritRefs="true">
+         <param name="test" value="ejbthree1075"/>
+      </antcall>
+      <antcall target="test" inheritRefs="true">
          <param name="test" value="statelesscreation"/>
       </antcall>
       <antcall target="test" inheritRefs="true">




More information about the jboss-cvs-commits mailing list