Ignore:
Timestamp:
Mar 26, 2011, 8:39:20 PM (14 years ago)
Author:
dmik
Message:

trunk: Merged in openjdk6 b22 from branches/vendor/oracle.

Location:
trunk/openjdk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk

  • trunk/openjdk/README-builds.html

    r2 r278  
    7373                        <ul>
    7474                            <li><a href="#bootjdk">Bootstrap JDK</a> </li>
    75                             <li><a href="#binaryplugs">Binary Plugs</a> </li>
    7675                            <li><a href="#importjdk">Optional Import JDK</a> </li>
    7776                            <li><a href="#ant">Ant</a> </li>
     
    615614                </li>
    616615                <li>
    617                     Optionally install the
    618                     <a href="#binaryplugs">Binary Plugs</a>, set
    619                     <tt><a href="#ALT_BINARY_PLUGS_PATH">ALT_BINARY_PLUGS_PATH</a></tt>.
    620                 </li>
    621                 <li>
    622616                    <a href="#importjdk">Optional Import JDK</a>, set
    623617                    <tt><a href="#ALT_JDK_IMPORT_PATH">ALT_JDK_IMPORT_PATH</a></tt>.
     
    678672                    <a href="#bootjdk">Bootstrap JDK</a>, set
    679673                    <tt><a href="#ALT_BOOTDIR">ALT_BOOTDIR</a></tt>.
    680                 </li>
    681                 <li>
    682                     Install the
    683                     <a href="#binaryplugs">Binary Plugs</a>, set
    684                     <tt><a href="#ALT_BINARY_PLUGS_PATH">ALT_BINARY_PLUGS_PATH</a></tt>.
    685674                </li>
    686675                <li>
     
    767756                    <a href="#bootjdk">Bootstrap JDK</a>, set
    768757                    <tt><a href="#ALT_BOOTDIR">ALT_BOOTDIR</a></tt>.
    769                 </li>
    770                 <li>
    771                     Install the
    772                     <a href="#binaryplugs">Binary Plugs</a>, set
    773                     <tt><a href="#ALT_BINARY_PLUGS_PATH">ALT_BINARY_PLUGS_PATH</a></tt>..
    774758                </li>
    775759                <li>
     
    850834                distribution package is sufficient. You'll still need to set
    851835                <tt><a href="#ALT_BOOTDIR">ALT_BOOTDIR</a></tt>, though.
    852             </blockquote>
    853             <!-- ------------------------------------------------------ -->
    854             <h4><a name="binaryplugs">Binary Plugs</a></h4>
    855             <blockquote>
    856                 Not all of the source code that makes up the JDK is available
    857                 under an open-source license.
    858                 This is a temporary situation and most of these binary plugs have
    859                 been replaced with fully open source replacements, except for SNMP.
    860                 You don't to download and use binary plugs in order to build a
    861                 complete OpenJDK image, and you don't need them to create a JDK 6
    862                 implementation. If you insist on using the binary plugs,
    863                 you must first download and install the appropriate
    864                 binary plug bundles for the OpenJDK, go to the
    865                 <a href="http://openjdk.java.net" target="_blank">OpenJDK</a> site and select
    866                 the
    867                 <!-- OpenJDK 6 Specific -->
    868                 <b style="background-color:white">
    869                     "Bundles(6)"
    870                 </b>
    871                 link and download the binaryplugs for
    872                 your particular platform.
    873                 The file downloaded is a jar file that must be extracted by running
    874                 the jar file with:
    875                 <blockquote style="background-color:white">
    876                     <!-- OpenJDK 6 Specific -->
    877                     <pre>
    878             <tt>java -jar jdk-6-ea-plug-b<i>nn</i>-<i>os</i>-<i>arch</i>-<i>dd</i>_<i>month</i>_<i>year</i>.jar</tt>
    879                     </pre>
    880                 </blockquote>
    881                 A prompt will be issued for acceptance of these binary plug files.
    882                 During the OpenJDK build process these "binary plugs"
    883                 for the encumbered components will be copied into your
    884                 resulting OpenJDK binary build image.
    885                 These binary plug files are only for the purpose of
    886                 building an OpenJDK binary.
    887                 Make sure you set
    888                 <tt><a href="#ALT_BINARY_PLUGS_PATH">ALT_BINARY_PLUGS_PATH</a></tt>
    889                 to the root of this installation.
    890836            </blockquote>
    891837            <!-- ------------------------------------------------------ -->
     
    14531399                    always set <tt>ALT_BOOTDIR</tt> explicitly.
    14541400                </dd>
    1455                 <dt><a name="ALT_BINARY_PLUGS_PATH"><tt>ALT_BINARY_PLUGS_PATH</tt></a></dt>
    1456                 <dd>
    1457                     The location of the binary plugs installation.
    1458                     See <a href="#binaryplugs">Binary Plugs</a> for more information.
    1459                     You should always have a local copy of a
    1460                     recent Binary Plugs install image
    1461                     and set this variable to that location.
    1462                 </dd>
    14631401                <dt><a name="ALT_JDK_IMPORT_PATH"><tt>ALT_JDK_IMPORT_PATH</tt></a></dt>
    14641402                <dd>
     
    15781516                    <tt>windows-amd64</tt>.
    15791517                    Where each of these directories contain the import JDK image
    1580                     for that platform.
    1581                 </dd>
    1582                 <dt><a name="ALT_BUILD_BINARY_PLUGS_PATH"><tt>ALT_BUILD_BINARY_PLUGS_PATH</tt></a></dt>
    1583                 <dd>
    1584                     These are useful in managing builds on multiple platforms.
    1585                     The default network location for all of the binary plug images
    1586                     for all platforms.
    1587                     If <tt><a href="#ALT_BINARY_PLUGS_PATH">ALT_BINARY_PLUGS_PATH</a></tt>
    1588                     is not set, this directory will be used and should contain
    1589                     the following directories:
    1590                     <tt>solaris-sparc</tt>,
    1591                     <tt>solaris-i586</tt>,
    1592                     <tt>solaris-sparcv9</tt>,
    1593                     <tt>solaris-amd64</tt>,
    1594                     <tt>linux-i586</tt>,
    1595                     <tt>linux-amd64</tt>,
    1596                     <tt>windows-i586</tt>,
    1597                     and
    1598                     <tt>windows-amd64</tt>.
    1599                     Where each of these directories contain the binary plugs image
    16001518                    for that platform.
    16011519                </dd>
Note: See TracChangeset for help on using the changeset viewer.