Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8D77F11EF5 for ; Thu, 15 May 2014 05:12:03 +0000 (UTC) Received: (qmail 91765 invoked by uid 500); 14 May 2014 15:55:16 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 91590 invoked by uid 500); 14 May 2014 15:55:16 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 91430 invoked by uid 99); 14 May 2014 15:55:16 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 May 2014 15:55:16 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 90E128C472C; Wed, 14 May 2014 15:55:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dkulp@apache.org To: commits@cxf.apache.org Date: Wed, 14 May 2014 15:55:16 -0000 Message-Id: <35fe96a7f59d46ae82a8482e2f9df2b6@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/4] git commit: Update building instructions to mention java6, not 5 Repository: cxf Updated Branches: refs/heads/master a2962773c -> e036bbd0c Update building instructions to mention java6, not 5 Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/f228db25 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/f228db25 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/f228db25 Branch: refs/heads/master Commit: f228db2515ab01037e4f1e6137e7cc24d757faaf Parents: a296277 Author: Daniel Kulp Authored: Wed May 14 11:47:31 2014 -0400 Committer: Daniel Kulp Committed: Wed May 14 11:47:31 2014 -0400 ---------------------------------------------------------------------- BUILDING.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/f228db25/BUILDING.txt ---------------------------------------------------------------------- diff --git a/BUILDING.txt b/BUILDING.txt index 24daab4..a036001 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -6,8 +6,7 @@ Initial Setup 1) Install J2SE SDK, which can be downloaded from http://www.oracle.com/technetwork/java/archive-139210.html#javase - CXF supports most versions newer than 1.5.0_13 with the exception - of Java 6 updates 1-3. + CXF supports most versions newer than 1.6.0_04 2) Make sure that your JAVA_HOME environment variable is set to the newly installed JDK location, and that your PATH includes %JAVA_HOME%\bin (windows) or @@ -33,7 +32,7 @@ Building This will compile Apache CXF without running the tests and takes less time to build. Depending on the load of remote Maven repositories, you may have - to run "mvn" several times utill the required dependencies are + to run "mvn" several times until the required dependencies are all located in your local maven repository. It usually takes some time for maven to download required dependencies in the first build.