dain 2004/01/21 17:37:44
Modified: . maven.xml
Log:
Disabled run targets for now.... will be broken as we convert over the
components to gbeans
Revision Changes Path
1.55 +50 -48 incubator-geronimo/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/maven.xml,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- maven.xml 21 Jan 2004 22:21:26 -0000 1.54
+++ maven.xml 22 Jan 2004 01:37:44 -0000 1.55
@@ -505,62 +505,64 @@
<!-- ==================================================== -->
<goal name="run">
- <j:set var="run.dir" value="${basedir}/target/${release.id}"/>
+ <ant:echo>Run targets are currently disabled. Please, check out the
last working revision last_geronimombean.</ant:echo>
<!--
| Should really execute the system script but for now...
-->
-
- <j:jelly xmlns="jelly:ant">
- <java
- classname="org.codehaus.classworlds.Launcher"
- fork="true"
- maxmemory="128m"
- failonerror="true"
- dir="${run.dir}">
-
- <classpath>
- <pathelement
location="${run.dir}/lib/classworlds-SNAPSHOT.jar"/>
- <pathelement
location="${run.dir}/lib/geronimo-core-rmiclassloaderspi.jar"/>
- </classpath>
-
- <sysproperty key="classworlds.conf"
value="${run.dir}/etc/classworlds.conf"/>
- <sysproperty key="program.name" value="maven:run"/>
- <sysproperty key="twiddle.home" value="${run.dir}"/>
- <sysproperty key="java.rmi.server.RMIClassLoaderSpi"
value="org.apache.geronimo.rmi.RMIClassLoaderSpiImpl"/>
- <arg value="geronimo/start"/>
- </java>
- </j:jelly>
+<!-- <j:set var="run.dir" value="${basedir}/target/${release.id}"/>-->
+<!-- <j:jelly xmlns="jelly:ant">-->
+<!-- <java-->
+<!-- classname="org.codehaus.classworlds.Launcher"-->
+<!-- fork="true"-->
+<!-- maxmemory="128m"-->
+<!-- failonerror="true"-->
+<!-- dir="${run.dir}">-->
+<!---->
+<!-- <classpath>-->
+<!-- <pathelement
location="${run.dir}/lib/classworlds-SNAPSHOT.jar"/>-->
+<!-- <pathelement
location="${run.dir}/lib/geronimo-core-rmiclassloaderspi.jar"/>-->
+<!-- </classpath>-->
+<!---->
+<!-- <sysproperty key="classworlds.conf"
value="${run.dir}/etc/classworlds.conf"/>-->
+<!-- <sysproperty key="program.name" value="maven:run"/>-->
+<!-- <sysproperty key="twiddle.home" value="${run.dir}"/>-->
+<!-- <sysproperty key="java.rmi.server.RMIClassLoaderSpi"
value="org.apache.geronimo.rmi.RMIClassLoaderSpiImpl"/>-->
+<!-- <arg value="geronimo/start"/>-->
+<!-- </java>-->
+<!-- </j:jelly>-->
</goal>
<goal name="run:main">
- <j:set var="run.dir" value="${basedir}/target/${release.id}"/>
-
- <j:jelly xmlns="jelly:ant">
-
- <property environment="env"/>
- <java classname="org.apache.geronimo.kernel.Main"
- fork="true"
- maxmemory="256m"
- failonerror="true"
- dir="${run.dir}">
-
- <jvmarg value="-ea"/>
- <classpath>
- <pathelement path="${env.JAVA_HOME}/lib/tools.jar"/>
- <pathelement path="${run.dir}/etc"/>
- <fileset dir="${run.dir}/bootlib">
- <include name="*.jar"/>
- </fileset>
+ <ant:echo>Run targets are currently disabled. Please, check out the
last working revision last_geronimombean.</ant:echo>
+<!-- <j:set var="run.dir" value="${basedir}/target/${release.id}"/>-->
+<!---->
+<!-- <j:jelly xmlns="jelly:ant">-->
+<!---->
+<!-- <property environment="env"/>-->
+<!-- <java classname="org.apache.geronimo.kernel.Main"-->
+<!-- fork="true"-->
+<!-- maxmemory="256m"-->
+<!-- failonerror="true"-->
+<!-- dir="${run.dir}">-->
+<!---->
+<!-- <jvmarg value="-ea"/>-->
+<!-- <classpath>-->
+<!-- <pathelement
path="${env.JAVA_HOME}/lib/tools.jar"/>-->
+<!-- <pathelement path="${run.dir}/etc"/>-->
+<!-- <fileset dir="${run.dir}/bootlib">-->
+<!-- <include name="*.jar"/>-->
+<!-- </fileset>-->
+<!---->
<!-- temporary addition allows RMI to be used, such as
with the JMX RMI connector -->
- <pathelement
location="${run.dir}/lib/geronimo-core-rmiclassloaderspi.jar"/>
- </classpath>
-
- <sysproperty key="program.name" value="maven:run"/>
- <sysproperty key="java.rmi.server.RMIClassLoaderSpi"
value="org.apache.geronimo.rmi.RMIClassLoaderSpiImpl"/>
- </java>
- </j:jelly>
+<!-- <pathelement
location="${run.dir}/lib/geronimo-core-rmiclassloaderspi.jar"/>-->
+<!-- </classpath>-->
+<!---->
+<!-- <sysproperty key="program.name" value="maven:run"/>-->
+<!-- <sysproperty key="java.rmi.server.RMIClassLoaderSpi"
value="org.apache.geronimo.rmi.RMIClassLoaderSpiImpl"/>-->
+<!-- </java>-->
+<!-- </j:jelly>-->
</goal>
<goal name="debug:main">