Skip to Content.
Sympa Menu

perfsonar-dev - r1562 - trunk/perfsonar/ant/sqlma

Subject: perfsonar development work

List archive

r1562 - trunk/perfsonar/ant/sqlma


Chronological Thread 
  • From:
  • To:
  • Subject: r1562 - trunk/perfsonar/ant/sqlma
  • Date: Wed, 23 Aug 2006 04:52:04 -0400

Author: roman
Date: 2006-08-23 04:52:03 -0400 (Wed, 23 Aug 2006)
New Revision: 1562

Modified:
trunk/perfsonar/ant/sqlma/sqlma-axis-deploy-targets.xml
Log:
Instructions to copy eXist jars while deploying the SQL MA service were
missing. Added.

Modified: trunk/perfsonar/ant/sqlma/sqlma-axis-deploy-targets.xml
===================================================================
--- trunk/perfsonar/ant/sqlma/sqlma-axis-deploy-targets.xml 2006-08-22
09:47:55 UTC (rev 1561)
+++ trunk/perfsonar/ant/sqlma/sqlma-axis-deploy-targets.xml 2006-08-23
08:52:03 UTC (rev 1562)
@@ -28,6 +28,10 @@
<copy
file="./lib/repository/commons-digester/commons-digester/1.7/commons-digester-1.7.jar"
todir="${axis.home}/WEB-INF/lib"/>
<copy
file="./lib/repository/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar"
todir="${axis.home}/WEB-INF/lib"/>
<copy
file="./lib/repository/commons-collections/commons-collections/3.2/commons-collections-3.2.jar"
todir="${axis.home}/WEB-INF/lib"/>
+
+ <copy
file="./lib/repository/exist/exist-db/1.0rc/exist-db-1.0rc.jar"
todir="${axis.home}/WEB-INF/lib"/>
+ <copy
file="./lib/repository/exist/exist-xmldb/1.0rc/exist-xmldb-1.0rc.jar"
todir="${axis.home}/WEB-INF/lib"/>
+ <copy
file="./lib/repository/exist/exist-xmlrpc/1.0rc/exist-xmlrpc-1.0rc.jar"
todir="${axis.home}/WEB-INF/lib"/>

<copy todir="${axis.home}/WEB-INF/classes">
<fileset dir="./conf">
@@ -50,6 +54,10 @@
<delete file="${axis.home}/WEB-INF/lib/commons-digester-1.7.jar"/>
<delete file="${axis.home}/WEB-INF/lib/commons-beanutils-1.7.0.jar"/>
<delete file="${axis.home}/WEB-INF/lib/commons-collections-3.2.jar"/>
+
+ <delete file="${axis.home}/WEB-INF/lib/exist-db-1.0rc.jar"/>
+ <delete file="${axis.home}/WEB-INF/lib/exist-xmldb-1.0rc.jar"/>
+ <delete file="${axis.home}/WEB-INF/lib/exist-xmlrpc-1.0rc.jar"/>

<delete>
<fileset dir="${axis.home}/WEB-INF/classes"
includes="ibatis-*.xml"/>



  • r1562 - trunk/perfsonar/ant/sqlma, svnlog, 08/23/2006

Archive powered by MHonArc 2.6.16.

Top of Page