User: cgjung
Date: 01/10/03 06:20:30
Modified: jboss.net build.xml
Log:
restructured server/client parts, invocationhandler support.
MBeanProvider for exposing MBeans as web-services.
JMXConnector.
Revision Changes Path
1.2 +10 -1 contrib/jboss.net/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/contrib/jboss.net/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build.xml 2001/09/29 16:17:07 1.1
+++ build.xml 2001/10/03 13:20:30 1.2
@@ -10,7 +10,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.1 2001/09/29 16:17:07 cgjung Exp $ -->
+<!-- $Id: build.xml,v 1.2 2001/10/03 13:20:30 cgjung Exp $ -->
<project default="main" name="JBoss.Net">
@@ -222,6 +222,7 @@
<property name="jboss.server.lib" value="${jboss.server.root}/lib"/>
<path id="jboss.server.classpath">
<pathelement path="${jboss.server.lib}/jboss.jar"/>
+ <pathelement path="${jboss.server.lib}/jmx-rmi-connector-server.jar"/>
</path>
<!-- The combined dependent module classpath -->
@@ -233,11 +234,13 @@
<!-- Configure the tasks used by this module. -->
<target name="_configure-tasks" unless="configure-tasks.disable">
<!-- Where source files live -->
+ <property name="source.bin" value="${module.source}/bin"/>
<property name="source.java" value="${module.source}/main"/>
<property name="source.etc" value="${module.source}/etc"/>
<property name="source.resources" value="${module.source}/resources"/>
<!-- Where build generated files will go -->
+ <property name="build.bin" value="${module.output}/bin"/>
<property name="build.classes" value="${module.output}/classes"/>
<property name="build.lib" value="${module.output}/lib"/>
<property name="build.api" value="${module.output}/api"/>
@@ -376,6 +379,12 @@
<include name="**/*"/>
</fileset>
</jar>
+
+ <mkdir dir="${build.bin}"/>
+
+ <copy toFile="${build.bin}/testAxis.bat"
+ file="${source.bin}/testAxis.bat"/>
+
</target>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development