jaxp/README
author michaelm
Tue, 06 Mar 2012 20:34:38 +0000
changeset 12047 320a714614e9
parent 3879 0d9209bdf36c
child 12005 a754d69d5e60
permissions -rw-r--r--
7113349: Initial changeset for Macosx port to jdk Reviewed-by: jjh, alanb, dholmes, anthony, ohrstrom, ksrini, jrose, weijun, smarks Contributed-by: Alan Bateman <alan.bateman@oracle.com>, Alexander Potochkin <alexander.potochkin@oracle.com>, Alexander Zuev <alexander.zuev@oracle.com>, Andrew Brygin <andrew.brygin@oracle.com>, Artem Ananiev <artem.ananiev@oracle.com>, Alex Strange <astrange@apple.com>, Bino George <bino@apple.com>, Christine Lu <christine.lu@oracle.com>, David Katleman <david.katleman@oracle.com>, David Durrence <david_durrence@apple.com>, Dmitry Cherepanov <dmitry.cherepanov@oracle.com>, Greg Lewis <glewis@eyesbeyond.com>, Kevin Miller <kevin_m_miller@apple.com>, Kurt Miller <kurt@intricatesoftware.com>, Landon Fuller <landonf@plausiblelabs.com>, Leonid Romanov <leonid.romanov@oracle.com>, Loefty Walkowiak <loefty@apple.com>, Mark Reinhold <mark.reinhold@oracle.com>, Naoto Sato <naoto.sato@oracle.com>, Philip Race <philip.race@oracle.com>, Roger Hoover <rhoover@apple.com>, Scott Kovatch <scott.kovatch@oracle.com>, Sergey ByloKhov <sergey.bylokhov@oracle.com>, Mike Swingler <swingler@apple.com>, Tomas Hurka <tomas.hurka@oracle.com>
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
3879
0d9209bdf36c 6856630: Restructure jaxp/jaxws repositories
ohair
parents: 6
diff changeset
    20
Drop Repository:
0d9209bdf36c 6856630: Restructure jaxp/jaxws repositories
ohair
parents: 6
diff changeset
    21
  This repository builds sources from a created "drop" source directory.
0d9209bdf36c 6856630: Restructure jaxp/jaxws repositories
ohair
parents: 6
diff changeset
    22
  These files will normally be copied from a shared directory area or
0d9209bdf36c 6856630: Restructure jaxp/jaxws repositories
ohair
parents: 6
diff changeset
    23
  downloaded from a public website.
0d9209bdf36c 6856630: Restructure jaxp/jaxws repositories
ohair
parents: 6
diff changeset
    24
  See the ant build script (build.xml) for more details.
0d9209bdf36c 6856630: Restructure jaxp/jaxws repositories
ohair
parents: 6
diff changeset
    25