Skip to Content.
Sympa Menu

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

Subject: perfsonar development work

List archive

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


Chronological Thread 
  • From:
  • To:
  • Subject: r1938 - branches/JAVA-RRD-MA-STABLE/ant/rrdma
  • Date: Thu, 18 Jan 2007 07:55:04 -0500

Author: roman
Date: 2007-01-18 07:55:03 -0500 (Thu, 18 Jan 2007)
New Revision: 1938

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

Executed command: svn merge -r 1936:1937
https://svn.perfsonar.net/svn/perfsonar/trunk/perfsonar/ant/rrdma

Suggesting how to setup LD_LIBRARY_PATH when a user wants to start tomcat
manually has been fixed
(the script was giving wrong path).



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-01-18 12:28:37 UTC (rev 1937)
+++ branches/JAVA-RRD-MA-STABLE/ant/rrdma/rrdma-axis-deploy-targets.xml
2007-01-18 12:55:03 UTC (rev 1938)
@@ -150,7 +150,7 @@
<echo>After setting up the variable (re)start the Tomcat.</echo>

<echo>${line.separator}Example:</echo>
- <echo> export
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${rrdtool_path}/lib:${rrdjdir}/build</echo>
+ <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 Return key ..."/>



  • r1938 - branches/JAVA-RRD-MA-STABLE/ant/rrdma, svnlog, 01/18/2007

Archive powered by MHonArc 2.6.16.

Top of Page