Skip to Content.
Sympa Menu

perfsonar-dev - r1859 - trunk/perfsonar/ant

Subject: perfsonar development work

List archive

r1859 - trunk/perfsonar/ant


Chronological Thread 
  • From:
  • To:
  • Subject: r1859 - trunk/perfsonar/ant
  • Date: Thu, 21 Dec 2006 04:04:23 -0500

Author: roman
Date: 2006-12-21 04:04:22 -0500 (Thu, 21 Dec 2006)
New Revision: 1859

Modified:
trunk/perfsonar/ant/axis-deploy-targets.xml
trunk/perfsonar/ant/build-rrdma.xml
Log:
- the classpath has changed slightly (now it points to jar files, not the
directory tree with class files)
- two target has been added: stop (to stop running the service on Tomcat but
it doesn't remove anything) and start
(to start again the service on Tomcat after stop operation)

Modified: trunk/perfsonar/ant/axis-deploy-targets.xml
===================================================================
--- trunk/perfsonar/ant/axis-deploy-targets.xml 2006-12-20 16:31:29 UTC (rev
1858)
+++ trunk/perfsonar/ant/axis-deploy-targets.xml 2006-12-21 09:04:22 UTC (rev
1859)
@@ -296,5 +296,19 @@
</target>


+ <target name="start">
+
+ <antcall target="deploy-adminclient" />
+
+ </target>

+
+ <target name="stop">
+
+ <antcall target="undeploy-adminclient" />
+
+ </target>
+
+
+
</project>
\ No newline at end of file

Modified: trunk/perfsonar/ant/build-rrdma.xml
===================================================================
--- trunk/perfsonar/ant/build-rrdma.xml 2006-12-20 16:31:29 UTC (rev 1858)
+++ trunk/perfsonar/ant/build-rrdma.xml 2006-12-21 09:04:22 UTC (rev 1859)
@@ -25,7 +25,8 @@
<fileset dir="./lib/repository">
<include name="**/*.jar"/>
</fileset>
- <pathelement location="build"/>
+ <pathelement location="build/perfSONAR-generic.jar"/>
+ <pathelement location="build/perfSONAR-rrdma.jar"/>
</path>





  • r1859 - trunk/perfsonar/ant, svnlog, 12/21/2006

Archive powered by MHonArc 2.6.16.

Top of Page