User: d_jencks
Date: 01/11/30 07:48:04
Modified: . build.xml
Log:
added test for mbean crashing during start, thanks to David Budworth
Revision Changes Path
1.41 +11 -1 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- build.xml 2001/11/26 04:50:31 1.40
+++ build.xml 2001/11/30 15:48:04 1.41
@@ -10,7 +10,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.40 2001/11/26 04:50:31 starksm Exp $ -->
+<!-- $Id: build.xml,v 1.41 2001/11/30 15:48:04 d_jencks Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -973,6 +973,16 @@
<include name="*.xml"/>
</fileset>
</copy>
+
+ <!--build test sar for testing crash during start -->
+ <jar jarfile="${build.lib}/testcrashinstart.sar">
+ <fileset dir="${build.classes}">
+ <include name="org/jboss/test/jmx/mbeancrashtest/**"/>
+ </fileset>
+ <fileset dir="${build.resources}/jmx/mbeancrashtest">
+ <include name="META-INF/jboss-service.xml"/>
+ </fileset>
+ </jar>
</target>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development