diff --git a/README b/README index db7346b443236a5a89a3b243dee814a2c3c32450..45b71d266e091813086850deeee4f884df343234 100644 --- a/README +++ b/README @@ -9,11 +9,14 @@ README: will be needed. This one root repository can be obtained with something like: - hg clone http://hg.openjdk.java.net/jdk7/jdk7 openjdk7 - To make sure you have all the nested repositories, you can run: - cd openjdk7 && sh ./get_source.sh - (This is identical to using the Mercurial Forest Extension command - 'hg fclone http://hg.openjdk.java.net/jdk7/jdk7 openjdk7'). + + hg clone http://hg.openjdk.java.net/jdk8/jdk8 openjdk8 + + To make sure you have all the nested repositories, you can run the + get_source.sh script located in the same respository as this file: + + cd openjdk8 && sh ./get_source.sh + People unfamiliar with Mercurial should read the first few chapters of the Mercurial book: http://hgbook.red-bean.com/read/ @@ -22,7 +25,7 @@ README: Simple Build Instructions: 0. Get the necessary system software/packages installed on your system, see - http://hg.openjdk.java.net/jdk7/build/raw-file/tip/README-builds.html + http://hg.openjdk.java.net/jdk8/build/raw-file/tip/README-builds.html 1. If you don't have a jdk6 installed, download and install a JDK 6 from http://java.sun.com/javase/downloads/index.jsp diff --git a/README-builds.html b/README-builds.html index 87b7cd80af29c5861495d39965e945b2db1910ec..1761534fab225c170548bfae6f4e89cd8be4a3f7 100644 --- a/README-builds.html +++ b/README-builds.html @@ -126,38 +126,15 @@ Developer Guide: Installing and Configuring Mercurial section for more information. - The Forest Extension is not part of the Mercurial install, - and is optional, - but can be obtained with the following commands: -
- - hg clone https://bitbucket.org/pmezard/hgforest-crew/overview/ YourHgForest - -
- Once you have the file forest.py, you need to add these - lines to your ${HOME}/.hgrc file: -
- - [extensions] -
forest = YourHgForest/forest.py -
-

Getting the Source

To get the entire set of OpenJDK Mercurial repositories - using the Forest Extension: -
- - hg fclone http://hg.openjdk.java.net/jdk7/jdk7 YourOpenJDK - -
- To get the entire set of OpenJDK Mercurial repositories - without using the Forest Extension: + use the script get_source.sh located in the root repository:
- hg clone http://hg.openjdk.java.net/jdk7/jdk7 YourOpenJDK + hg clone http://hg.openjdk.java.net/jdk8/jdk8 YourOpenJDK
cd YourOpenJDK
sh ./get_source.sh
@@ -172,9 +149,6 @@
sh ./make/scripts/hgforest.sh pull -u
- You may find this script make/scripts/hgforest.sh faster - than the hg forest commands provided by the - Forest Extension.
@@ -558,7 +532,7 @@ understood that this is not ideal for the open source community. It is possible this process could change in the future.
- NOTE: The + NOTE: The Complete OpenJDK Source Bundles will contain the JAXP and JAX-WS sources.

@@ -578,7 +552,7 @@
  • The OpenJDK team copies this new bundle into shared - area (e.g. /java/devtools/share/jdk7-drops). + area (e.g. /java/devtools/share/jdk8-drops). Older bundles are never deleted so we retain the history.
  • @@ -1726,7 +1700,7 @@ The location of any source drop bundles (see Managing the Source Drops). The default will be - $(ALT_JDK_DEVTOOLS_PATH)/share/jdk7-drops. + $(ALT_JDK_DEVTOOLS_PATH)/share/jdk8-drops.
    ALT_UNIXCCS_PATH
    @@ -1931,7 +1905,7 @@ PATH, INCLUDE, LIB, LIBPATH, and WINDOWSSDKDIR variables set in your shell environment. These bat files are not easy to use from a shell environment. - However, there is a script placed in the root jdk7 repository called + However, there is a script placed in the root jdk8 repository called vsvars.sh that can help, it should only be done once in a shell that will be doing the build, e.g.
    sh ./make/scripts/vsvars.sh -v10 > settings