perfsonar-dev - r1860 - branches/JAVA-RRD-MA-STABLE/ant
Subject: perfsonar development work
List archive
- From:
- To:
- Subject: r1860 - branches/JAVA-RRD-MA-STABLE/ant
- Date: Thu, 21 Dec 2006 04:23:42 -0500
Author: roman
Date: 2006-12-21 04:23:41 -0500 (Thu, 21 Dec 2006)
New Revision: 1860
Modified:
branches/JAVA-RRD-MA-STABLE/ant/axis-deploy-targets.xml
branches/JAVA-RRD-MA-STABLE/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
Modified: branches/JAVA-RRD-MA-STABLE/ant/axis-deploy-targets.xml
===================================================================
--- branches/JAVA-RRD-MA-STABLE/ant/axis-deploy-targets.xml 2006-12-21
09:04:22 UTC (rev 1859)
+++ branches/JAVA-RRD-MA-STABLE/ant/axis-deploy-targets.xml 2006-12-21
09:23:41 UTC (rev 1860)
@@ -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: branches/JAVA-RRD-MA-STABLE/ant/build-rrdma.xml
===================================================================
--- branches/JAVA-RRD-MA-STABLE/ant/build-rrdma.xml 2006-12-21 09:04:22
UTC (rev 1859)
+++ branches/JAVA-RRD-MA-STABLE/ant/build-rrdma.xml 2006-12-21 09:23:41
UTC (rev 1860)
@@ -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>
- r1860 - branches/JAVA-RRD-MA-STABLE/ant, svnlog, 12/21/2006
Archive powered by MHonArc 2.6.16.