perfsonar-dev - perfsonar: r2722 - in branches/new-structure/trunk/geant2_java-sql-ma/ant: . ibatis-errors-jdbc-config
Subject: perfsonar development work
List archive
perfsonar: r2722 - in branches/new-structure/trunk/geant2_java-sql-ma/ant: . ibatis-errors-jdbc-config
Chronological Thread
- From:
- To:
- Subject: perfsonar: r2722 - in branches/new-structure/trunk/geant2_java-sql-ma/ant: . ibatis-errors-jdbc-config
- Date: Fri, 24 Aug 2007 10:08:18 -0400
Author: roman
Date: 2007-08-24 10:08:17 -0400 (Fri, 24 Aug 2007)
New Revision: 2722
Added:
branches/new-structure/trunk/geant2_java-sql-ma/ant/ibatis-errors-jdbc-config/
branches/new-structure/trunk/geant2_java-sql-ma/ant/ibatis-errors-jdbc-config/ibatis-jdbc-config-targets.xml
Modified:
branches/new-structure/trunk/geant2_java-sql-ma/ant/axis-deploy-targets.xml
branches/new-structure/trunk/geant2_java-sql-ma/ant/libs-download-targets.xml
branches/new-structure/trunk/geant2_java-sql-ma/ant/test-targets.xml
Log:
support of errors data
Modified:
branches/new-structure/trunk/geant2_java-sql-ma/ant/axis-deploy-targets.xml
===================================================================
---
branches/new-structure/trunk/geant2_java-sql-ma/ant/axis-deploy-targets.xml
2007-08-24 13:36:27 UTC (rev 2721)
+++
branches/new-structure/trunk/geant2_java-sql-ma/ant/axis-deploy-targets.xml
2007-08-24 14:08:17 UTC (rev 2722)
@@ -45,8 +45,8 @@
<target name="copy-dep-service-jars"
depends="copy-dep-base-service-jars">
- <copy
file="${basedir}/lib/repository/perfsonar/perfsonar-base/1.0.20070814/perfsonar-base-1.0.20070814.jar"
todir="${service.home}/${deploy.root}/WEB-INF/lib"/>
- <copy
file="${basedir}/lib/repository/perfsonar/perfsonar-rrd-ma/2.3.20070814/perfsonar-rrd-ma-2.3.20070814.jar"
todir="${service.home}/${deploy.root}/WEB-INF/lib"/>
+ <copy
file="${basedir}/lib/repository/perfsonar/perfsonar-base/1.0.20070823/perfsonar-base-1.0.20070823.jar"
todir="${service.home}/${deploy.root}/WEB-INF/lib"/>
+ <copy
file="${basedir}/lib/repository/perfsonar/perfsonar-rrd-ma/2.3.20070823/perfsonar-rrd-ma-2.3.20070823.jar"
todir="${service.home}/${deploy.root}/WEB-INF/lib"/>
<copy
file="${basedir}/lib/repository/nmwg/nmwg/1.0.20070814/nmwg-1.0.20070814.jar"
todir="${service.home}/${deploy.root}/WEB-INF/lib"/>
<copy
file="${basedir}/lib/repository/rrdjtool/rrdjtool/1.0/rrdjtool-1.0.jar"
todir="${service.home}/${deploy.root}/WEB-INF/lib"/>
Added:
branches/new-structure/trunk/geant2_java-sql-ma/ant/ibatis-errors-jdbc-config/ibatis-jdbc-config-targets.xml
Property changes on:
branches/new-structure/trunk/geant2_java-sql-ma/ant/ibatis-errors-jdbc-config/ibatis-jdbc-config-targets.xml
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified:
branches/new-structure/trunk/geant2_java-sql-ma/ant/libs-download-targets.xml
===================================================================
---
branches/new-structure/trunk/geant2_java-sql-ma/ant/libs-download-targets.xml
2007-08-24 13:36:27 UTC (rev 2721)
+++
branches/new-structure/trunk/geant2_java-sql-ma/ant/libs-download-targets.xml
2007-08-24 14:08:17 UTC (rev 2722)
@@ -54,8 +54,8 @@
<artifact:dependencies>
- <dependency groupId="perfsonar" artifactId="perfsonar-base"
version="1.0.20070814"/>
- <dependency groupId="perfsonar" artifactId="perfsonar-rrd-ma"
version="2.3.20070814"/>
+ <dependency groupId="perfsonar" artifactId="perfsonar-base"
version="1.0.20070823"/>
+ <dependency groupId="perfsonar" artifactId="perfsonar-rrd-ma"
version="2.3.20070823"/>
<dependency groupId="nmwg" artifactId="nmwg"
version="1.0.20070814"/>
<dependency groupId="rrdjtool" artifactId="rrdjtool"
version="1.0"/>
Modified: branches/new-structure/trunk/geant2_java-sql-ma/ant/test-targets.xml
===================================================================
--- branches/new-structure/trunk/geant2_java-sql-ma/ant/test-targets.xml
2007-08-24 13:36:27 UTC (rev 2721)
+++ branches/new-structure/trunk/geant2_java-sql-ma/ant/test-targets.xml
2007-08-24 14:08:17 UTC (rev 2722)
@@ -117,6 +117,32 @@
</target>
+ <!-- errors -->
+
+ <target name="errors-metadata-key-fetch-test-1"
+ depends="init-test">
+ <java classname="org.perfsonar.client.testHarness.SOAPClient"
+ classpathref="classpath"
+ fork="true">
+ <arg value="${ma.local}"/>
+ <arg
value="${basedir}/samples/requests/MetadataKeyRequest-Errors-1.xml"/>
+ <arg value="${basedir}/samples/requests/response-8.xml"/>
+ </java>
+ </target>
+
+
+ <target name="errors-data-fetch-test-1"
+ depends="init-test">
+ <java classname="org.perfsonar.client.testHarness.SOAPClient"
+ classpathref="classpath"
+ fork="true">
+ <arg value="${ma.local}"/>
+ <arg
value="${basedir}/samples/requests/SetupDataRequest-Errors-1.xml"/>
+ <arg value="${basedir}/samples/requests/response-9.xml"/>
+ </java>
+ </target>
+
+
<!-- L2 path status -->
<target name="L2status-metadata-key-fetch-test-1"
@@ -126,7 +152,7 @@
fork="true">
<arg value="${ma.local}"/>
<arg
value="${basedir}/samples/requests/MetadataKeyRequest-L2Status-1.xml"/>
- <arg value="${basedir}/samples/requests/response-8.xml"/>
+ <arg value="${basedir}/samples/requests/response-10.xml"/>
</java>
</target>
@@ -138,7 +164,7 @@
fork="true">
<arg value="${ma.local}"/>
<arg
value="${basedir}/samples/requests/MetadataKeyRequest-L2Status-2.xml"/>
- <arg value="${basedir}/samples/requests/response-9.xml"/>
+ <arg value="${basedir}/samples/requests/response-11.xml"/>
</java>
</target>
@@ -150,7 +176,7 @@
fork="true">
<arg value="${ma.local}"/>
<arg
value="${basedir}/samples/requests/MetadataKeyRequest-L2Status-3.xml"/>
- <arg value="${basedir}/samples/requests/response-10.xml"/>
+ <arg value="${basedir}/samples/requests/response-12.xml"/>
</java>
</target>
@@ -162,7 +188,7 @@
fork="true">
<arg value="${ma.local}"/>
<arg
value="${basedir}/samples/requests/SetupDataRequest-L2Status-1.xml"/>
- <arg value="${basedir}/samples/requests/response-11.xml"/>
+ <arg value="${basedir}/samples/requests/response-13.xml"/>
</java>
</target>
@@ -174,7 +200,7 @@
fork="true">
<arg value="${ma.local}"/>
<arg
value="${basedir}/samples/requests/SetupDataRequest-L2Status-2.xml"/>
- <arg value="${basedir}/samples/requests/response-12.xml"/>
+ <arg value="${basedir}/samples/requests/response-14.xml"/>
</java>
</target>
@@ -186,7 +212,7 @@
fork="true">
<arg value="${ma.local}"/>
<arg
value="${basedir}/samples/requests/SetupDataRequest-L2Status-3.xml"/>
- <arg value="${basedir}/samples/requests/response-13.xml"/>
+ <arg value="${basedir}/samples/requests/response-15.xml"/>
</java>
</target>
@@ -198,7 +224,7 @@
fork="true">
<arg value="${ma.local}"/>
<arg
value="${basedir}/samples/requests/SetupDataRequest-L2Status-4.xml"/>
- <arg value="${basedir}/samples/requests/response-14.xml"/>
+ <arg value="${basedir}/samples/requests/response-16.xml"/>
</java>
</target>
@@ -210,7 +236,7 @@
fork="true">
<arg value="${ma.local}"/>
<arg
value="${basedir}/samples/requests/SetupDataRequest-L2Status-5.xml"/>
- <arg value="${basedir}/samples/requests/response-15.xml"/>
+ <arg value="${basedir}/samples/requests/response-17.xml"/>
</java>
</target>
@@ -222,7 +248,7 @@
fork="true">
<arg value="${ma.local}"/>
<arg
value="${basedir}/samples/requests/SetupDataRequest-L2Status-6.xml"/>
- <arg value="${basedir}/samples/requests/response-16.xml"/>
+ <arg value="${basedir}/samples/requests/response-18.xml"/>
</java>
</target>
@@ -234,7 +260,7 @@
fork="true">
<arg value="${ma.local}"/>
<arg
value="${basedir}/samples/requests/MeasurementArchiveStore-L2status-Req-1.xml"/>
- <arg value="${basedir}/samples/requests/response-17.xml"/>
+ <arg value="${basedir}/samples/requests/response-18.xml"/>
</java>
</target>
@@ -253,6 +279,9 @@
<antcall target="util-data-fetch-test-2"/>
<antcall target="util-data-fetch-test-3"/>
+ <antcall target="errors-metadata-key-fetch-test-1"/>
+ <antcall target="errors-data-fetch-test-1"/>
+
<antcall target="L2status-metadata-key-fetch-test-1"/>
<antcall target="L2status-metadata-key-fetch-test-2"/>
<antcall target="L2status-metadata-key-fetch-test-3"/>
- perfsonar: r2722 - in branches/new-structure/trunk/geant2_java-sql-ma/ant: . ibatis-errors-jdbc-config, svnlog, 08/24/2007
Archive powered by MHonArc 2.6.16.