make/build.properties

Mon, 31 Aug 2020 07:09:54 +0100

author
andrew
date
Mon, 31 Aug 2020 07:09:54 +0100
changeset 3928
a56fbe019ae8
parent 2134
b0c086cd4520
child 2525
2eb010b6cb22
permissions
-rw-r--r--

Added tag jdk8u272-b06 for changeset b974f43a589f

duke@1 1 #
ksrini@1868 2 # Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved.
duke@1 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
duke@1 4 #
duke@1 5 # This code is free software; you can redistribute it and/or modify it
duke@1 6 # under the terms of the GNU General Public License version 2 only, as
ohair@554 7 # published by the Free Software Foundation. Oracle designates this
duke@1 8 # particular file as subject to the "Classpath" exception as provided
ohair@554 9 # by Oracle in the LICENSE file that accompanied this code.
duke@1 10 #
duke@1 11 # This code is distributed in the hope that it will be useful, but WITHOUT
duke@1 12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
duke@1 13 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
duke@1 14 # version 2 for more details (a copy is included in the LICENSE file that
duke@1 15 # accompanied this code).
duke@1 16 #
duke@1 17 # You should have received a copy of the GNU General Public License version
duke@1 18 # 2 along with this work; if not, write to the Free Software Foundation,
duke@1 19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
duke@1 20 #
ohair@554 21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
ohair@554 22 # or visit www.oracle.com if you need additional information or have any
ohair@554 23 # questions.
duke@1 24 #
duke@1 25
duke@1 26 # This is the JDK used to build and run the bootstrap version of javac.
duke@1 27 # The bootstrap javac is used to compile both boostrap versions of the
duke@1 28 # other tools, and product versions of all the tools.
jjg@371 29 # Override this path as needed, either on the command line or in
duke@1 30 # one of the standard user build.properties files (see build.xml)
duke@1 31
ohrstrom@1504 32 # boot.java.home = /opt/jdk/1.7.0
duke@1 33 boot.java = ${boot.java.home}/bin/java
duke@1 34 boot.javac = ${boot.java.home}/bin/javac
ohrstrom@1504 35 boot.javac.source = 7
ohrstrom@1504 36 boot.javac.target = 7
duke@1 37
duke@1 38 # This is the JDK used to run the product version of the tools,
duke@1 39 # for example, for testing. If you're building a complete JDK, specify that.
jjg@371 40 # Override this path as needed, either on the command line or in
duke@1 41 # one of the standard user build.properties files (see build.xml)
duke@1 42
ohrstrom@1504 43 # target.java.home = /opt/jdk/1.8.0
duke@1 44 target.java = ${target.java.home}/bin/java
duke@1 45
duke@1 46 # Version info -- override as needed
ksrini@1868 47 jdk.version = 1.8.0
duke@1 48 build.number = b00
duke@1 49 milestone = internal
duke@1 50
duke@1 51 # FIXME -- these need to match the standard values
duke@1 52 # If we include date in full.version (ie for developer build)
duke@1 53 # we will need to make sure the build is idempotent (i.e.
duke@1 54 # repeated builds don't rebuild the tools, because of new
duke@1 55 # timestamps
duke@1 56 # FIXME -- need to include openjdk as needed
duke@1 57 release = ${jdk.version}-${milestone}
duke@1 58 bootstrap.release = ${release}_bootstrap
duke@1 59 full.version = ${release}-${build.number}
duke@1 60 bootstrap.full.version = ${bootstrap.release}-${build.number}
duke@1 61
duke@1 62 # options for the <javac> tasks used to compile the tools
ksrini@1868 63 javac.source = 8
ksrini@1868 64 javac.target = 8
duke@1 65 javac.debug = true
duke@1 66 javac.debuglevel = source,lines
duke@1 67 javac.no.jdk.warnings = -XDignore.symbol.file=true
duke@1 68 # set the following to -version to verify the versions of javac being used
jjg@371 69 javac.version.opt =
duke@1 70 # in time, there should be no exceptions to -Xlint:all
jfranck@1464 71 javac.lint.opts = -Xlint:all -Werror
duke@1 72
duke@1 73 # options for the <javadoc> task for javac
jjh@972 74 #javadoc.jls3.url=http://java.sun.com/docs/books/jls/
jjh@972 75 #javadoc.jls3.cite=&lt;a href=&quot;${javadoc.jls3.url}&quot;&gt;The Java Language Specification, Third Edition&lt;/a&gt;
jjh@972 76 #javadoc.jls3.option=-tag "jls3:a:See &lt;cite&gt;${javadoc.jls3.cite}&lt;/cite&gt;:"
jjh@972 77
jjh@972 78
jjh@972 79 javadoc.jls.cite=The Java&trade; Language Specification
jjh@972 80
jjh@972 81 javadoc.jls.option=-tag "jls:a:See &lt;cite&gt;${javadoc.jls.cite}&lt;/cite&gt;:"
jjh@972 82
jjh@972 83
jjh@972 84
jjh@972 85
duke@1 86
duke@1 87 # jtreg, used to run the JDK regression tests
jjg@578 88 # See http://openjdk.java.net/jtreg/
jjg@371 89 # Override this path as needed, either on the command line or in
duke@1 90 # one of the standard user build.properties files (see build.xml)
duke@1 91
jjg@578 92 # jtreg.home = /opt/jtreg/4.1
duke@1 93
duke@1 94 # findbugs
jjg@578 95 # See http://findbugs.sourceforge.net/
jjg@371 96 # Override this path as needed, either on the command line or in
duke@1 97 # one of the standard user build.properties files (see build.xml)
duke@1 98
duke@1 99 # findbugs.home = /opt/findbugs/1.2.1
duke@1 100
jjg@578 101 # vizant (graph visualization tool for Ant)
jjg@578 102 # See http://vizant.sourceforge.net/
jjg@578 103 # Override this path as needed, either on the command line or in
jjg@578 104 # one of the standard user build.properties files (see build.xml)
jjg@578 105
jjg@578 106 # vizant.jar = /opt/vizant/0.1.2/vizant-0.1.2.jar
jjg@578 107 # dot = dot
jjg@578 108
duke@1 109 #------------------------------------------------------------
duke@1 110
duke@1 111 # The following properties define the packages for each of the tools.
duke@1 112 # Syntactically, they should be suitable as arguments for the "includes"
duke@1 113 # parameter of Ant filesets. In particular, note the trailing '/'.
duke@1 114
duke@1 115 javac.includes = \
jjg@371 116 javax/annotation/processing/ \
jjg@371 117 javax/lang/model/ \
jjg@371 118 javax/tools/ \
darcy@1540 119 jdk/ \
darcy@609 120 com/sun/source/ \
jjg@1455 121 com/sun/tools/javac/ \
jjg@1455 122 com/sun/tools/doclint/
duke@1 123
duke@1 124 javac.tests = \
jjg@371 125 tools/javac
jjg@371 126
jjg@371 127 #
jjg@371 128
duke@1 129 javadoc.includes = \
jjg@371 130 com/sun/javadoc/ \
jjg@371 131 com/sun/tools/javadoc/
duke@1 132
duke@1 133 javadoc.tests = \
jjg@371 134 tools/javadoc/
jjg@371 135
jjg@371 136 #
jjg@371 137
duke@1 138 doclets.includes = \
jjg@371 139 com/sun/tools/doclets/
duke@1 140
duke@1 141 doclets.tests = \
jjg@371 142 com/sun/javadoc/
jjg@371 143
jjg@371 144 #
duke@1 145
duke@1 146 javah.includes = \
jjg@371 147 com/sun/tools/javah/
duke@1 148
duke@1 149 javah.tests = \
jjg@371 150 tools/javah/
jjg@371 151
jjg@371 152 #
duke@1 153
duke@1 154 javap.includes = \
jjg@371 155 com/sun/tools/classfile/ \
jjg@371 156 com/sun/tools/javap/ \
mchung@1472 157 com/sun/tools/jdeps/ \
jjg@371 158 sun/tools/javap/
duke@1 159
duke@1 160 javap.tests = \
jjg@371 161 tools/javap/
jjg@371 162
jjg@371 163 #
duke@1 164
ohrstrom@1504 165 sjavac.includes = \
jjg@2134 166 com/sun/tools/sjavac/
ohrstrom@1504 167
ohrstrom@1504 168 sjavac.tests = \
ohrstrom@1504 169 tools/sjavac
jjg@2134 170
ohrstrom@1504 171 #
ohrstrom@1504 172
jjg@579 173 # The following files require the latest JDK to be available.
jjg@579 174 # The API can be provided by using a suitable boot.java.home
jjg@579 175 # or by setting import.jdk
jjg@579 176 require.latest.jdk.files = \
jjg@450 177 com/sun/tools/javac/nio/*.java
jjg@441 178
jjg@441 179 # The following files in the import jdk source directory are required
jjg@579 180 # in order to compile the files defined in ${require.latest.jdk.files}
jjg@450 181 #
jjg@450 182 # For NIO, the list of stub files is defined by the contents of the primary
jjg@450 183 # API packages, together with such types that may be required in order to
jjg@450 184 # compile the stubs. Some of these dependencies would go away if the stub
jjg@450 185 # generator were to be improved -- e.g. by removing unnecessary imports.
jjg@450 186 #
jjg@450 187 import.jdk.stub.files = \
jjg@450 188 java/io/File.java \
jjg@450 189 java/nio/file/**.java \
jjg@450 190 java/nio/file/attribute/**.java \
jjg@450 191 java/nio/file/spi/**.java \
jjg@450 192 java/nio/channels/AsynchronousChannel.java \
jjg@450 193 java/nio/channels/AsynchronousFileChannel.java \
jjg@450 194 java/nio/channels/CompletionHandler.java \
jjg@450 195 java/nio/channels/SeekableByteChannel.java
jjg@441 196
jjg@371 197 # The following value is used by the main jtreg target.
jjg@371 198 # An empty value means all tests
jjg@371 199 # Override as desired to run a specific set of tests
jjg@371 200 jtreg.tests =
ksrini@1137 201
ksrini@1137 202 # Check style configuration
ksrini@1137 203 # overridable name and version
ksrini@1137 204 checkstyle.name.version = checkstyle-5.4

mercurial