Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r2789 - branches/new-structure/trunk/geant2_java-sql-ma/ant

Subject: perfsonar development work

List archive

perfsonar: r2789 - branches/new-structure/trunk/geant2_java-sql-ma/ant


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r2789 - branches/new-structure/trunk/geant2_java-sql-ma/ant
  • Date: Fri, 7 Sep 2007 05:34:03 -0400

Author: roman
Date: 2007-09-07 05:34:03 -0400 (Fri, 07 Sep 2007)
New Revision: 2789

Modified:
branches/new-structure/trunk/geant2_java-sql-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-sql-ma/ant/axis-deploy-targets.xml
===================================================================
---
branches/new-structure/trunk/geant2_java-sql-ma/ant/axis-deploy-targets.xml
2007-09-07 09:34:01 UTC (rev 2788)
+++
branches/new-structure/trunk/geant2_java-sql-ma/ant/axis-deploy-targets.xml
2007-09-07 09:34:03 UTC (rev 2789)
@@ -207,11 +207,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: r2789 - branches/new-structure/trunk/geant2_java-sql-ma/ant, svnlog, 09/07/2007

Archive powered by MHonArc 2.6.16.

Top of Page