You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2005/12/09 11:18:48 UTC

svn commit: r355436 - in /incubator/jackrabbit/trunk/jackrabbit: README.txt src/site/xdoc/downloads.xml

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 @@
             <a href="http://svn.apache.org/viewcvs.cgi/incubator/jackrabbit/trunk/">http://svn.apache.org/viewcvs.cgi/incubator/jackrabbit/trunk/</a>.
          </p>
          <p>
-            The latest Jackrabbit sources can be downloaded using the following
-            command (or it's equivalent in your Subversion client):
+            See the <a href="doc/building.html">Building Jackrabbit</a> page
+            for instructions on how to download and build the Jackrabbit sources.
          </p>
-         <source>svn checkout http://svn.apache.org/repos/asf/incubator/jackrabbit/trunk/jackrabbit</source>
-         <p>
-            You need version 1.0.2 of the
-            <a href="http://maven.apache.org/">Apache Maven</a> tool to build
-            the Jackrabbit sources. Maven will automatically download all
-            Jackrabbit dependencies and compile the Jackrabbit sources when
-            you run the following command:
-         </p>
-         <source>maven</source>
-         <p>
-            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
-            <a href="http://maven.apache.org/start/use.html">Maven documentation</a>
-            and the <a href="http://maven.apache.org/reference/plugins/multiproject/goals.html">Maven Multi-Project goals</a>.
-         </p>
-         <p>
-            <strong>NOTE:</strong>
-            JDK 1.5 users need to download the <code>xalan.jar</code> and
-            <code>serializer.jar</code> files from
-            <a href="http://xml.apache.org/xalan-j/">Xalan-Java</a> and place
-            them in <code>$MAVEN_HOME/lib/endorsed</code> (or
-            <code>$JRE/lib/endorsed</code> if using Maven 1.1) to build the
-            Jackrabbit sources. The reason for this workaround is explained in
-            <a href="http://issues.apache.org/jira/browse/JCR-46">JCR-46</a>.
-         </p>
-      </section>
 
 <!--
       <section name="Release Candidate">