User: user57
Date: 02/02/13 17:08:19
Modified: . build.xml
Log:
o build two jars, one with main classes and one with tests
Revision Changes Path
1.15 +14 -6 jmx/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jmx/build.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- build.xml 13 Feb 2002 04:14:08 -0000 1.14
+++ build.xml 14 Feb 2002 01:08:18 -0000 1.15
@@ -12,7 +12,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.14 2002/02/13 04:14:08 user57 Exp $ -->
+<!-- $Id: build.xml,v 1.15 2002/02/14 01:08:18 user57 Exp $ -->
<project default="main" name="JBoss/JMX">
@@ -228,6 +228,14 @@
<jar jarfile="${build.lib}/jboss-jmx.jar">
<fileset dir="${build.classes}">
<include name="**"/>
+ <exclude name="test/**"/>
+ </fileset>
+ </jar>
+
+ <!-- Build the jboss-jmx-testsuite.jar -->
+ <jar jarfile="${build.lib}/jboss-jmx-testsuite.jar">
+ <fileset dir="${build.classes}">
+ <include name="test/**"/>
</fileset>
</jar>
</target>
@@ -395,10 +403,10 @@
<target name="test-compliance-RI" depends="compile"
description="Run compliance test against RI">
- <path id="compliance.RI.classpath">
- <pathelement path="${project.thirdparty}/sun/jmx/lib/jmxri.jar"/>
- <pathelement path="${build.classes}"/>
- <path refid="thirdparty.classpath"/>
+ <path id="compliance.RI.classpath">
+ <pathelement path="${project.thirdparty}/sun/jmx/lib/jmxri.jar"/>
+ <pathelement path="${build.classes}"/>
+ <path refid="thirdparty.classpath"/>
</path>
<java classname="test.compliance.ComplianceSUITE">
@@ -411,7 +419,7 @@
<target name="test-compliance-JBossMX" depends="compile"
description="Run compliance test against JBossMX">
- <path id="compliance.JBossMX.classpath">
+ <path id="compliance.JBossMX.classpath">
<pathelement path="${build.classes}"/>
<path refid="thirdparty.classpath"/>
</path>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development