2007-12-01 00:00:00 +00:00
|
|
|
#
|
2014-08-01 18:09:40 +00:00
|
|
|
# Copyright (c) 2007, 2014, Oracle and/or its affiliates. All rights reserved.
|
2007-12-01 00:00:00 +00:00
|
|
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
|
|
#
|
|
|
|
# This code is free software; you can redistribute it and/or modify it
|
|
|
|
# under the terms of the GNU General Public License version 2 only, as
|
2010-05-25 22:54:51 +00:00
|
|
|
# published by the Free Software Foundation. Oracle designates this
|
2007-12-01 00:00:00 +00:00
|
|
|
# particular file as subject to the "Classpath" exception as provided
|
2010-05-25 22:54:51 +00:00
|
|
|
# by Oracle in the LICENSE file that accompanied this code.
|
2007-12-01 00:00:00 +00:00
|
|
|
#
|
|
|
|
# This code is distributed in the hope that it will be useful, but WITHOUT
|
|
|
|
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
|
|
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
|
|
# version 2 for more details (a copy is included in the LICENSE file that
|
|
|
|
# accompanied this code).
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public License version
|
|
|
|
# 2 along with this work; if not, write to the Free Software Foundation,
|
|
|
|
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
|
|
#
|
2010-05-25 22:54:51 +00:00
|
|
|
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
|
|
# or visit www.oracle.com if you need additional information or have any
|
|
|
|
# questions.
|
2007-12-01 00:00:00 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
# This is the JDK used to build and run the bootstrap version of javac.
|
|
|
|
# The bootstrap javac is used to compile both boostrap versions of the
|
|
|
|
# other tools, and product versions of all the tools.
|
2009-08-12 14:54:30 +00:00
|
|
|
# Override this path as needed, either on the command line or in
|
2007-12-01 00:00:00 +00:00
|
|
|
# one of the standard user build.properties files (see build.xml)
|
|
|
|
|
2013-01-17 23:16:21 +00:00
|
|
|
# boot.java.home = /opt/jdk/1.7.0
|
2007-12-01 00:00:00 +00:00
|
|
|
boot.java = ${boot.java.home}/bin/java
|
|
|
|
boot.javac = ${boot.java.home}/bin/javac
|
2014-10-21 13:01:51 +00:00
|
|
|
boot.javac.source = 8
|
|
|
|
boot.javac.target = 8
|
2007-12-01 00:00:00 +00:00
|
|
|
|
|
|
|
# This is the JDK used to run the product version of the tools,
|
|
|
|
# for example, for testing. If you're building a complete JDK, specify that.
|
2009-08-12 14:54:30 +00:00
|
|
|
# Override this path as needed, either on the command line or in
|
2007-12-01 00:00:00 +00:00
|
|
|
# one of the standard user build.properties files (see build.xml)
|
|
|
|
|
2013-01-17 23:16:21 +00:00
|
|
|
# target.java.home = /opt/jdk/1.8.0
|
2007-12-01 00:00:00 +00:00
|
|
|
target.java = ${target.java.home}/bin/java
|
|
|
|
|
|
|
|
# Version info -- override as needed
|
2014-08-22 23:28:16 +00:00
|
|
|
jdk.version = 1.9.0
|
2007-12-01 00:00:00 +00:00
|
|
|
build.number = b00
|
|
|
|
milestone = internal
|
|
|
|
|
|
|
|
# FIXME -- these need to match the standard values
|
|
|
|
# If we include date in full.version (ie for developer build)
|
|
|
|
# we will need to make sure the build is idempotent (i.e.
|
|
|
|
# repeated builds don't rebuild the tools, because of new
|
|
|
|
# timestamps
|
|
|
|
# FIXME -- need to include openjdk as needed
|
|
|
|
release = ${jdk.version}-${milestone}
|
|
|
|
bootstrap.release = ${release}_bootstrap
|
|
|
|
full.version = ${release}-${build.number}
|
|
|
|
bootstrap.full.version = ${bootstrap.release}-${build.number}
|
|
|
|
|
|
|
|
# options for the <javac> tasks used to compile the tools
|
2013-06-27 19:42:47 +00:00
|
|
|
javac.source = 8
|
|
|
|
javac.target = 8
|
2007-12-01 00:00:00 +00:00
|
|
|
javac.debug = true
|
|
|
|
javac.debuglevel = source,lines
|
|
|
|
javac.no.jdk.warnings = -XDignore.symbol.file=true
|
|
|
|
# set the following to -version to verify the versions of javac being used
|
2009-08-12 14:54:30 +00:00
|
|
|
javac.version.opt =
|
2007-12-01 00:00:00 +00:00
|
|
|
# in time, there should be no exceptions to -Xlint:all
|
2014-08-13 20:20:31 +00:00
|
|
|
javac.lint.opts = -Xlint:all,-deprecation -Werror
|
2007-12-01 00:00:00 +00:00
|
|
|
|
|
|
|
# options for the <javadoc> task for javac
|
2011-04-13 18:35:43 +00:00
|
|
|
#javadoc.jls3.url=http://java.sun.com/docs/books/jls/
|
|
|
|
#javadoc.jls3.cite=<a href="${javadoc.jls3.url}">The Java Language Specification, Third Edition</a>
|
|
|
|
#javadoc.jls3.option=-tag "jls3:a:See <cite>${javadoc.jls3.cite}</cite>:"
|
|
|
|
|
|
|
|
|
|
|
|
javadoc.jls.cite=The Java™ Language Specification
|
|
|
|
|
|
|
|
javadoc.jls.option=-tag "jls:a:See <cite>${javadoc.jls.cite}</cite>:"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2007-12-01 00:00:00 +00:00
|
|
|
|
|
|
|
# jtreg, used to run the JDK regression tests
|
2010-06-04 21:54:54 +00:00
|
|
|
# See http://openjdk.java.net/jtreg/
|
2009-08-12 14:54:30 +00:00
|
|
|
# Override this path as needed, either on the command line or in
|
2007-12-01 00:00:00 +00:00
|
|
|
# one of the standard user build.properties files (see build.xml)
|
|
|
|
|
2010-06-04 21:54:54 +00:00
|
|
|
# jtreg.home = /opt/jtreg/4.1
|
2007-12-01 00:00:00 +00:00
|
|
|
|
|
|
|
# findbugs
|
2010-06-04 21:54:54 +00:00
|
|
|
# See http://findbugs.sourceforge.net/
|
2009-08-12 14:54:30 +00:00
|
|
|
# Override this path as needed, either on the command line or in
|
2007-12-01 00:00:00 +00:00
|
|
|
# one of the standard user build.properties files (see build.xml)
|
|
|
|
|
|
|
|
# findbugs.home = /opt/findbugs/1.2.1
|
|
|
|
|
2010-06-04 21:54:54 +00:00
|
|
|
# vizant (graph visualization tool for Ant)
|
|
|
|
# See http://vizant.sourceforge.net/
|
|
|
|
# Override this path as needed, either on the command line or in
|
|
|
|
# one of the standard user build.properties files (see build.xml)
|
|
|
|
|
|
|
|
# vizant.jar = /opt/vizant/0.1.2/vizant-0.1.2.jar
|
|
|
|
# dot = dot
|
|
|
|
|
2007-12-01 00:00:00 +00:00
|
|
|
#------------------------------------------------------------
|
|
|
|
|
|
|
|
# The following properties define the packages for each of the tools.
|
|
|
|
# Syntactically, they should be suitable as arguments for the "includes"
|
|
|
|
# parameter of Ant filesets. In particular, note the trailing '/'.
|
|
|
|
|
|
|
|
javac.includes = \
|
2009-08-12 14:54:30 +00:00
|
|
|
javax/annotation/processing/ \
|
|
|
|
javax/lang/model/ \
|
|
|
|
javax/tools/ \
|
2013-02-01 21:01:26 +00:00
|
|
|
jdk/ \
|
2010-07-17 02:35:24 +00:00
|
|
|
com/sun/source/ \
|
2012-12-17 15:47:05 +00:00
|
|
|
com/sun/tools/javac/ \
|
|
|
|
com/sun/tools/doclint/
|
2007-12-01 00:00:00 +00:00
|
|
|
|
|
|
|
javac.tests = \
|
2009-08-12 14:54:30 +00:00
|
|
|
tools/javac
|
|
|
|
|
|
|
|
#
|
|
|
|
|
2007-12-01 00:00:00 +00:00
|
|
|
javadoc.includes = \
|
2009-08-12 14:54:30 +00:00
|
|
|
com/sun/javadoc/ \
|
2014-08-27 13:25:17 +00:00
|
|
|
com/sun/tools/javadoc/ \
|
2009-08-12 14:54:30 +00:00
|
|
|
com/sun/tools/doclets/
|
2007-12-01 00:00:00 +00:00
|
|
|
|
2014-08-27 13:25:17 +00:00
|
|
|
javadoc.tests = \
|
|
|
|
tools/javadoc/ \
|
2009-08-12 14:54:30 +00:00
|
|
|
com/sun/javadoc/
|
|
|
|
|
|
|
|
#
|
2007-12-01 00:00:00 +00:00
|
|
|
|
|
|
|
javah.includes = \
|
2009-08-12 14:54:30 +00:00
|
|
|
com/sun/tools/javah/
|
2007-12-01 00:00:00 +00:00
|
|
|
|
|
|
|
javah.tests = \
|
2009-08-12 14:54:30 +00:00
|
|
|
tools/javah/
|
|
|
|
|
|
|
|
#
|
2007-12-01 00:00:00 +00:00
|
|
|
|
|
|
|
javap.includes = \
|
2009-08-12 14:54:30 +00:00
|
|
|
com/sun/tools/classfile/ \
|
|
|
|
com/sun/tools/javap/ \
|
2012-12-29 06:25:21 +00:00
|
|
|
com/sun/tools/jdeps/ \
|
2009-08-12 14:54:30 +00:00
|
|
|
sun/tools/javap/
|
2007-12-01 00:00:00 +00:00
|
|
|
|
|
|
|
javap.tests = \
|
2009-08-12 14:54:30 +00:00
|
|
|
tools/javap/
|
|
|
|
|
|
|
|
#
|
2007-12-01 00:00:00 +00:00
|
|
|
|
2013-01-17 23:16:21 +00:00
|
|
|
sjavac.includes = \
|
2013-10-15 22:57:13 +00:00
|
|
|
com/sun/tools/sjavac/
|
2013-01-17 23:16:21 +00:00
|
|
|
|
|
|
|
sjavac.tests = \
|
|
|
|
tools/sjavac
|
2013-10-15 22:57:13 +00:00
|
|
|
|
2014-08-01 18:09:40 +00:00
|
|
|
crules.tests = ../make/test/crules
|
|
|
|
|
2013-01-17 23:16:21 +00:00
|
|
|
#
|
|
|
|
|
2010-06-05 00:33:25 +00:00
|
|
|
# The following files require the latest JDK to be available.
|
|
|
|
# The API can be provided by using a suitable boot.java.home
|
|
|
|
# or by setting import.jdk
|
|
|
|
require.latest.jdk.files = \
|
2009-12-11 22:26:27 +00:00
|
|
|
com/sun/tools/javac/nio/*.java
|
2009-11-20 19:18:43 +00:00
|
|
|
|
|
|
|
# The following files in the import jdk source directory are required
|
2010-06-05 00:33:25 +00:00
|
|
|
# in order to compile the files defined in ${require.latest.jdk.files}
|
2009-12-11 22:26:27 +00:00
|
|
|
#
|
|
|
|
# For NIO, the list of stub files is defined by the contents of the primary
|
|
|
|
# API packages, together with such types that may be required in order to
|
|
|
|
# compile the stubs. Some of these dependencies would go away if the stub
|
|
|
|
# generator were to be improved -- e.g. by removing unnecessary imports.
|
|
|
|
#
|
|
|
|
import.jdk.stub.files = \
|
|
|
|
java/io/File.java \
|
|
|
|
java/nio/file/**.java \
|
|
|
|
java/nio/file/attribute/**.java \
|
|
|
|
java/nio/file/spi/**.java \
|
|
|
|
java/nio/channels/AsynchronousChannel.java \
|
|
|
|
java/nio/channels/AsynchronousFileChannel.java \
|
|
|
|
java/nio/channels/CompletionHandler.java \
|
|
|
|
java/nio/channels/SeekableByteChannel.java
|
2009-11-20 19:18:43 +00:00
|
|
|
|
2009-08-12 14:54:30 +00:00
|
|
|
# The following value is used by the main jtreg target.
|
|
|
|
# An empty value means all tests
|
|
|
|
# Override as desired to run a specific set of tests
|
|
|
|
jtreg.tests =
|
2011-11-14 16:09:47 +00:00
|
|
|
|
|
|
|
# Check style configuration
|
|
|
|
# overridable name and version
|
|
|
|
checkstyle.name.version = checkstyle-5.4
|