Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r2787 - branches/new-structure/trunk/geant2_java-rrd-ma/ant

Subject: perfsonar development work

List archive

perfsonar: r2787 - branches/new-structure/trunk/geant2_java-rrd-ma/ant


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r2787 - branches/new-structure/trunk/geant2_java-rrd-ma/ant
  • Date: Fri, 7 Sep 2007 05:32:07 -0400

Author: roman
Date: 2007-09-07 05:32:07 -0400 (Fri, 07 Sep 2007)
New Revision: 2787

Modified:
branches/new-structure/trunk/geant2_java-rrd-ma/ant/axis-deploy-targets.xml
Log:

targets to stop and restart already deployed service updated (loading
const.properties was missing)



Modified:
branches/new-structure/trunk/geant2_java-rrd-ma/ant/axis-deploy-targets.xml
===================================================================
---
branches/new-structure/trunk/geant2_java-rrd-ma/ant/axis-deploy-targets.xml
2007-09-07 09:29:23 UTC (rev 2786)
+++
branches/new-structure/trunk/geant2_java-rrd-ma/ant/axis-deploy-targets.xml
2007-09-07 09:32:07 UTC (rev 2787)
@@ -209,11 +209,13 @@


<target name="start">
+ <property file="${basedir}/ant/const.properties"/>
<antcall target="deploy-adminclient" />
</target>


<target name="stop">
+ <property file="${basedir}/ant/const.properties"/>
<antcall target="undeploy-adminclient" />
</target>




  • perfsonar: r2787 - branches/new-structure/trunk/geant2_java-rrd-ma/ant, svnlog, 09/07/2007

Archive powered by MHonArc 2.6.16.

Top of Page