jaxws/README
author duke
Wed, 05 Jul 2017 17:45:01 +0200
changeset 9726 4a05062d8c4d
parent 3885 90241d0c87b6
child 12009 4abb694f273a
permissions -rw-r--r--
Merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8
474761f14bca Initial load
duke
parents:
diff changeset
     1
README:
3885
90241d0c87b6 6856630: Restructure jaxp/jaxws repositories
ohair
parents: 8
diff changeset
     2
  
90241d0c87b6 6856630: Restructure jaxp/jaxws repositories
ohair
parents: 8
diff changeset
     3
  This file should be located at the top of the Mercurial repository.
8
474761f14bca Initial load
duke
parents:
diff changeset
     4
474761f14bca Initial load
duke
parents:
diff changeset
     5
  See http://openjdk.java.net/ for more information about the OpenJDK.
474761f14bca Initial load
duke
parents:
diff changeset
     6
474761f14bca Initial load
duke
parents:
diff changeset
     7
  See ../README-builds.html for complete details on build machine requirements.
474761f14bca Initial load
duke
parents:
diff changeset
     8
474761f14bca Initial load
duke
parents:
diff changeset
     9
Simple Build Instructions:
3885
90241d0c87b6 6856630: Restructure jaxp/jaxws repositories
ohair
parents: 8
diff changeset
    10
  This repository can be loaded as a NetBeans project, built with ant, or
90241d0c87b6 6856630: Restructure jaxp/jaxws repositories
ohair
parents: 8
diff changeset
    11
  built with GNU make, e.g.
90241d0c87b6 6856630: Restructure jaxp/jaxws repositories
ohair
parents: 8
diff changeset
    12
    ant
90241d0c87b6 6856630: Restructure jaxp/jaxws repositories
ohair
parents: 8
diff changeset
    13
       -OR-
8
474761f14bca Initial load
duke
parents:
diff changeset
    14
    cd make && gnumake
474761f14bca Initial load
duke
parents:
diff changeset
    15
     
3885
90241d0c87b6 6856630: Restructure jaxp/jaxws repositories
ohair
parents: 8
diff changeset
    16
  The built files that will be imported into the jdk build will be in the 
90241d0c87b6 6856630: Restructure jaxp/jaxws repositories
ohair
parents: 8
diff changeset
    17
  "dist" directory.
90241d0c87b6 6856630: Restructure jaxp/jaxws repositories
ohair
parents: 8
diff changeset
    18
  Help information is available by running "ant -projecthelp" or "make help".
8
474761f14bca Initial load
duke
parents:
diff changeset
    19
3885
90241d0c87b6 6856630: Restructure jaxp/jaxws repositories
ohair
parents: 8
diff changeset
    20
Drop Repository:
90241d0c87b6 6856630: Restructure jaxp/jaxws repositories
ohair
parents: 8
diff changeset
    21
  This repository builds sources from a created "drop" source directory.
90241d0c87b6 6856630: Restructure jaxp/jaxws repositories
ohair
parents: 8
diff changeset
    22
  These files will normally be copied from a shared directory area or
90241d0c87b6 6856630: Restructure jaxp/jaxws repositories
ohair
parents: 8
diff changeset
    23
  downloaded from a public website.
90241d0c87b6 6856630: Restructure jaxp/jaxws repositories
ohair
parents: 8
diff changeset
    24
  See the ant build script (build.xml) for more details.
90241d0c87b6 6856630: Restructure jaxp/jaxws repositories
ohair
parents: 8
diff changeset
    25