You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by se...@apache.org on 2011/06/16 12:32:40 UTC

svn commit: r1136365 - /httpcomponents/oac.hc3x/trunk/README_MAVEN.txt

Author: sebb
Date: Thu Jun 16 10:32:40 2011
New Revision: 1136365

URL: http://svn.apache.org/viewvc?rev=1136365&view=rev
Log:
How to rebuild the site

Added:
    httpcomponents/oac.hc3x/trunk/README_MAVEN.txt   (with props)

Added: httpcomponents/oac.hc3x/trunk/README_MAVEN.txt
URL: http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk/README_MAVEN.txt?rev=1136365&view=auto
==============================================================================
--- httpcomponents/oac.hc3x/trunk/README_MAVEN.txt (added)
+++ httpcomponents/oac.hc3x/trunk/README_MAVEN.txt Thu Jun 16 10:32:40 2011
@@ -0,0 +1,18 @@
+This project is now end-of-life, but it may prove necessary to rebuild parts of the web-site again.
+
+This is one way to do so.
+
+The project uses Maven 1; it looks as though the site dated February 2008 was built with version 1.1
+
+This can be downloaded from:
+
+http://archive.apache.org/dist/maven/binaries/
+maven-1.1.zip|tar.gz
+
+Maven 1.1 does appear to run OK under Java 1.6, but would originally have been run with 1.3.1 or 1.4.2
+
+To rebuild the site files:
+
+maven -Dmaven.test.skip=true site
+
+It's important to skip the tests, as they seem to hang.
\ No newline at end of file

Propchange: httpcomponents/oac.hc3x/trunk/README_MAVEN.txt
------------------------------------------------------------------------------
    svn:eol-style = native