Skip to Content.
Sympa Menu

perfsonar-dev - r1964 - in trunk/perfsonar/ant: . rrdma sqlma

Subject: perfsonar development work

List archive

r1964 - in trunk/perfsonar/ant: . rrdma sqlma


Chronological Thread 
  • From:
  • To:
  • Subject: r1964 - in trunk/perfsonar/ant: . rrdma sqlma
  • Date: Wed, 24 Jan 2007 07:13:35 -0500

Author: roman
Date: 2007-01-24 07:13:34 -0500 (Wed, 24 Jan 2007)
New Revision: 1964

Modified:
trunk/perfsonar/ant/axis-deploy-targets.xml
trunk/perfsonar/ant/rrdma/rrdma-axis-deploy-targets.xml
trunk/perfsonar/ant/sqlma/sqlma-axis-deploy-targets.xml
Log:

rephrasing some mesages

Modified: trunk/perfsonar/ant/axis-deploy-targets.xml
===================================================================
--- trunk/perfsonar/ant/axis-deploy-targets.xml 2007-01-24 11:32:10 UTC (rev
1963)
+++ trunk/perfsonar/ant/axis-deploy-targets.xml 2007-01-24 12:13:34 UTC (rev
1964)
@@ -215,8 +215,7 @@
<echo message="
docBase='${service.home}/${service.name}'&gt;"/>
<echo message=" &lt;/Context&gt;"/>
<echo></echo>
- <echo>Please, do it now. I will wait for you.</echo>
- <input message="Press Return key ..."/>
+ <input message="Press Enter when finished"/>

<exec dir="${tomcat.home}/bin"
executable="sh"
@@ -228,6 +227,8 @@
<env key="CATALINA_BASE" path=""/>
</exec>

+ <echo>Please, make sure that Tomcat is running.</echo>
+
</target>



Modified: trunk/perfsonar/ant/rrdma/rrdma-axis-deploy-targets.xml
===================================================================
--- trunk/perfsonar/ant/rrdma/rrdma-axis-deploy-targets.xml 2007-01-24
11:32:10 UTC (rev 1963)
+++ trunk/perfsonar/ant/rrdma/rrdma-axis-deploy-targets.xml 2007-01-24
12:13:34 UTC (rev 1964)
@@ -121,7 +121,10 @@
<env key="CATALINA_BASE" path=""/>
</exec>

- <echo>Please, make sure that the Tomcat is running. Use the address
http://${target.server}:${target.port} .</echo>
+ <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>
+
<input message="Press Enter when finished"/>

</target>
@@ -151,7 +154,7 @@
<echo> export
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${rrd_lib_path}:${rrdjdir}/build</echo>
<echo>${line.separator} Please, do it now. I will wait for
you.</echo>

- <input message="Press Enter ..."/>
+ <input message="Please do it now and press Enter when finished"/>

</target>


Modified: trunk/perfsonar/ant/sqlma/sqlma-axis-deploy-targets.xml
===================================================================
--- trunk/perfsonar/ant/sqlma/sqlma-axis-deploy-targets.xml 2007-01-24
11:32:10 UTC (rev 1963)
+++ trunk/perfsonar/ant/sqlma/sqlma-axis-deploy-targets.xml 2007-01-24
12:13:34 UTC (rev 1964)
@@ -127,7 +127,10 @@
<env key="CATALINA_BASE" path=""/>
</exec>

- <echo>Please, make sure that the Tomcat is running. Use the address
http://${target.server}:${target.port} .</echo>
+ <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>
+
<input message="Press Enter when finished"/>

</target>
@@ -149,6 +152,9 @@

<echo></echo>
<echo>(Re)Start the Tomcat.</echo>
+
+ <echo></echo>
+ <echo>Please, make sure that Tomcat is running.</echo>

<echo></echo>
<input message="Please do it now and press Enter when finished"/>



  • r1964 - in trunk/perfsonar/ant: . rrdma sqlma, svnlog, 01/24/2007

Archive powered by MHonArc 2.6.16.

Top of Page