User: schaefera Date: 02/03/10 20:31:34 Modified: . build.xml Log: Moved the JSR-77 code to the new "management" module. It contains the specification implementation for MEJB and the JBoss implementation. It does not contain references to JBoss server. The only workaround there is that MEJB needs to use the JMX RemoteMBean- Server which is not available in JBossMX right now. Therefore I added this to a JAR achive under tools/lib. Revision Changes Path 1.88 +10 -1 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.87 retrieving revision 1.88 diff -u -r1.87 -r1.88 --- build.xml 8 Mar 2002 21:02:06 -0000 1.87 +++ build.xml 11 Mar 2002 04:31:34 -0000 1.88 @@ -28,7 +28,7 @@ <!-- tests-jmxri-compliance still needs to run over jmxri.jar --> <!-- the aim of that test is to check our compliance suite. --> -<!-- $Id: build.xml,v 1.87 2002/03/08 21:02:06 d_jencks Exp $ --> +<!-- $Id: build.xml,v 1.88 2002/03/11 04:31:34 schaefera Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -256,6 +256,14 @@ <pathelement path="${jboss.server.lib}/jboss.jar"/> </path> + <!-- Management --> + <property name="jboss.management.root" value="${project.root}/management/output"/> + <property name="jboss.management.lib" value="${jboss.management.root}/lib"/> + <path id="jboss.management.classpath"> + <pathelement path="${jboss.management.lib}/jboss-jsr77.jar"/> + <pathelement path="${jboss.management.lib}/jboss-management.jar"/> + </path> + <!-- The combined dependant module classpath --> <path id="dependentmodule.classpath"> <path refid="jboss.j2ee.classpath"/> @@ -266,6 +274,7 @@ <path refid="jboss.messaging.classpath"/> <path refid="jboss.security.classpath"/> <path refid="jboss.cluster.classpath"/> + <path refid="jboss.management.classpath"/> </path> <!-- ===== -->
_______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development