README-builds.html

changeset 359
e01201e727da
parent 323
dada8003df87
child 433
2f06b15e2439
     1.1 --- a/README-builds.html	Fri Jul 22 17:35:54 2011 -0700
     1.2 +++ b/README-builds.html	Tue Jul 26 21:54:25 2011 +0200
     1.3 @@ -126,38 +126,15 @@
     1.4              <a href="http://openjdk.java.net/guide/repositories.html#installConfig">
     1.5                  Developer Guide: Installing and Configuring Mercurial</a>
     1.6              section for more information.
     1.7 -            The Forest Extension is not part of the Mercurial install,
     1.8 -            and is optional,
     1.9 -            but can be obtained with the following commands:
    1.10 -            <blockquote>
    1.11 -                <tt>
    1.12 -                    hg clone https://bitbucket.org/pmezard/hgforest-crew/overview/ <i>YourHgForest</i>
    1.13 -                </tt>
    1.14 -            </blockquote>
    1.15 -            Once you have the file <tt>forest.py</tt>, you need to add these
    1.16 -            lines to your <tt>${HOME}/.hgrc</tt> file:
    1.17 -            <blockquote>
    1.18 -                <tt>
    1.19 -                    [extensions]
    1.20 -                    <br>forest = <i>YourHgForest</i>/forest.py
    1.21 -                </tt>
    1.22 -            </blockquote>
    1.23  
    1.24              <!-- ------------------------------------------------------ -->
    1.25              <h3><a name="get_source">Getting the Source</a></h3>
    1.26              <blockquote>
    1.27                  To get the entire set of OpenJDK Mercurial repositories
    1.28 -                using the Forest Extension:
    1.29 +                use the script <code>get_source.sh</code> located in the root repository:
    1.30                  <blockquote>
    1.31                      <tt>
    1.32 -                        hg fclone http://hg.openjdk.java.net/jdk7/jdk7 <i>YourOpenJDK</i>
    1.33 -                    </tt>
    1.34 -                </blockquote>
    1.35 -                To get the entire set of OpenJDK Mercurial repositories
    1.36 -                without using the Forest Extension:
    1.37 -                <blockquote>
    1.38 -                    <tt>
    1.39 -                        hg clone http://hg.openjdk.java.net/jdk7/jdk7 <i>YourOpenJDK</i>
    1.40 +                        hg clone http://hg.openjdk.java.net/jdk8/jdk8 <i>YourOpenJDK</i>
    1.41                          <br>cd <i>YourOpenJDK</i>
    1.42                          <br>sh ./get_source.sh
    1.43                      </tt>
    1.44 @@ -172,9 +149,6 @@
    1.45                          <br>sh ./make/scripts/hgforest.sh pull -u
    1.46                      </tt>
    1.47                  </blockquote>
    1.48 -                You may find this script <tt>make/scripts/hgforest.sh</tt> faster
    1.49 -                than the <tt>hg</tt> forest commands provided by the
    1.50 -                Forest Extension.
    1.51              </blockquote>
    1.52  
    1.53          </blockquote>
    1.54 @@ -558,7 +532,7 @@
    1.55                      understood that this is not ideal for the open source community.
    1.56                      It is possible this process could change in the future.
    1.57                      <br>
    1.58 -                    <b>NOTE:</b> The <a href="http://download.java.net/openjdk/jdk7/">
    1.59 +                    <b>NOTE:</b> The <a href="http://download.java.net/openjdk/jdk8/">
    1.60                          Complete OpenJDK Source Bundles</a> <u>will</u> contain the JAXP and
    1.61                      JAX-WS sources.
    1.62                  </p>
    1.63 @@ -578,7 +552,7 @@
    1.64                          </li>
    1.65                          <li>
    1.66                              The OpenJDK team copies this new bundle into shared
    1.67 -                            area (e.g. <tt>/java/devtools/share/jdk7-drops</tt>).
    1.68 +                            area (e.g. <tt>/java/devtools/share/jdk8-drops</tt>).
    1.69                              Older bundles are never deleted so we retain the history.
    1.70                          </li>
    1.71                          <li>
    1.72 @@ -1726,7 +1700,7 @@
    1.73                      The location of any source drop bundles
    1.74                      (see <a href="#drops">Managing the Source Drops</a>).
    1.75                      The default will be
    1.76 -                    <tt>$(ALT_JDK_DEVTOOLS_PATH)/share/jdk7-drops</tt>.
    1.77 +                    <tt>$(ALT_JDK_DEVTOOLS_PATH)/share/jdk8-drops</tt>.
    1.78                  </dd>
    1.79                  <dt><a name="ALT_UNIXCCS_PATH"><tt>ALT_UNIXCCS_PATH</tt></a></dt>
    1.80                  <dd>
    1.81 @@ -1931,7 +1905,7 @@
    1.82                              PATH, INCLUDE, LIB, LIBPATH, and WINDOWSSDKDIR
    1.83                              variables set in your shell environment.
    1.84                              These bat files are not easy to use from a shell environment.
    1.85 -                            However, there is a script placed in the root jdk7 repository called
    1.86 +                            However, there is a script placed in the root jdk8 repository called
    1.87                              vsvars.sh that can help, it should only be done once in a shell
    1.88                              that will be doing the build, e.g.<br>
    1.89                              <tt>sh ./make/scripts/vsvars.sh -v10 > settings<br>

mercurial