jaxp/README
author coleenp
Wed, 18 Nov 2015 11:47:55 -0500
changeset 34230 b9c64b7c06c9
parent 12005 a754d69d5e60
permissions -rw-r--r--
8141570: Fix Zero interpreter build for --disable-precompiled-headers Summary: change to include atomic.inline.hpp and allocation.inline.hpp only in .cpp files and some build fixes from Kim to build on ubuntu without devkits Reviewed-by: kbarrett, sgehwolf, erikj
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6
7f561c08de6b Initial load
duke
parents:
diff changeset
     1
README:
3879
0d9209bdf36c 6856630: Restructure jaxp/jaxws repositories
ohair
parents: 6
diff changeset
     2
  
0d9209bdf36c 6856630: Restructure jaxp/jaxws repositories
ohair
parents: 6
diff changeset
     3
  This file should be located at the top of the Mercurial repository.
6
7f561c08de6b Initial load
duke
parents:
diff changeset
     4
7f561c08de6b Initial load
duke
parents:
diff changeset
     5
  See http://openjdk.java.net/ for more information about the OpenJDK.
7f561c08de6b Initial load
duke
parents:
diff changeset
     6
7f561c08de6b Initial load
duke
parents:
diff changeset
     7
  See ../README-builds.html for complete details on build machine requirements.
7f561c08de6b Initial load
duke
parents:
diff changeset
     8
7f561c08de6b Initial load
duke
parents:
diff changeset
     9
Simple Build Instructions:
3879
0d9209bdf36c 6856630: Restructure jaxp/jaxws repositories
ohair
parents: 6
diff changeset
    10
  This repository can be loaded as a NetBeans project, built with ant, or
0d9209bdf36c 6856630: Restructure jaxp/jaxws repositories
ohair
parents: 6
diff changeset
    11
  built with GNU make, e.g.
0d9209bdf36c 6856630: Restructure jaxp/jaxws repositories
ohair
parents: 6
diff changeset
    12
    ant
0d9209bdf36c 6856630: Restructure jaxp/jaxws repositories
ohair
parents: 6
diff changeset
    13
       -OR-
6
7f561c08de6b Initial load
duke
parents:
diff changeset
    14
    cd make && gnumake
7f561c08de6b Initial load
duke
parents:
diff changeset
    15
     
3879
0d9209bdf36c 6856630: Restructure jaxp/jaxws repositories
ohair
parents: 6
diff changeset
    16
  The built files that will be imported into the jdk build will be in the 
0d9209bdf36c 6856630: Restructure jaxp/jaxws repositories
ohair
parents: 6
diff changeset
    17
  "dist" directory.
0d9209bdf36c 6856630: Restructure jaxp/jaxws repositories
ohair
parents: 6
diff changeset
    18
  Help information is available by running "ant -projecthelp" or "make help".
6
7f561c08de6b Initial load
duke
parents:
diff changeset
    19