On 10/04/13 13:31, Sergio Fernández wrote:
Andy, would you have anything else we could fix before re-initializing
the process again?
No, but I didn't get much further. I didn't know if it was a problem in
my setup or in the build process.
I'm assuming the licensing is good with all the work done on it. The
one-time cost should be paid now and a veritable normal release happen.
(not this release) can the right Tomcat bits be pulled from the maven
repo by maven dependency?
If nothing else:
http://repo1.maven.org/maven2/org/apache/tomcat/tomcat/7.0.37/tomcat-7.0.37.zip
The dist archive version will exist :-)
Andy
On 10/04/13 12:20, Andy Seaborne wrote:
On 08/04/13 18:50, Sebastian Schaffert wrote:
Dear all,
next try. Thanks to Sergio for updating all the LICENSE and NOTICE files
last week.
Please vote until Thursday 11th April at 20:00.
:-)
Greetings,
Sebastian
I'm having problems running:
mvn -s ../settings-release.xml -Pdist-local,installer,marmotta-release
install
getting
[INFO]
------------------------------------------------------------------------
[INFO] Building Apache Marmotta Installer 3.0.0-incubating
[INFO]
------------------------------------------------------------------------
[INFO]
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @
marmotta-installer ---
[INFO]
[INFO] --- maven-download-plugin:1.0.0:wget (download-tomcat) @
marmotta-installer ---
Downloading:
http://www.eu.apache.org/dist/tomcat/tomcat-7/v7.0.37/bin//apache-tomcat-7.0.37.zip
org.apache.maven.wagon.ResourceDoesNotExistException: File:
http://www.eu.apache.org/dist/tomcat/tomcat-7/v7.0.37/bin/apache-tomcat-7.0.37.zip
, ReasonPhrase:Not Found.
....
[INFO] Apache Marmotta Installer ......................... FAILURE
[0.874s]
because it accesses
http://www.eu.apache.org/dist/tomcat/tomcat-7/v7.0.37/bin//apache-tomcat-7.0.37.zip
which no longer exists - it's 7.0.39 now.
Minor: shouldn't www.eu.apache.org be www.apache.org?
Andy