Skip to Content.
Sympa Menu

perfsonar-dev - [Fwd: [pS-dev] perfsonar: r2211 - in trunk/perfsonar/ant: . sqlma]

Subject: perfsonar development work

List archive

[Fwd: [pS-dev] perfsonar: r2211 - in trunk/perfsonar/ant: . sqlma]


Chronological Thread 
  • From: Roman Lapacz <>
  • To: "" <>
  • Cc: Guilherme Fernandes <>, Stijn Verstichel <>, Maciej Glowiak <>, Szymon Trocha <>
  • Subject: [Fwd: [pS-dev] perfsonar: r2211 - in trunk/perfsonar/ant: . sqlma]
  • Date: Mon, 12 Mar 2007 12:25:53 +0100



Hi,

I had to change the path of Tomcat 6.0.7 tar file because the one we have had so far does not work any more. Apache staff removed it from this location but I found it on Apache archive server.

Unfortunately, this is a problem because I assume more exiting RCs use previous path. Ant script fails trying to download Tomcat using the previous path :( I'm afraid new RCs will have to be created with updated script pre-install-targets.xml (there is updated Tomcat's path).

I think we can treat Apache archive server as a stable repository and we won't have similar problem in the future.

Roman




-------- Original Message --------
Subject: [pS-dev] perfsonar: r2211 - in trunk/perfsonar/ant: . sqlma
Date: Mon, 12 Mar 2007 07:13:06 -0400
From:

Reply-To:

To:




Author: roman
Date: 2007-03-12 07:13:05 -0400 (Mon, 12 Mar 2007)
New Revision: 2211

Modified:
trunk/perfsonar/ant/pre-install-targets.xml
trunk/perfsonar/ant/sqlma/sqlma-exist-xmldb-targets.xml
Log:

- URL of download page of Tomcat ver. 6.0.7 has changed
- new target xmldb-password-sqlma to setup passwords for xmldb users




Modified: trunk/perfsonar/ant/pre-install-targets.xml
===================================================================
--- trunk/perfsonar/ant/pre-install-targets.xml 2007-03-09 15:18:16 UTC (rev
2210)
+++ trunk/perfsonar/ant/pre-install-targets.xml 2007-03-12 11:13:05 UTC (rev
2211)
@@ -20,7 +20,7 @@
<!-- Download URLs -->

<property name="_tomcat.download.url"
-
value="http://apache.forall.pl/tomcat/tomcat-6/v6.0.7/bin/apache-tomcat-6.0.7.tar.gz";
/>
+
value="http://archive.apache.org/dist/tomcat/tomcat-6/v6.0.7/bin/apache-tomcat-6.0.7.tar.gz";
/>
<property name="tomcat.dir" value="apache-tomcat-6.0.7" />

<property name="exist.war.file" value="exist-1.0.1.war" />

Modified: trunk/perfsonar/ant/sqlma/sqlma-exist-xmldb-targets.xml
===================================================================
--- trunk/perfsonar/ant/sqlma/sqlma-exist-xmldb-targets.xml 2007-03-09
15:18:16 UTC (rev 2210)
+++ trunk/perfsonar/ant/sqlma/sqlma-exist-xmldb-targets.xml 2007-03-12
11:13:05 UTC (rev 2211)
@@ -35,6 +35,11 @@
</target>


+ <target name="xmldb-password-sqlma">
+ <antcall target="xmldb-password-rrdma"/>
+ </target>

+
+
</project>





Archive powered by MHonArc 2.6.16.

Top of Page