README

Sun, 15 Dec 2013 23:35:45 +0100

author
mkos
date
Sun, 15 Dec 2013 23:35:45 +0100
changeset 494
2fcd3ddb57a6
parent 286
f50545b5e2f1
child 637
9c07ef4934dd
permissions
-rw-r--r--

8025152: Enhance activation set up
8028388: 9 jaxws tests failed in nightly build with java.lang.ClassCastException
Summary: fix also reviewed by Bill Shannon, Alexander Fomin
Reviewed-by: dfuchs, hawtin, mgrebac
Contributed-by: bill.shannon@oracle.com

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

mercurial