README-builds.html

changeset 278
c1af03f88627
parent 277
4d044e6e1080
child 291
24900a58ab9f
     1.1 --- a/README-builds.html	Wed Dec 22 12:27:14 2010 -0800
     1.2 +++ b/README-builds.html	Thu Dec 23 18:41:57 2010 -0800
     1.3 @@ -64,7 +64,6 @@
     1.4                          <li><a href="#dependencies">Build Dependencies</a>
     1.5                              <ul>
     1.6                                  <li><a href="#bootjdk">Bootstrap JDK</a> </li>
     1.7 -                                <li><a href="#binaryplugs">Binary Plugs</a> </li>
     1.8                                  <li><a href="#importjdk">Optional Import JDK</a> </li>
     1.9                                  <li><a href="#ant">Ant</a> </li>
    1.10                                  <li><a href="#cacerts">Certificate Authority File (cacert)</a> </li>
    1.11 @@ -705,11 +704,6 @@
    1.12                      <tt><a href="#ALT_BOOTDIR">ALT_BOOTDIR</a></tt>.
    1.13                  </li>
    1.14                  <li>
    1.15 -                    Install the
    1.16 -                    <a href="#binaryplugs">Binary Plugs</a>, set
    1.17 -                    <tt><a href="#ALT_BINARY_PLUGS_PATH">ALT_BINARY_PLUGS_PATH</a></tt>.
    1.18 -                </li>
    1.19 -                <li>
    1.20                      <a href="#importjdk">Optional Import JDK</a>, set
    1.21                      <tt><a href="#ALT_JDK_IMPORT_PATH">ALT_JDK_IMPORT_PATH</a></tt>.
    1.22                  </li>
    1.23 @@ -764,11 +758,6 @@
    1.24                      <tt><a href="#ALT_BOOTDIR">ALT_BOOTDIR</a></tt>.
    1.25                  </li>
    1.26                  <li>
    1.27 -                    Install the
    1.28 -                    <a href="#binaryplugs">Binary Plugs</a>, set
    1.29 -                    <tt><a href="#ALT_BINARY_PLUGS_PATH">ALT_BINARY_PLUGS_PATH</a></tt>.
    1.30 -                </li>
    1.31 -                <li>
    1.32                      <a href="#importjdk">Optional Import JDK</a>, set
    1.33                      <tt><a href="#ALT_JDK_IMPORT_PATH">ALT_JDK_IMPORT_PATH</a></tt>.
    1.34                  </li>
    1.35 @@ -856,11 +845,6 @@
    1.36                      <tt><a href="#ALT_BOOTDIR">ALT_BOOTDIR</a></tt>.
    1.37                  </li>
    1.38                  <li>
    1.39 -                    Install the
    1.40 -                    <a href="#binaryplugs">Binary Plugs</a>, set
    1.41 -                    <tt><a href="#ALT_BINARY_PLUGS_PATH">ALT_BINARY_PLUGS_PATH</a></tt>..
    1.42 -                </li>
    1.43 -                <li>
    1.44                      <a href="#importjdk">Optional Import JDK</a>, set
    1.45                      <tt><a href="#ALT_JDK_IMPORT_PATH">ALT_JDK_IMPORT_PATH</a></tt>.
    1.46                  </li>
    1.47 @@ -925,38 +909,6 @@
    1.48                      the makefiles will look in that location for a JDK it can use.
    1.49              </blockquote>
    1.50              <!-- ------------------------------------------------------ -->
    1.51 -            <h4><a name="binaryplugs">Binary Plugs</a></h4>
    1.52 -            <blockquote>
    1.53 -                Not all of the source code that makes up the JDK is available
    1.54 -                under an open-source license.
    1.55 -                This is a temporary situation and these binary plugs will be
    1.56 -                replaced with fully open source replacements as soon as possible.
    1.57 -                So currently, in order to build a complete OpenJDK image,
    1.58 -                you must first download and install the appropriate
    1.59 -                binary plug bundles for the OpenJDK, go to the
    1.60 -                <a href="http://openjdk.java.net" target="_blank">OpenJDK</a> site and select
    1.61 -                the 
    1.62 -                "<b>Bundles(7)</b>"
    1.63 -                link and download the binaryplugs for
    1.64 -                your particular platform.
    1.65 -                The file downloaded is a jar file that must be extracted by running
    1.66 -                the jar file with:
    1.67 -                <blockquote>
    1.68 -                    <pre>
    1.69 -            <tt><b>java -jar jdk-7-ea-plug-b<i>nn</i>-<i>os</i>-<i>arch</i>-<i>dd</i>_<i>month</i>_<i>year</i>.jar</b></tt>
    1.70 -                    </pre>
    1.71 -                </blockquote>
    1.72 -                A prompt will be issued for acceptance of these binary plug files.
    1.73 -                During the OpenJDK build process these "binary plugs"
    1.74 -                for the encumbered components will be copied into your
    1.75 -                resulting OpenJDK binary build image.
    1.76 -                These binary plug files are only for the purpose of
    1.77 -                building an OpenJDK binary.
    1.78 -                Make sure you set
    1.79 -                <tt><a href="#ALT_BINARY_PLUGS_PATH">ALT_BINARY_PLUGS_PATH</a></tt>
    1.80 -                to the root of this installation.
    1.81 -            </blockquote>
    1.82 -            <!-- ------------------------------------------------------ -->
    1.83              <h4><a name="importjdk">Optional Import JDK</a></h4>
    1.84              <blockquote>
    1.85                  The <tt><a href="#ALT_JDK_IMPORT_PATH">ALT_JDK_IMPORT_PATH</a></tt>
    1.86 @@ -1601,14 +1553,6 @@
    1.87                      You should always install your own local Bootstrap JDK and
    1.88                      always set <tt>ALT_BOOTDIR</tt> explicitly.
    1.89                  </dd>
    1.90 -                <dt><a name="ALT_BINARY_PLUGS_PATH"><tt>ALT_BINARY_PLUGS_PATH</tt></a></dt>
    1.91 -                <dd>
    1.92 -                    The location of the binary plugs installation.
    1.93 -                    See <a href="#binaryplugs">Binary Plugs</a> for more information.
    1.94 -                    You should always have a local copy of a
    1.95 -                    recent Binary Plugs install image
    1.96 -                    and set this variable to that location.
    1.97 -                </dd>
    1.98                  <dt><a name="ALT_JDK_IMPORT_PATH"><tt>ALT_JDK_IMPORT_PATH</tt></a></dt>
    1.99                  <dd>
   1.100                      The location of a previously built JDK installation. 
   1.101 @@ -1705,26 +1649,6 @@
   1.102                      Where each of these directories contain the import JDK image
   1.103                      for that platform.
   1.104                  </dd>
   1.105 -                <dt><a name="ALT_BUILD_BINARY_PLUGS_PATH"><tt>ALT_BUILD_BINARY_PLUGS_PATH</tt></a></dt>
   1.106 -                <dd>
   1.107 -                    These are useful in managing builds on multiple platforms.
   1.108 -                    The default network location for all of the binary plug images
   1.109 -                    for all platforms. 
   1.110 -                    If <tt><a href="#ALT_BINARY_PLUGS_PATH">ALT_BINARY_PLUGS_PATH</a></tt>
   1.111 -                    is not set, this directory will be used and should contain 
   1.112 -                    the following directories:
   1.113 -                    <tt>solaris-sparc</tt>,
   1.114 -                    <tt>solaris-i586</tt>,
   1.115 -                    <tt>solaris-sparcv9</tt>,
   1.116 -                    <tt>solaris-amd64</tt>,
   1.117 -                    <tt>linux-i586</tt>,
   1.118 -                    <tt>linux-amd64</tt>,
   1.119 -                    <tt>windows-i586</tt>,
   1.120 -                    and
   1.121 -                    <tt>windows-amd64</tt>.
   1.122 -                    Where each of these directories contain the binary plugs image
   1.123 -                    for that platform.
   1.124 -                </dd>
   1.125                  <dt><strong>Windows specific:</strong></dt>
   1.126                  <dd>
   1.127                      <dl>

mercurial