6662830: OpenJDK build testing results

Small corrections in the README.

Reviewed-by: xdono
This commit is contained in:
Kelly O'Hair 2008-03-05 18:56:03 -08:00
parent fde483bc31
commit d8e9d22323

View File

@ -342,32 +342,29 @@
<blockquote> <blockquote>
<p> <p>
The source code for the The source code for the OpenJDK is delivered in a set of
OpenJDK is directories:
delivered in <i>3</i> sibling directories:
<tt>hotspot</tt>, <tt>hotspot</tt>,
<tt>langtools</tt>, <tt>langtools</tt>,
<tt>corba</tt>, <tt>corba</tt>,
<tt>jaxws</tt>, <tt>jaxws</tt>,
<tt>jaxp</tt>, <tt>jaxp</tt>,
<tt>jdk</tt>
and and
<tt>jdk</tt>.
The <tt>hotspot</tt> directory contains the source code and make The <tt>hotspot</tt> directory contains the source code and make
files for files for building the OpenJDK Hotspot Virtual Machine.
building the The <tt>langtools</tt> directory contains the source code and make
OpenJDK files for building the OpenJDK javac and language tools.
Hotspot Virtual Machine. The <tt>corba</tt> directory contains the source code and make
The <tt>jdk</tt> files for building the OpenJDK Corba files.
directory contains the source code and make files for The <tt>jaxws</tt> directory contains the source code and make
building the files for building the OpenJDK JAXWS files.
OpenJDK The <tt>jaxp</tt> directory contains the source code and make
runtime libraries, tools and demos. files for building the OpenJDK JAXP files.
The top level Makefile is used to build the complete OpenJDK The <tt>jdk</tt> directory contains the source code and make files for
release including building the hotspot building the OpenJDK runtime libraries and misc files.
VM, staging the VM binaries, and building the The top level <tt>Makefile</tt>
OpenJDK is used to build the entire OpenJDK.
runtime libraries,
tools and demos.
</blockquote> </blockquote>
<!-- ------------------------------------------------------ --> <!-- ------------------------------------------------------ -->
@ -730,17 +727,15 @@
under an open-source license. under an open-source license.
In order to build an OpenJDK binary from source code, In order to build an OpenJDK binary from source code,
you must first download and install the appropriate you must first download and install the appropriate
binary plug bundles from the OpenJDK Download area. binary plug bundles from the OpenJDK, go to the
<a href="http://openjdk.java.net">OpenJDK</a> site and select
the "<b>Bundles(7)</b>" link.
During the OpenJDK build process these "binary plugs" During the OpenJDK build process these "binary plugs"
for the encumbered components will be copied into your for the encumbered components will be copied into your
resulting OpenJDK binary build image. resulting OpenJDK binary build image.
These binary plug files are only for the purpose of These binary plug files are only for the purpose of
building an OpenJDK binary. building an OpenJDK binary.
Download the Binary Plugs by selecting the <b>Downloads</b> Make sure you set
link at
<a href="http://openjdk.java.net/">the OpenJDK site</a>,
install the bundle,
and make sure you set
<tt><a href="#ALT_BINARY_PLUGS_PATH">ALT_BINARY_PLUGS_PATH</a></tt> <tt><a href="#ALT_BINARY_PLUGS_PATH">ALT_BINARY_PLUGS_PATH</a></tt>
to the root of this installation. to the root of this installation.
</blockquote> </blockquote>