User: user57
Date: 02/02/12 20:19:22
Modified: jboss build.xml
Log:
o cleaned up server most hook, re-use existing directory based
tasks to copy files... its faster!
o adding jbossmq-testsuite-service.xml (hack) really need to have
seperate configurations, one for production and one for testing,
of course we need to test the production config too.
Revision Changes Path
1.70 +11 -79 build/jboss/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/build/jboss/build.xml,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- build.xml 12 Feb 2002 03:22:01 -0000 1.69
+++ build.xml 13 Feb 2002 04:19:22 -0000 1.70
@@ -12,7 +12,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.69 2002/02/12 03:22:01 user57 Exp $ -->
+<!-- $Id: build.xml,v 1.70 2002/02/13 04:19:22 user57 Exp $ -->
<project default="main" name="JBoss/Build">
@@ -189,7 +189,7 @@
<include modules="j2ee, naming, server"/>
</group>
-<!-- Should jmx go in core? -->
+ <!-- Should jmx go in core? -->
<group name="standard">
<include modules="security,
jmx,
@@ -462,95 +462,26 @@
</fileset>
</copy>
- <!-- Copy the mail service xml snippet (deploy) -->
+ <!-- Copy deployable files -->
<copy todir="${install.deploy}" filtering="no">
+ <!-- Deployable xml snipets -->
<fileset dir="${_module.output}/etc/conf/default">
<include name="mail-service.xml"/>
- </fileset>
- </copy>
-
- <!-- No way, ray. in jboss-service.xml that gets deployed first.
- Copy the core service xml snippet (deploy) - ->
- <copy todir="${install.deploy}" filtering="no">
- <fileset dir="${_module.output}/etc/conf/default">
- <include name="core-service.xml"/>
- </fileset>
- </copy-->
-
- <!-- Copy the jetty service xml snippet (deploy) NOW IN A SAR -->
-
- <!-- Copy the jms service xml snippet (deploy) -->
-
- <copy todir="${install.deploy}" filtering="no">
- <fileset dir="${_module.output}/etc/conf/default">
<include name="jms-service.xml"/>
- </fileset>
- </copy>
-
-
- <!-- Copy the hsqldb defaultds service xml snippet (deploy) -->
- <copy todir="${install.deploy}" filtering="no">
- <fileset dir="${_module.output}/etc/conf/default">
+ <include name="user-service.xml"/>
<include name="hsqldb-default-service.xml"/>
</fileset>
- </copy>
-
- <!-- Copy the jmx-ejb-adaptor.jar (deploy) -->
- <copy todir="${install.deploy}" filtering="no">
- <fileset dir="${_module.output}/lib">
- <include name="jmx-ejb-adaptor.jar"/>
- </fileset>
- </copy>
- <!-- Copy the ejb-management.jar (deploy) -->
- <copy todir="${install.deploy}" filtering="no">
+ <!-- Deployable archives -->
<fileset dir="${_module.output}/lib">
<include name="ejb-management.jar"/>
- </fileset>
- </copy>
-
- <!-- Copy the jmx-ejb-connector-server.sar (deploy/lib) -->
- <copy todir="${install.deploy}" filtering="no">
- <fileset dir="${_module.output}/lib">
<include name="jmx-ejb-connector-server.sar"/>
- </fileset>
- </copy>
-
- <!-- Copy the jmx-html-adaptor.sar (deploy/lib) -->
- <copy todir="${install.deploy}" filtering="no">
- <fileset dir="${_module.output}/lib">
+ <include name="jmx-ejb-adaptor.jar"/>
<include name="jmx-html-adaptor.sar"/>
- </fileset>
- </copy>
-
- <!-- Copy the jmx-rmi-connector-server.sar (deploy/lib) -->
- <copy todir="${install.deploy}" filtering="no">
- <fileset dir="${_module.output}/lib">
<include name="jmx-rmi-adaptor.sar"/>
</fileset>
</copy>
- <!-- Copy the jmx-ejb-connector-client.jar (client) -->
- <copy todir="${install.client}" filtering="no">
- <fileset dir="${_module.output}/lib">
- <include name="jmx-ejb-connector-client.jar"/>
- </fileset>
- </copy>
-
- <!-- Copy the jmx-rmi-connector-client.jar (client) -->
- <copy todir="${install.client}" filtering="no">
- <fileset dir="${_module.output}/lib">
- <include name="jmx-rmi-connector-client.jar"/>
- </fileset>
- </copy>
-
- <!-- Copy the jmx-connector-client-test.jar (client) -->
- <copy todir="${install.client}" filtering="no">
- <fileset dir="${_module.output}/lib">
- <include name="jmx-connector-client-factory.jar"/>
- </fileset>
- </copy>
-
<!-- Copy the generated scripts & runnable jars (bin) -->
<mkdir dir="${install.bin}"/>
<copy todir="${install.bin}" filtering="no">
@@ -592,7 +523,6 @@
<!-- Setup the temporary file directory (tmp) -->
<mkdir dir="${install.tmp}"/>
-
</target>
<target name="_module-server-all" depends="_module-server-most">
@@ -699,7 +629,6 @@
<fileset dir="${_module.output}/lib">
<include name="jbosscx.sar"/>
<include name="*.rar"/>
- <!--include name="*.sar"/--><!--autodeploy interferes with jbossmq-->
</fileset>
</copy>
</target>
@@ -728,6 +657,10 @@
<copy todir="${install.deploy}" filtering="no">
<fileset dir="${_module.output}/etc/conf/default">
<include name="jbossmq-service.xml"/>
+ <include name="jbossmq-state.xml"/>
+
+ <!-- only needed to urun the testsuite -->
+ <include name="jbossmq-testsuite-service.xml"/>
</fileset>
</copy>
@@ -815,7 +748,6 @@
<property name="_module.name" value="jmx" override="true"/>
<property name="_module.output" override="true"
value="${project.root}/${_module.name}/output"/>
-
<!-- TODO Install -->
</target>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development