From commits-return-2955-apmail-jackrabbit-commits-archive=jackrabbit.apache.org@jackrabbit.apache.org Fri Oct 13 15:57:03 2006 Return-Path: Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: (qmail 39193 invoked from network); 13 Oct 2006 15:57:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Oct 2006 15:57:03 -0000 Received: (qmail 50929 invoked by uid 500); 13 Oct 2006 15:57:02 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 50904 invoked by uid 500); 13 Oct 2006 15:57:02 -0000 Mailing-List: contact commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list commits@jackrabbit.apache.org Received: (qmail 50895 invoked by uid 99); 13 Oct 2006 15:57:02 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Oct 2006 08:57:02 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Oct 2006 08:57:02 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 0BB361A981A; Fri, 13 Oct 2006 08:56:42 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r463720 - /jackrabbit/trunk/jackrabbit/src/site/xdoc/doc/building.xml Date: Fri, 13 Oct 2006 15:56:41 -0000 To: commits@jackrabbit.apache.org From: jukka@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061013155642.0BB361A981A@eris.apache.org> 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 Oct 13 08:56:41 2006 New Revision: 463720 URL: http://svn.apache.org/viewvc?view=rev&rev=463720 Log: JCR-587: Limit the supported build environment to just Maven 1.0.2. Modified: jackrabbit/trunk/jackrabbit/src/site/xdoc/doc/building.xml Modified: jackrabbit/trunk/jackrabbit/src/site/xdoc/doc/building.xml URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit/src/site/xdoc/doc/building.xml?view=diff&rev=463720&r1=463719&r2=463720 ============================================================================== --- jackrabbit/trunk/jackrabbit/src/site/xdoc/doc/building.xml (original) +++ jackrabbit/trunk/jackrabbit/src/site/xdoc/doc/building.xml Fri Oct 13 08:56:41 2006 @@ -26,7 +26,7 @@ download a binary release, but if you want to access the latest development version, you need to get the Jackrabbit sources and build them using the - Maven 1.x build + Maven 1.0.2 build environment.

@@ -113,13 +113,14 @@

- Jackrabbit uses Maven - version 1.x as the build system and the source tree is mostly - organized according to the Maven - Standard Directory Layout. - The Maven version 1.0.2 and Java Development Kit (JDK) version 1.4 - are the standard build environment, but you should be quite fine also - with Maven 1.1 and Java 5. + Jackrabbit uses + Maven 1.0.2 + as the build system and the source tree is mostly organized according + to the Maven + Standard Directory Layout. The standard build environment + is Maven 1.0.2 with the Java Development Kit (JDK) 1.4, but the + build is known to work also with Java 5 and 6.

See the Maven 1.x @@ -147,9 +148,9 @@ Executes the jar goal and installs the resulting jar packages into the local Maven repository. This operation is used when you want to make Jackrabbit available as a dependency for - other local Maven projects. The Maven groupId for Jackrabbit is - org.apache.jackrabbit and the artifactId is - jackrabbit. + other local Maven projects. The Maven groupId for Jackrabbit core + is org.apache.jackrabbit and the artifactId is + jackrabbit-core.

maven clean