User: ejort
Date: 01/12/16 11:38:38
Modified: . build.xml
Log:
Initial release of javax.management.timer
Basic functionality works, not tested everything yet
Added a test to TestMX
Added a target to build.xml to run TestMX
Revision Changes Path
1.4 +23 -1 jmx/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jmx/build.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- build.xml 2001/12/15 03:23:24 1.3
+++ build.xml 2001/12/16 19:38:38 1.4
@@ -12,7 +12,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.3 2001/12/15 03:23:24 ejort Exp $ -->
+<!-- $Id: build.xml,v 1.4 2001/12/16 19:38:38 ejort Exp $ -->
<project default="main" name="JBoss/JMX">
@@ -352,4 +352,26 @@
description="Show this help message."
depends="_buildmagic:help:standard"/>
+
+ <!-- ================================================================== -->
+ <!-- Test - TEMPORARY - replace with proper test suite -->
+ <!-- ================================================================== -->
+
+ <!--
+ | Run the test programs, everything fist
+ -->
+
+ <!-- Run the test -->
+ <target name="test" depends="all">
+
+ <path id="test.classpath">
+ <pathelement path="${build.classes}"/>
+ <path refid="thirdparty.classpath"/>
+ </path>
+
+ <java classname="test.TestMX">
+ <classpath refid="test.classpath"/>
+ </java>
+
+ </target>
</project>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development