Changeset 278 for trunk/openjdk/README-builds.html
- Timestamp:
- Mar 26, 2011, 8:39:20 PM (14 years ago)
- Location:
- trunk/openjdk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk
- Property svn:ignore
-
old new 1 1 build 2 build-product-release
-
-
Property svn:mergeinfo
set to
/branches/vendor/oracle/openjdk6/b22 merged eligible /branches/vendor/oracle/openjdk6/current merged eligible
- Property svn:ignore
-
trunk/openjdk/README-builds.html
r2 r278 73 73 <ul> 74 74 <li><a href="#bootjdk">Bootstrap JDK</a> </li> 75 <li><a href="#binaryplugs">Binary Plugs</a> </li>76 75 <li><a href="#importjdk">Optional Import JDK</a> </li> 77 76 <li><a href="#ant">Ant</a> </li> … … 615 614 </li> 616 615 <li> 617 Optionally install the618 <a href="#binaryplugs">Binary Plugs</a>, set619 <tt><a href="#ALT_BINARY_PLUGS_PATH">ALT_BINARY_PLUGS_PATH</a></tt>.620 </li>621 <li>622 616 <a href="#importjdk">Optional Import JDK</a>, set 623 617 <tt><a href="#ALT_JDK_IMPORT_PATH">ALT_JDK_IMPORT_PATH</a></tt>. … … 678 672 <a href="#bootjdk">Bootstrap JDK</a>, set 679 673 <tt><a href="#ALT_BOOTDIR">ALT_BOOTDIR</a></tt>. 680 </li>681 <li>682 Install the683 <a href="#binaryplugs">Binary Plugs</a>, set684 <tt><a href="#ALT_BINARY_PLUGS_PATH">ALT_BINARY_PLUGS_PATH</a></tt>.685 674 </li> 686 675 <li> … … 767 756 <a href="#bootjdk">Bootstrap JDK</a>, set 768 757 <tt><a href="#ALT_BOOTDIR">ALT_BOOTDIR</a></tt>. 769 </li>770 <li>771 Install the772 <a href="#binaryplugs">Binary Plugs</a>, set773 <tt><a href="#ALT_BINARY_PLUGS_PATH">ALT_BINARY_PLUGS_PATH</a></tt>..774 758 </li> 775 759 <li> … … 850 834 distribution package is sufficient. You'll still need to set 851 835 <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 available857 under an open-source license.858 This is a temporary situation and most of these binary plugs have859 been replaced with fully open source replacements, except for SNMP.860 You don't to download and use binary plugs in order to build a861 complete OpenJDK image, and you don't need them to create a JDK 6862 implementation. If you insist on using the binary plugs,863 you must first download and install the appropriate864 binary plug bundles for the OpenJDK, go to the865 <a href="http://openjdk.java.net" target="_blank">OpenJDK</a> site and select866 the867 <!-- OpenJDK 6 Specific -->868 <b style="background-color:white">869 "Bundles(6)"870 </b>871 link and download the binaryplugs for872 your particular platform.873 The file downloaded is a jar file that must be extracted by running874 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 your884 resulting OpenJDK binary build image.885 These binary plug files are only for the purpose of886 building an OpenJDK binary.887 Make sure you set888 <tt><a href="#ALT_BINARY_PLUGS_PATH">ALT_BINARY_PLUGS_PATH</a></tt>889 to the root of this installation.890 836 </blockquote> 891 837 <!-- ------------------------------------------------------ --> … … 1453 1399 always set <tt>ALT_BOOTDIR</tt> explicitly. 1454 1400 </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 a1460 recent Binary Plugs install image1461 and set this variable to that location.1462 </dd>1463 1401 <dt><a name="ALT_JDK_IMPORT_PATH"><tt>ALT_JDK_IMPORT_PATH</tt></a></dt> 1464 1402 <dd> … … 1578 1516 <tt>windows-amd64</tt>. 1579 1517 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 images1586 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 contain1589 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 and1598 <tt>windows-amd64</tt>.1599 Where each of these directories contain the binary plugs image1600 1518 for that platform. 1601 1519 </dd>
Note:
See TracChangeset
for help on using the changeset viewer.