Skip to Content.
Sympa Menu

perfsonar-dev - r1629 - branches/yi-udel/perfsonar/ant/xmlls

Subject: perfsonar development work

List archive

r1629 - branches/yi-udel/perfsonar/ant/xmlls


Chronological Thread 
  • From:
  • To:
  • Subject: r1629 - branches/yi-udel/perfsonar/ant/xmlls
  • Date: Tue, 12 Sep 2006 01:26:43 -0400

Author: zurawski
Date: 2006-09-12 01:26:42 -0400 (Tue, 12 Sep 2006)
New Revision: 1629

Modified:
branches/yi-udel/perfsonar/ant/xmlls/xmlls-axis-deploy-targets.xml
branches/yi-udel/perfsonar/ant/xmlls/xmlls-client-run-targets.xml
Log:

Minor changes to make testing a bit easier. These do not need to be
rolled into trunk on merge.

-jason



Modified: branches/yi-udel/perfsonar/ant/xmlls/xmlls-axis-deploy-targets.xml
===================================================================
--- branches/yi-udel/perfsonar/ant/xmlls/xmlls-axis-deploy-targets.xml
2006-09-11 19:37:39 UTC (rev 1628)
+++ branches/yi-udel/perfsonar/ant/xmlls/xmlls-axis-deploy-targets.xml
2006-09-12 05:26:42 UTC (rev 1629)
@@ -52,18 +52,18 @@

<target name="delete-jars-for-xmlls">

- <delete file="./lib/repository/xalan/xalan/2.7.0/xalan-2.7.0.jar"/>
- <delete
file="./lib/repository/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.jar"/>
- <delete
file="./lib/repository/xml-apis/xml-apis/1.3.02/xml-apis-1.3.02.jar"/>
- <delete
file="./lib/repository/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar"/>
+ <delete file="${axis.home}/WEB-INF/lib/xalan-2.7.0.jar"/>
+ <delete file="${axis.home}/WEB-INF/lib/xercesImpl-2.6.2.jar"/>
+ <delete file="${axis.home}/WEB-INF/lib/xml-apis-1.3.02.jar"/>
+ <delete file="${axis.home}/WEB-INF/lib/xmlParserAPIs-2.6.2.jar"/>

- <delete
file="./lib/repository/commons-pool/commons-pool/1.1/commons-pool-1.1.jar"/>
- <delete
file="./lib/repository/exist/exist-db/1.0rc/exist-db-1.0rc.jar"/>
- <delete
file="./lib/repository/exist/exist-xmldb/1.0rc/exist-xmldb-1.0rc.jar"/>
- <delete
file="./lib/repository/exist/exist-xmlrpc/1.0rc/exist-xmlrpc-1.0rc.jar"/>
+ <delete file="${axis.home}/WEB-INF/lib/commons-pool-1.1.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
file="./lib/repository/javax/activation/activation/1.0.2/activation-1.0.2.jar"/>
- <delete
file="./lib/repository/javax/mail/mail/1.3.2/mail-1.3.2.jar"/>
+ <delete file="${axis.home}/WEB-INF/lib/activation-1.0.2.jar"/>
+ <delete file="${axis.home}/WEB-INF/lib/mail-1.3.2.jar"/>

</target>

@@ -150,4 +150,4 @@
</target>


-</project>
\ No newline at end of file
+</project>

Modified: branches/yi-udel/perfsonar/ant/xmlls/xmlls-client-run-targets.xml
===================================================================
--- branches/yi-udel/perfsonar/ant/xmlls/xmlls-client-run-targets.xml
2006-09-11 19:37:39 UTC (rev 1628)
+++ branches/yi-udel/perfsonar/ant/xmlls/xmlls-client-run-targets.xml
2006-09-12 05:26:42 UTC (rev 1629)
@@ -51,6 +51,18 @@
</java>
</target>

+ <!-- Sends request to keepalive -->
+ <target name="ls-run-client-keepalive"
+ description="Sends request to Tomcat: KEEPALIVE">
+ <java classname="org.perfsonar.client.testHarness.SOAPClient"
+ classpathref="classpath" fork="true">
+ <arg value="${ls.test.server}"/>
+ <arg
value="${basedir}/schema/example-instances/sonar/LS/test/LSKeepaliveRequest.xml"/>
+ <arg
value="${basedir}/schema/example-instances/sonar/LS/test/LSKeepaliveResponse.xml"/>
+ </java>
+ </target>
+
+
<!-- Sends request to LS deployed in Tomcat, Deregister -->
<target name="ls-run-client-deregister"
description="Sends request to Tomcat: DEREGISTER">



  • r1629 - branches/yi-udel/perfsonar/ant/xmlls, svnlog, 09/12/2006

Archive powered by MHonArc 2.6.16.

Top of Page