Return-Path: Delivered-To: apmail-incubator-jackrabbit-commits-archive@www.apache.org Received: (qmail 63828 invoked from network); 9 Dec 2005 10:19:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Dec 2005 10:19:11 -0000 Received: (qmail 14674 invoked by uid 500); 9 Dec 2005 10:19:10 -0000 Mailing-List: contact jackrabbit-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-commits@incubator.apache.org Received: (qmail 14663 invoked by uid 500); 9 Dec 2005 10:19:10 -0000 Delivered-To: apmail-incubator-jackrabbit-cvs@incubator.apache.org Received: (qmail 14659 invoked by uid 99); 9 Dec 2005 10:19:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Dec 2005 02:19:10 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 09 Dec 2005 02:19:09 -0800 Received: (qmail 63726 invoked by uid 65534); 9 Dec 2005 10:18:49 -0000 Message-ID: <20051209101849.63723.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r355436 - in /incubator/jackrabbit/trunk/jackrabbit: README.txt src/site/xdoc/downloads.xml Date: Fri, 09 Dec 2005 10:18:48 -0000 To: jackrabbit-cvs@incubator.apache.org From: jukka@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jukka Date: Fri Dec 9 02:18:43 2005 New Revision: 355436 URL: http://svn.apache.org/viewcvs?rev=355436&view=rev Log: JCR-151: Replaced old build instructions with a pointer to the new Building Jackrabbit page. Modified: incubator/jackrabbit/trunk/jackrabbit/README.txt incubator/jackrabbit/trunk/jackrabbit/src/site/xdoc/downloads.xml Modified: incubator/jackrabbit/trunk/jackrabbit/README.txt URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/jackrabbit/README.txt?rev=355436&r1=355435&r2=355436&view=diff ============================================================================== --- incubator/jackrabbit/trunk/jackrabbit/README.txt (original) +++ incubator/jackrabbit/trunk/jackrabbit/README.txt Fri Dec 9 02:18:43 2005 @@ -77,24 +77,22 @@ Once you have a copy of the source code tree, you can use Apache Maven - http://maven.apache.org/ + http://maven.apache.org/maven-1.x/ -to build the project. After installing Maven 1.0, be sure to download the -latest release of the Ant plugin (1.8.1 or later) using a command like +to build the project. You should use Maven version 1.0.2 to build Jackrabbit. +Maven 1.1 is also known to work, but Maven 2.0 is not supported. The minimal +command to build and test all the Jackrabbit sources is: - maven plugin:download -DgroupId=maven \ - -DartifactId=maven-ant-plugin -Dversion=1.8.1 + maven -before running one of the maven commands listed at +For more instructions, please see the documentation at: - http://maven.apache.org/start/use.html - -to build the Jackrabbit project and/or documentation. + http://incubator.apache.org/jackrabbit/doc/building.html NOTE: Java 5 users need to download the xalan.jar and serializer.jar libraries from the Xalan-Java binary distribution at http://xml.apache.org/xalan-j/downloads.html and place them in -$MAVEN_HOME/lib/endorsed (or $JRE/lib/endorsed if using Maven 1.1) +$MAVEN_HOME/lib/endorsed (or $JAVA_HOME/jre/lib/endorsed if using Maven 1.1) to build the Jackrabbit sources. The reason for this workaround is explained in Modified: incubator/jackrabbit/trunk/jackrabbit/src/site/xdoc/downloads.xml URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/jackrabbit/src/site/xdoc/downloads.xml?rev=355436&r1=355435&r2=355436&view=diff ============================================================================== --- incubator/jackrabbit/trunk/jackrabbit/src/site/xdoc/downloads.xml (original) +++ incubator/jackrabbit/trunk/jackrabbit/src/site/xdoc/downloads.xml Fri Dec 9 02:18:43 2005 @@ -65,36 +65,9 @@ http://svn.apache.org/viewcvs.cgi/incubator/jackrabbit/trunk/.

- The latest Jackrabbit sources can be downloaded using the following - command (or it's equivalent in your Subversion client): + See the Building Jackrabbit page + for instructions on how to download and build the Jackrabbit sources.

- svn checkout http://svn.apache.org/repos/asf/incubator/jackrabbit/trunk/jackrabbit -

- You need version 1.0.2 of the - Apache Maven tool to build - the Jackrabbit sources. Maven will automatically download all - Jackrabbit dependencies and compile the Jackrabbit sources when - you run the following command: -

- maven -

- By default the command will build all the Jackrabbit main components and - install the resulting jar files into your local Maven repository. - For other build options, please see the - Maven documentation - and the Maven Multi-Project goals. -

-

- NOTE: - JDK 1.5 users need to download the xalan.jar and - serializer.jar files from - Xalan-Java and place - them in $MAVEN_HOME/lib/endorsed (or - $JRE/lib/endorsed if using Maven 1.1) to build the - Jackrabbit sources. The reason for this workaround is explained in - JCR-46. -

-