Skip to Content.
Sympa Menu

perfsonar-dev - r1893 - trunk/perfsonar/ant

Subject: perfsonar development work

List archive

r1893 - trunk/perfsonar/ant


Chronological Thread 
  • From:
  • To:
  • Subject: r1893 - trunk/perfsonar/ant
  • Date: Mon, 8 Jan 2007 09:39:40 -0500

Author: roman
Date: 2007-01-08 09:39:39 -0500 (Mon, 08 Jan 2007)
New Revision: 1893

Modified:
trunk/perfsonar/ant/pre-install-targets.xml
Log:
Default location of the Tomcat, downloaded by the script, is the installation
directory (not the directory where
the installation tar file has been extracted).

Modified: trunk/perfsonar/ant/pre-install-targets.xml
===================================================================
--- trunk/perfsonar/ant/pre-install-targets.xml 2007-01-08 14:06:54 UTC (rev
1892)
+++ trunk/perfsonar/ant/pre-install-targets.xml 2007-01-08 14:39:39 UTC (rev
1893)
@@ -172,7 +172,9 @@
depends="webservice-container-question"
if="tomcat.install.decision">

- <dirname property="_tomcat.install.location" file="${basedir}"/>
+ <!-- <dirname property="_tomcat.install.location"
file="${basedir}"/> -->
+ <property file="ant/const.properties" />
+ <dirname property="_tomcat.install.location" file="${service.home}"/>

<input message="Enter the path for the Tomcat installation:
[${_tomcat.install.location}/${tomcat.dir}]:"
addproperty="tomcat.install.location"



  • r1893 - trunk/perfsonar/ant, svnlog, 01/08/2007

Archive powered by MHonArc 2.6.16.

Top of Page