User: d_jencks
Date: 01/12/05 13:22:21
Modified: . build.xml
Log:
testcase for bad DynamicMBean that returns null MBeanInfo -- is it registered?
Thanks to David Budworth
Revision Changes Path
1.42 +11 -1 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- build.xml 2001/11/30 15:48:04 1.41
+++ build.xml 2001/12/05 21:22:20 1.42
@@ -10,7 +10,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.41 2001/11/30 15:48:04 d_jencks Exp $ -->
+<!-- $Id: build.xml,v 1.42 2001/12/05 21:22:20 d_jencks Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -980,6 +980,16 @@
<include name="org/jboss/test/jmx/mbeancrashtest/**"/>
</fileset>
<fileset dir="${build.resources}/jmx/mbeancrashtest">
+ <include name="META-INF/jboss-service.xml"/>
+ </fileset>
+ </jar>
+
+ <!--build sar for testing invalid Dynamic MBean that returns null MBeanInfo -->
+ <jar jarfile="${build.lib}/testnullinfo.sar">
+ <fileset dir="${build.classes}">
+ <include name="org/jboss/test/jmx/nullinfo/**"/>
+ </fileset>
+ <fileset dir="${build.resources}/jmx/nullinfo">
<include name="META-INF/jboss-service.xml"/>
</fileset>
</jar>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development