jboynes 2004/02/13 10:14:14
Modified: assembly maven.xml
Log:
Hack to get make debug tool runnable
Revision Changes Path
1.10 +22 -1 incubator-geronimo/assembly/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/assembly/maven.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- maven.xml 13 Feb 2004 15:46:47 -0000 1.9
+++ maven.xml 13 Feb 2004 18:14:14 -0000 1.10
@@ -147,6 +147,27 @@
<ant:arg value="--deployer"/>
<ant:arg value="org/apache/geronimo/ServiceDeployer"/>
</ant:java>
+
+ <!-- build the Debug Tool configuration -->
+<!--
+uncomment to build the debug tool config - but remember to remove the
absolute path first
+THIS IS A TEMPORARY HACK AND WILL BE REPLACED BY THE WAR DEPLOYER
+
+ <ant:echo>Building debug tool configuration</ant:echo>
+ <ant:java fork="true" jar="target/bin/deploy.jar">
+ <ant:sysproperty key="geronimo.base.dir" value="target"/>
+ <ant:arg value="--install"/>
+ <ant:arg value="--plan"/>
+ <ant:arg value="src/plan/debug-tool.xml"/>
+ <ant:arg value="--outfile"/>
+ <ant:arg value="target/config/debug-tool.car"/>
+ <ant:arg value="--store"/>
+ <ant:arg value="target/config-store"/>
+ <ant:arg value="--deployer"/>
+ <ant:arg value="org/apache/geronimo/ServiceDeployer"/>
+ </ant:java>
+-->
+
<!--
<j:set var="g.repo" value="${maven.repo.local}/geronimo/jars"/>
<ant:mkdir dir="${basedir}/target/config"/>