perfsonar-dev - r1624 - trunk/perfsonar/ant/clmp
Subject: perfsonar development work
List archive
- From:
- To:
- Subject: r1624 - trunk/perfsonar/ant/clmp
- Date: Fri, 8 Sep 2006 08:18:46 -0400
Author: roman
Date: 2006-09-08 08:18:45 -0400 (Fri, 08 Sep 2006)
New Revision: 1624
Added:
trunk/perfsonar/ant/clmp/commandLineMP-libs-download-targets.xml
Modified:
trunk/perfsonar/ant/clmp/commandLineMP-axis-deploy-targets.xml
trunk/perfsonar/ant/clmp/commandLineMP-client-run-targets.xml
trunk/perfsonar/ant/clmp/commandLineMP-configure-targets.xml
Log:
Ant scripts (building, deploying/undeploying, downloading the libraries,
testing, configuring) for command line mp updated.
Modified: trunk/perfsonar/ant/clmp/commandLineMP-axis-deploy-targets.xml
===================================================================
--- trunk/perfsonar/ant/clmp/commandLineMP-axis-deploy-targets.xml
2006-09-08 12:05:40 UTC (rev 1623)
+++ trunk/perfsonar/ant/clmp/commandLineMP-axis-deploy-targets.xml
2006-09-08 12:18:45 UTC (rev 1624)
@@ -20,10 +20,18 @@
- <target name="copy-jars-for-clmp" depends="copy-jars-for-service"/>
+ <target name="copy-jars-for-clmp" depends="copy-jars-for-service">
+ <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
file="./lib/repository/exist/exist-db/1.0rc/exist-db-1.0rc.jar"
todir="${axis.home}/WEB-INF/lib"/>
+ </target>
- <target name="delete-jars-for-clmp" depends="delete-jars-for-service"/>
+ <target name="delete-jars-for-clmp" depends="delete-jars-for-service">
+ <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 file="${axis.home}/WEB-INF/lib/exist-db-1.0rc.jar" />
+ </target>
Modified: trunk/perfsonar/ant/clmp/commandLineMP-client-run-targets.xml
===================================================================
--- trunk/perfsonar/ant/clmp/commandLineMP-client-run-targets.xml
2006-09-08 12:05:40 UTC (rev 1623)
+++ trunk/perfsonar/ant/clmp/commandLineMP-client-run-targets.xml
2006-09-08 12:18:45 UTC (rev 1624)
@@ -16,7 +16,7 @@
<project name="clmp-client-run-targets">
- <property name="ma.local"
value="http://${target.server}:${target.port}/axis/services/CLMPService"/>
+ <property name="clmp.local"
value="http://${target.server}:${target.port}/axis/services/CommandLineService"/>
<!-- fetching -->
@@ -24,7 +24,7 @@
<target name="run-clmp-measurement-request-client" description="Runs
Java CL Client - Measurement Request">
<java classname="org.perfsonar.client.testHarness.SOAPClient"
classpathref="classpath" fork="true">
- <arg value="${ma.local}"/>
+ <arg value="${clmp.local}"/>
<arg
value="${basedir}/schema/example-instances/sonar/CommandLineMeasurementRequest.xml"/>
<arg
value="${basedir}/schema/example-instances/sonar/response.xml"/>
</java>
Modified: trunk/perfsonar/ant/clmp/commandLineMP-configure-targets.xml
===================================================================
--- trunk/perfsonar/ant/clmp/commandLineMP-configure-targets.xml
2006-09-08 12:05:40 UTC (rev 1623)
+++ trunk/perfsonar/ant/clmp/commandLineMP-configure-targets.xml
2006-09-08 12:18:45 UTC (rev 1624)
@@ -15,10 +15,10 @@
<project name="clmp-configure-targets">
<target name="copy-initconfig-for-clmp">
- <copy file="ant/const.properties.mp" tofile="ant/const.properties"
overwrite="true" failonerror="false"/>
- <copy file="conf/components.properties.mp"
tofile="conf/components.properties" overwrite="true" failonerror="false"/>
+ <copy file="ant/const.properties.cl" tofile="ant/const.properties"
overwrite="true" failonerror="false"/>
+ <copy file="conf/components.properties.cl"
tofile="conf/components.properties" overwrite="true" failonerror="false"/>
- <copy file="conf/service.properties.mp"
tofile="conf/service.properties" overwrite="true" failonerror="false" />
+ <copy file="conf/service.properties.cl"
tofile="conf/service.properties" overwrite="true" failonerror="false" />
</target>
Added: trunk/perfsonar/ant/clmp/commandLineMP-libs-download-targets.xml
Property changes on:
trunk/perfsonar/ant/clmp/commandLineMP-libs-download-targets.xml
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
- r1624 - trunk/perfsonar/ant/clmp, svnlog, 09/08/2006
Archive powered by MHonArc 2.6.16.