|
From: Scott M S. <st...@us...> - 2002-05-26 20:53:26
|
User: starksm
Date: 02/05/26 13:53:24
Modified: . build.xml
Log:
Add tests of a jboss-service.xml importing content using an external
entity reference
Revision Changes Path
1.137 +10 -1 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- build.xml 24 May 2002 21:03:03 -0000 1.136
+++ build.xml 26 May 2002 20:53:24 -0000 1.137
@@ -13,7 +13,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.136 2002/05/24 21:03:03 starksm Exp $ -->
+<!-- $Id: build.xml,v 1.137 2002/05/26 20:53:24 starksm Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -1519,6 +1519,15 @@
<fileset dir="${build.lib}">
<include name="rsrcsvc.jar"/>
</fileset>
+ </jar>
+
+ <!-- Tests that a sar jboss-service.xml can include an entity ref
+ -->
+ <jar jarfile="${build.lib}/entityref.sar">
+ <metainf dir="${build.resources}/jmx/loading/entityref" />
+ <fileset dir="${build.classes}">
+ <include name="org/jboss/test/jmx/loading/NoopService*"/>
+ </fileset>
</jar>
<!--build test sar for testing local directory copy deployment -->
|