Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r2318 - in branches/JAVA-RRD-MA-STABLE/ant: . rrdma

Subject: perfsonar development work

List archive

perfsonar: r2318 - in branches/JAVA-RRD-MA-STABLE/ant: . rrdma


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r2318 - in branches/JAVA-RRD-MA-STABLE/ant: . rrdma
  • Date: Wed, 4 Apr 2007 06:37:13 -0400

Author: roman
Date: 2007-04-04 06:37:12 -0400 (Wed, 04 Apr 2007)
New Revision: 2318

Modified:
branches/JAVA-RRD-MA-STABLE/ant/configure-targets.xml
branches/JAVA-RRD-MA-STABLE/ant/rrdma/rrdma-configure-targets.xml
Log:

merging

svn merge -r 2283:2317
https://svn.perfsonar.net/svn/perfsonar/trunk/perfsonar/ant



Modified: branches/JAVA-RRD-MA-STABLE/ant/configure-targets.xml
===================================================================
--- branches/JAVA-RRD-MA-STABLE/ant/configure-targets.xml 2007-04-04
09:35:43 UTC (rev 2317)
+++ branches/JAVA-RRD-MA-STABLE/ant/configure-targets.xml 2007-04-04
10:37:12 UTC (rev 2318)
@@ -44,6 +44,21 @@
</target>


+ <!-- creating objects.config file -->
+
+
+ <target name ="create-ggf-objects-config">
+
+ <exec dir="${basedir}/src"
+ executable="perl"
+ output="${basedir}/log/ggf-object-config.log"
+ error="${basedir}/log/ggf-object-config.log">
+ <arg line="obs.pl"/>
+ </exec>
+
+ </target>
+
+
<!-- configuring LS register functionality -->



Modified: branches/JAVA-RRD-MA-STABLE/ant/rrdma/rrdma-configure-targets.xml
===================================================================
--- branches/JAVA-RRD-MA-STABLE/ant/rrdma/rrdma-configure-targets.xml
2007-04-04 09:35:43 UTC (rev 2317)
+++ branches/JAVA-RRD-MA-STABLE/ant/rrdma/rrdma-configure-targets.xml
2007-04-04 10:37:12 UTC (rev 2318)
@@ -257,6 +257,7 @@
<antcall target="set-const-properties-for-rrdma"/>
<antcall target="set-service-properties-for-rrdma"/>
<antcall target="set-log4j-properties"/>
+ <antcall target="create-ggf-objects-config"/>
<antcall target="create-testrrdconfig-for-rrdma"/>
<antcall target="exist-init"/>
<antcall target="store-fuctionality-for-rrdma"/>



  • perfsonar: r2318 - in branches/JAVA-RRD-MA-STABLE/ant: . rrdma, svnlog, 04/04/2007

Archive powered by MHonArc 2.6.16.

Top of Page