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 <[email protected]> Authored: Wed May 14 11:47:31 2014 -0400 Committer: Daniel Kulp <[email protected]> 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.
