README

Wed, 15 Feb 2012 17:32:56 +0000

author
alanb
date
Wed, 15 Feb 2012 17:32:56 +0000
changeset 278
b962e9c3eba2
parent 85
ae2bec597586
child 286
f50545b5e2f1
permissions
-rw-r--r--

7145910: Remove dependency on apt and com.sun.mirror API (breaks boot cycle builds)
Reviewed-by: ohair

duke@1 1 README:
ohair@85 2
ohair@85 3 This file should be located at the top of the Mercurial repository.
duke@1 4
duke@1 5 See http://openjdk.java.net/ for more information about the OpenJDK.
duke@1 6
duke@1 7 See ../README-builds.html for complete details on build machine requirements.
duke@1 8
duke@1 9 Simple Build Instructions:
ohair@85 10 This repository can be loaded as a NetBeans project, built with ant, or
ohair@85 11 built with GNU make, e.g.
ohair@85 12 ant
ohair@85 13 -OR-
duke@1 14 cd make && gnumake
duke@1 15
ohair@85 16 The built files that will be imported into the jdk build will be in the
ohair@85 17 "dist" directory.
ohair@85 18 Help information is available by running "ant -projecthelp" or "make help".
duke@1 19
ohair@85 20 Drop Repository:
ohair@85 21 This repository builds sources from a created "drop" source directory.
ohair@85 22 These files will normally be copied from a shared directory area or
ohair@85 23 downloaded from a public website.
ohair@85 24 See the ant build script (build.xml) for more details.
ohair@85 25

mercurial