[MOBY-guts] biomoby commit
Martin Senger
senger at dev.open-bio.org
Thu Feb 21 13:12:36 UTC 2008
senger
Thu Feb 21 08:12:36 EST 2008
Update of /home/repository/moby/moby-live/Java/xmls
In directory dev.open-bio.org:/tmp/cvs-serv24982/xmls
Modified Files:
deployBuild.xml
Log Message:
mavenization of ant scripts
moby-live/Java/xmls deployBuild.xml,1.3,1.4
===================================================================
RCS file: /home/repository/moby/moby-live/Java/xmls/deployBuild.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- /home/repository/moby/moby-live/Java/xmls/deployBuild.xml 2008/02/14 06:13:37 1.3
+++ /home/repository/moby/moby-live/Java/xmls/deployBuild.xml 2008/02/21 13:12:36 1.4
@@ -288,17 +288,9 @@
<!-- ================================================================== -->
<!-- Create a file that will be used to do a remote deployment -->
<!-- ================================================================== -->
-<target name="deploy-remote" depends="init,-find-services,jars,jar-datatypes,jar-services"
+<target name="deploy-remote" depends="init,tomcat-init,-find-services,jars,jar-datatypes,jar-services"
description="Create a file helping to deploy services on a different machine">
- <fail>
-'
-----------------------------------------------------
-Sorry, but due to changes in the jMoby distribution,
-this task is not now/yet available...
-----------------------------------------------------
- </fail>
-
<tempfile property="build.remote.dir" destDir="${java.io.tmpdir}/mobyremotedeploy-${user.name}"/>
<property name="result.file" value="moby-services-to-deploy-${TODAY_SHORT}"/>
<property name="result.dir" location="${build.remote.dir}/${result.file}"/>
@@ -349,11 +341,14 @@
<filter token="AXIS_ADMIN_URL" value="${cross.axis.admin.url}"/>
</filterset>
</copy>
+ <!--
<copy todir="${result.dir}">
<fileset dir="${src.webapps}" includes="*.bat,deploy"/>
</copy>
-
+ -->
+
<!-- add (some) Ant libraries -->
+ <!--
<copy todir="${result.dir}/ant_home/lib">
<fileset dir="${lib.dir}/ant_home/lib">
<include name="ant-antlr.jar"/>
@@ -366,8 +361,10 @@
<include name="xml-apis.jar"/>
</fileset>
</copy>
-
+ -->
+
<!-- add Axis libraries -->
+ <!--
<copy todir="${result.dir}/axis-lib">
<fileset dir="${lib.dir}">
<include name="${activation}"/>
@@ -384,7 +381,8 @@
<include name="${wsdl4j}"/>
</fileset>
</copy>
-
+ -->
+
<!-- pack it together and say a warm message -->
<tar tarfile="${build.dir}/${result.file}.tar.gz"
basedir="${build.remote.dir}"
@@ -397,7 +395,7 @@
for a remote deployment was created. Copy it to the machine
where you wish the services to be deployed. Untar it,
change to the created directory, and invoke:
- sh deploy (or deploy.bat on Windows)
+ ant deploy
===========================================================
</echo>
</target>
More information about the MOBY-guts
mailing list