Skip to Content.
Sympa Menu

perfsonar-dev - r2103 - branches/JAVA-RRD-MA-STABLE/ant/rrdma

Subject: perfsonar development work

List archive

r2103 - branches/JAVA-RRD-MA-STABLE/ant/rrdma


Chronological Thread 
  • From:
  • To:
  • Subject: r2103 - branches/JAVA-RRD-MA-STABLE/ant/rrdma
  • Date: Wed, 21 Feb 2007 06:44:07 -0500

Author: roman
Date: 2007-02-21 06:44:06 -0500 (Wed, 21 Feb 2007)
New Revision: 2103

Modified:
branches/JAVA-RRD-MA-STABLE/ant/rrdma/rrdma-axis-deploy-targets.xml
branches/JAVA-RRD-MA-STABLE/ant/rrdma/rrdma-release-targets.xml
Log:
Minor changes (path of catalina.out file added)

svn merge -r 2100:2102
https://svn.perfsonar.net/svn/perfsonar/trunk/perfsonar/ant




Modified: branches/JAVA-RRD-MA-STABLE/ant/rrdma/rrdma-axis-deploy-targets.xml
===================================================================
--- branches/JAVA-RRD-MA-STABLE/ant/rrdma/rrdma-axis-deploy-targets.xml
2007-02-21 11:40:49 UTC (rev 2102)
+++ branches/JAVA-RRD-MA-STABLE/ant/rrdma/rrdma-axis-deploy-targets.xml
2007-02-21 11:44:06 UTC (rev 2103)
@@ -131,7 +131,7 @@

<echo>Please, make sure that Tomcat is running.</echo>
<echo>You can do it using your web browser and connect the address
http://${target.server}:${target.port}</echo>
- <echo>or looking at Tomcat's log file (catalina.out).</echo>
+ <echo>or looking at Tomcat's log file
(${tomcat.home}/logs/catalina.out).</echo>

<input message="Press Enter when finished"/>


Modified: branches/JAVA-RRD-MA-STABLE/ant/rrdma/rrdma-release-targets.xml
===================================================================
--- branches/JAVA-RRD-MA-STABLE/ant/rrdma/rrdma-release-targets.xml
2007-02-21 11:40:49 UTC (rev 2102)
+++ branches/JAVA-RRD-MA-STABLE/ant/rrdma/rrdma-release-targets.xml
2007-02-21 11:44:06 UTC (rev 2103)
@@ -24,7 +24,7 @@
comment="This file was created by the Ant configuration script.">
<entry key="service.name" value="${service.name}"/>
<entry key="build" value="build"/>
- </propertyfile>
+ </propertyfile>

</target>




  • r2103 - branches/JAVA-RRD-MA-STABLE/ant/rrdma, svnlog, 02/21/2007

Archive powered by MHonArc 2.6.16.

Top of Page