[jboss-cvs] JBossAS SVN: r59649 - trunk/embedded.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jan 15 13:11:19 EST 2007


Author: bill.burke at jboss.com
Date: 2007-01-15 13:11:19 -0500 (Mon, 15 Jan 2007)
New Revision: 59649

Modified:
   trunk/embedded/build.xml
Log:
Not sure why tearDown() would close the delegate.  JBossTestSetup is supposed to setup() and teardown the delegate.

Modified: trunk/embedded/build.xml
===================================================================
--- trunk/embedded/build.xml	2007-01-15 16:41:17 UTC (rev 59648)
+++ trunk/embedded/build.xml	2007-01-15 18:11:19 UTC (rev 59649)
@@ -280,6 +280,17 @@
          </fileset>
       </copy>
 
+      <mkdir dir="${build.lib}/embedded-jboss/optional-lib"/>
+
+      <copy todir="${build.lib}/embedded-jboss/optional-lib">
+         <fileset dir="${jboss.test.lib}">
+            <include name="*.jar"/>
+         </fileset>
+         <fileset dir="${junit.junit.lib}">
+            <include name="*.jar"/>
+         </fileset>
+      </copy>
+
       <jar jarfile="${build.lib}/embedded-jboss/lib/jboss-embedded-tomcat-bootstrap.jar">
          <fileset dir="${build.classes}">
             <include name="org/jboss/embedded/tomcat/EmbeddedJBossBootstrapListener.class"/>




More information about the jboss-cvs-commits mailing list