langtools/make/build.xml
author ksrini
Wed, 27 Aug 2014 06:25:17 -0700
changeset 26268 620556167c08
parent 25874 83c19f00452c
child 27546 79b6b60ff60a
permissions -rw-r--r--
8038732: [javadoc] NetBeans IDE target does not build doclets Reviewed-by: jjg, jlahoda
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
06bc494ca11e Initial load
duke
parents:
diff changeset
     2
<!--
25606
1272de877614 8050805: Add a target to langtools/make/build.xml to generate docs for test library classes
jjg
parents: 25302
diff changeset
     3
 Copyright (c) 2007, 2014, Oracle and/or its affiliates. All rights reserved.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     4
 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
06bc494ca11e Initial load
duke
parents:
diff changeset
     5
06bc494ca11e Initial load
duke
parents:
diff changeset
     6
 This code is free software; you can redistribute it and/or modify it
06bc494ca11e Initial load
duke
parents:
diff changeset
     7
 under the terms of the GNU General Public License version 2 only, as
5520
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 4698
diff changeset
     8
 published by the Free Software Foundation.  Oracle designates this
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     9
 particular file as subject to the "Classpath" exception as provided
5520
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 4698
diff changeset
    10
 by Oracle in the LICENSE file that accompanied this code.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    11
06bc494ca11e Initial load
duke
parents:
diff changeset
    12
 This code is distributed in the hope that it will be useful, but WITHOUT
06bc494ca11e Initial load
duke
parents:
diff changeset
    13
 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
06bc494ca11e Initial load
duke
parents:
diff changeset
    14
 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
06bc494ca11e Initial load
duke
parents:
diff changeset
    15
 version 2 for more details (a copy is included in the LICENSE file that
06bc494ca11e Initial load
duke
parents:
diff changeset
    16
 accompanied this code).
06bc494ca11e Initial load
duke
parents:
diff changeset
    17
06bc494ca11e Initial load
duke
parents:
diff changeset
    18
 You should have received a copy of the GNU General Public License version
06bc494ca11e Initial load
duke
parents:
diff changeset
    19
 2 along with this work; if not, write to the Free Software Foundation,
06bc494ca11e Initial load
duke
parents:
diff changeset
    20
 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
06bc494ca11e Initial load
duke
parents:
diff changeset
    21
5520
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 4698
diff changeset
    22
 Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 4698
diff changeset
    23
 or visit www.oracle.com if you need additional information or have any
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 4698
diff changeset
    24
 questions.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    25
-->
06bc494ca11e Initial load
duke
parents:
diff changeset
    26
06bc494ca11e Initial load
duke
parents:
diff changeset
    27
<!--
5845
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    28
 This is the main build file for the complete langtools repository.
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    29
 It is used when building JDK (in which case it is invoked from the
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    30
 Makefile), and it can be used when working on the tools themselves,
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    31
 in an IDE such as NetBeans.
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    32
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    33
 External dependencies are specified via properties. These can be given
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    34
 on the command line, or by providing a local build.properties file.
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    35
 (They can also be edited into make/build.properties, although that is not
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    36
 recommended.)  At a minimum, boot.java.home must be set to the installed
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    37
 location of the version of JDK used to build this repository. Additional
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    38
 properties may be required, depending on the targets that are built.
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    39
 For example, to run any of the jtreg tests you must set jtreg.home,
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    40
 to run findbugs on the code you must set findbugs.home, and so on.
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    41
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    42
 For the most part, javac can be built using the previous version of JDK.
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    43
 However, a small number of javac files require access to the latest JDK,
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    44
 which may not yet have been compiled. To compile these files, you can do
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    45
 one of the following:
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    46
 - Set boot.java.home to a recent build of the latest version of JDK.
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    47
 - Set import.jdk to either a recent build (containing jre/lib/rt.jar)
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    48
   or to jdk source repository.  In the latter case, stub files will
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    49
   automatically be generated and used for the required API, to avoid
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    50
   unnecessary compilation of the source repository.
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    51
 If you do neither, the relevant files will not be built.
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    52
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    53
 The main build happens in two phases:
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    54
 - First, javac and other tools as needed are built using ${boot.java.home}.
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    55
   (This implies a constraint on the source code that they can be compiled
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    56
   with the previous version of JDK.
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    57
 - Second, all required classes are compiled with the latest javac, created
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    58
   in the previous step.
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    59
 The first phase is called the bootstrap phase. All targets, properties and
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    60
 tasks that are specific to that phase have "bootstrap" in their name.
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    61
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    62
 For more details on the JDK build, see
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    63
    http://blogs.sun.com/kto/entry/anatomy_of_the_jdk_build
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    64
    http://openjdk.java.net/groups/build/
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    65
 For more details on the stub generator, see
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    66
    http://blogs.sun.com/jjg/entry/building_javac_for_jdk7
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    67
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    68
 Internal details ...
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    69
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    70
 Interim build products are created in the build/ directory.
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    71
 Final build products are created in the dist/ directory.
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    72
 When building JDK, the dist/directory will contain:
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    73
 - A bootstrap compiler suitable for running with ${boot.java.home}
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    74
   suitable for compiling downstream parts of JDK
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    75
 - Source files and class files for inclusion in the JDK being built
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    76
 When building standalone, the dist/directory will contain:
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    77
 - Separate jar files for each of the separate langtools components
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    78
 - Simple scripts to invoke the tools by executing the corresponding
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    79
   jar files.
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    80
 These jar files and scripts are "for developer use only".
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    81
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    82
 This file is organized into sections as follows:
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    83
 - global property definitions
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    84
 - general top level targets
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    85
 - general diagnostic/debugging targets
26268
620556167c08 8038732: [javadoc] NetBeans IDE target does not build doclets
ksrini
parents: 25874
diff changeset
    86
 - groups of targets for each tool: javac, javadoc, javah, javap
5845
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    87
    Within each group, the following targets are provided, where applicable
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    88
      build-bootstrap-TOOL      build the bootstrap version of the tool
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    89
      build-classes-TOOL        build the classes for the tool
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    90
      build-TOOL                build the jar file and script for the tool
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    91
      jtreg-TOOL                build the tool and run the appropriate tests
21041
99f5e5e97425 8026564: import changes from type-annotations forest
jjg
parents: 21006
diff changeset
    92
      findbugs-TOOL             run findbugs on the tool's source code
5845
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    93
      TOOL                      build the tool, run the tests, and run findbugs
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    94
 - utility definitions
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    95
 -->
06bc494ca11e Initial load
duke
parents:
diff changeset
    96
06bc494ca11e Initial load
duke
parents:
diff changeset
    97
<project name="langtools" default="build" basedir="..">
5845
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    98
    <!--
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
    99
    **** Global property definitions.
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   100
    -->
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   101
2850
307d7719ccb7 6837665: Deal with windows ant problem where commas in -D options do not work
aph
parents: 2212
diff changeset
   102
    <!-- Force full debuginfo for javac if the debug.classfiles
307d7719ccb7 6837665: Deal with windows ant problem where commas in -D options do not work
aph
parents: 2212
diff changeset
   103
    property is set.  This must be BEFORE the include of
307d7719ccb7 6837665: Deal with windows ant problem where commas in -D options do not work
aph
parents: 2212
diff changeset
   104
    build.properties because it sets javac.debuglevel.  -->
307d7719ccb7 6837665: Deal with windows ant problem where commas in -D options do not work
aph
parents: 2212
diff changeset
   105
    <condition property="javac.debuglevel" value="source,lines,vars">
307d7719ccb7 6837665: Deal with windows ant problem where commas in -D options do not work
aph
parents: 2212
diff changeset
   106
        <equals arg1="${debug.classfiles}" arg2="true"/>
307d7719ccb7 6837665: Deal with windows ant problem where commas in -D options do not work
aph
parents: 2212
diff changeset
   107
    </condition>
307d7719ccb7 6837665: Deal with windows ant problem where commas in -D options do not work
aph
parents: 2212
diff changeset
   108
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   109
    <!-- The following locations can be used to override default property values. -->
06bc494ca11e Initial load
duke
parents:
diff changeset
   110
06bc494ca11e Initial load
duke
parents:
diff changeset
   111
    <!-- Use this location for customizations specific to this instance of this workspace -->
06bc494ca11e Initial load
duke
parents:
diff changeset
   112
    <property file="build.properties"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   113
06bc494ca11e Initial load
duke
parents:
diff changeset
   114
    <!-- Use this location for customizations common to all OpenJDK langtools workspaces -->
06bc494ca11e Initial load
duke
parents:
diff changeset
   115
    <property file="${user.home}/.openjdk/${ant.project.name}-build.properties"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   116
06bc494ca11e Initial load
duke
parents:
diff changeset
   117
    <!-- Use this location for customizations common to all OpenJDK workspaces -->
06bc494ca11e Initial load
duke
parents:
diff changeset
   118
    <property file="${user.home}/.openjdk/build.properties"/>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   119
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   120
    <!-- Convenient shorthands for standard locations within the workspace. -->
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   121
    <property name="build.dir" location="build"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   122
    <property name="build.bootstrap.dir" location="${build.dir}/bootstrap"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   123
    <property name="build.coverage.dir" location="${build.dir}/coverage"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   124
    <property name="build.classes.dir" location="${build.dir}/classes"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   125
    <property name="build.gensrc.dir" location="${build.dir}/gensrc"/>
4415
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   126
    <property name="build.genstubs.dir" location="${build.dir}/genstubs"/>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   127
    <property name="build.javadoc.dir" location="${build.dir}/javadoc"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   128
    <property name="build.jtreg.dir" location="${build.dir}/jtreg"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   129
    <property name="build.toolclasses.dir" location="${build.dir}/toolclasses"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   130
    <property name="dist.dir" location="dist"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   131
    <property name="dist.bin.dir" location="${dist.dir}/bin"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   132
    <property name="dist.coverage.dir" location="${dist.dir}/coverage"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   133
    <property name="dist.findbugs.dir" location="${dist.dir}/findbugs"/>
11054
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
   134
    <property name="dist.checkstyle.dir" location="${dist.dir}/checkstyle"/>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   135
    <property name="dist.lib.dir" location="${dist.dir}/lib"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   136
    <property name="make.dir" location="make"/>
11054
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
   137
    <property name="make.conf.dir" location="${make.dir}/conf"/>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   138
    <property name="make.tools.dir" location="${make.dir}/tools"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   139
    <property name="src.dir" location="src"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   140
    <property name="src.bin.dir" location="${src.dir}/share/bin"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   141
    <property name="test.dir" location="test"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   142
25874
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   143
    <path id="src.dirs">
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   144
      <pathelement path="${src.dir}/java.base/share/classes"/>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   145
      <pathelement path="${src.dir}/java.compiler/share/classes"/>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   146
      <pathelement path="${src.dir}/jdk.compiler/share/classes"/>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   147
      <pathelement path="${src.dir}/jdk.dev/share/classes"/>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   148
      <pathelement path="${src.dir}/jdk.javadoc/share/classes"/>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   149
    </path>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   150
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   151
    <pathconvert pathsep="," property="src.dirs.property" refid="src.dirs" />
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   152
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   153
    <!-- java.marker is set to a marker file to check for within a Java install dir.
06bc494ca11e Initial load
duke
parents:
diff changeset
   154
         The best file to check for across Solaris/Linux/Windows/MacOS is one of the
06bc494ca11e Initial load
duke
parents:
diff changeset
   155
         executables; regrettably, that is OS-specific. -->
06bc494ca11e Initial load
duke
parents:
diff changeset
   156
    <condition property="java.marker" value="bin/java">
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   157
        <os family="unix"/>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   158
    </condition>
06bc494ca11e Initial load
duke
parents:
diff changeset
   159
    <condition property="java.marker" value="bin/java.exe">
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   160
        <os family="windows"/>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   161
    </condition>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   162
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   163
    <!-- Standard property values, if not overriden by earlier settings. -->
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   164
    <property file="${make.dir}/build.properties"/>
3654
bb3c0eeec3cb 6870706: langtools launcher issues
jjg
parents: 3564
diff changeset
   165
bb3c0eeec3cb 6870706: langtools launcher issues
jjg
parents: 3564
diff changeset
   166
    <!-- launcher.java is used in the launcher scripts provided to run
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   167
        the tools' jar files.  If it has not already been set, then
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   168
        default it to use ${target.java.home}, if available, otherwise
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   169
        quietly default to simply use "java". -->
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   170
    <condition property="launcher.java"
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   171
        value="${target.java.home}/bin/java" else="java">
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   172
        <isset property="target.java.home"/>
3654
bb3c0eeec3cb 6870706: langtools launcher issues
jjg
parents: 3564
diff changeset
   173
    </condition>
bb3c0eeec3cb 6870706: langtools launcher issues
jjg
parents: 3564
diff changeset
   174
4415
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   175
    <!-- Logic for handling access import jdk classes, if available.
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   176
        import.jdk should be unset, or set to jdk home (to use rt.jar)
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   177
        or to jdk repo (to use src/share/classes).
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   178
        Based on the value, if any, set up default values for javac's sourcepath,
4548
bc0d5b3c3b2d 6906175: bridge JSR199 and JSR 203 APIs
jjg
parents: 4415
diff changeset
   179
        classpath and bootclasspath. Note: the default values are overridden
4415
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   180
        in the build-bootstrap-classes macro. -->
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   181
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   182
    <available property="import.jdk.src.dir" value="${import.jdk}/src/share/classes"
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   183
        filepath="${import.jdk}/src/share/classes" file="java/nio/file/Path.java"/>
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   184
    <available property="import.jdk.jar" value="${import.jdk}/jre/lib/rt.jar"
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   185
        ignoresystemclasses="true"
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   186
        classpath="${import.jdk}/jre/lib/rt.jar" classname="java.nio.file.Path"/>
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   187
5845
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   188
    <!-- Set the default bootclasspath option used for javac.
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   189
        Note that different variants of the option are used, meaning we can't just
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   190
        define the value for the option.
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   191
        Note the explicit use of the standard property ${path.separator} in the following.
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   192
        This is because Ant is not clever enough to handle direct use of : or ; -->
4415
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   193
    <condition property="javac.bootclasspath.opt"
4698
4ea5b8e20252 6915152: langtools build failures with import.jdk on Windows
jjg
parents: 4548
diff changeset
   194
            value="-Xbootclasspath:${build.classes.dir}${path.separator}${import.jdk.jar}"
4415
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   195
            else="-Xbootclasspath/p:${build.classes.dir}">
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   196
        <isset property="import.jdk.jar"/>
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   197
    </condition>
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   198
5845
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   199
    <condition property="boot.java.provides.latest.jdk">
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   200
        <available
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   201
            ignoresystemclasses="true"
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   202
            classpath="${boot.java.home}/jre/lib/rt.jar" classname="java.nio.file.Path"/>
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   203
    </condition>
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   204
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   205
    <condition property="bootstrap.exclude.files" value="" else="${require.latest.jdk.files}">
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   206
        <isset property="boot.java.provides.latest.jdk"/>
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   207
    </condition>
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   208
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   209
    <condition property="exclude.files" value="" else="${require.latest.jdk.files}">
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   210
        <or>
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   211
            <isset property="boot.java.provides.latest.jdk"/>
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   212
            <isset property="import.jdk"/>
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   213
        </or>
4415
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   214
    </condition>
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   215
5845
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   216
    <condition property="require.import.jdk.stubs">
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   217
        <and>
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   218
            <not>
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   219
                <isset property="boot.java.provides.latest.jdk"/>
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   220
            </not>
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   221
            <isset property="import.jdk.src.dir"/>
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   222
        </and>
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   223
    </condition>
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   224
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   225
    <!-- Set the default value of the sourcepath used for javac. -->
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   226
    <condition property="javac.sourcepath" value="${build.genstubs.dir}" else="">
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   227
        <isset property="require.import.jdk.stubs"/>
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   228
    </condition>
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   229
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   230
    <!-- Set the default value of the classpath used for javac. -->
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   231
    <property name="javac.classpath" value=""/>
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   232
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   233
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   234
    <!--
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   235
    **** General top level targets.
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   236
    -->
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   237
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   238
    <!-- Standard target to build deliverables for JDK build. -->
06bc494ca11e Initial load
duke
parents:
diff changeset
   239
06bc494ca11e Initial load
duke
parents:
diff changeset
   240
    <target name="build" depends="build-bootstrap-tools,build-all-classes">
06bc494ca11e Initial load
duke
parents:
diff changeset
   241
        <copy todir="${dist.dir}/bootstrap">
06bc494ca11e Initial load
duke
parents:
diff changeset
   242
            <fileset dir="${build.bootstrap.dir}" includes="bin/,lib/"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   243
        </copy>
06bc494ca11e Initial load
duke
parents:
diff changeset
   244
        <chmod dir="${dist.dir}/bootstrap/bin" perm="ugo+rx">
06bc494ca11e Initial load
duke
parents:
diff changeset
   245
            <include name="*"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   246
        </chmod>
06bc494ca11e Initial load
duke
parents:
diff changeset
   247
        <mkdir dir="${dist.lib.dir}"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   248
        <jar file="${dist.lib.dir}/classes.jar" basedir="${build.classes.dir}"/>
25874
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   249
        <zip file="${dist.lib.dir}/src.zip">
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   250
            <multirootfileset basedirs="${src.dirs.property}" />
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   251
        </zip>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   252
    </target>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   253
4415
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   254
    <target name="build-bootstrap-tools"
26268
620556167c08 8038732: [javadoc] NetBeans IDE target does not build doclets
ksrini
parents: 25874
diff changeset
   255
        depends="build-bootstrap-javac,build-bootstrap-javadoc,build-bootstrap-javah,build-bootstrap-sjavac"
4415
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   256
    />
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   257
4415
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   258
    <target name="build-all-tools"
26268
620556167c08 8038732: [javadoc] NetBeans IDE target does not build doclets
ksrini
parents: 25874
diff changeset
   259
        depends="build-javac,build-javadoc,build-javah,build-javap,build-sjavac"
4415
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   260
    />
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   261
4415
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   262
    <target name="build-all-classes" depends="build-bootstrap-javac,-create-import-jdk-stubs">
26268
620556167c08 8038732: [javadoc] NetBeans IDE target does not build doclets
ksrini
parents: 25874
diff changeset
   263
        <build-classes includes="${javac.includes} ${javadoc.includes} ${javah.includes} ${javap.includes} ${sjavac.includes}"/>
4410
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
   264
    </target>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   265
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   266
    <!-- clean -->
06bc494ca11e Initial load
duke
parents:
diff changeset
   267
06bc494ca11e Initial load
duke
parents:
diff changeset
   268
    <target name="clean" description="Delete all generated files">
06bc494ca11e Initial load
duke
parents:
diff changeset
   269
        <delete dir="${build.dir}"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   270
        <delete dir="${dist.dir}"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   271
    </target>
06bc494ca11e Initial load
duke
parents:
diff changeset
   272
06bc494ca11e Initial load
duke
parents:
diff changeset
   273
    <!-- Additional targets for running tools on the build -->
06bc494ca11e Initial load
duke
parents:
diff changeset
   274
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   275
    <target name="jtreg" depends="build-all-tools,-def-jtreg">
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   276
        <jtreg-tool name="all" tests="${jtreg.tests}"/>
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   277
    </target>
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   278
11054
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
   279
    <target name="checkstyle" depends="-def-checkstyle"
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
   280
        description="Generates reports for code convention violations.">
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
   281
        <mkdir dir="${dist.checkstyle.dir}"/>
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
   282
        <checkstyle config="${make.conf.dir}/checkstyle-langtools.xml"
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
   283
              failureProperty="checkstyle.failure"
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
   284
              failOnViolation="false">
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
   285
            <formatter type="xml" tofile="${dist.checkstyle.dir}/checkstyle_report.xml"/>
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
   286
            <fileset dir="src" includes="**/*.java, **/*.properties"/>
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
   287
        </checkstyle>
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
   288
        <!-- transform the output to a simple html -->
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
   289
        <xslt  in="${dist.checkstyle.dir}/checkstyle_report.xml"
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
   290
               out="${dist.checkstyle.dir}/checkstyle_report.html"
14541
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 12085
diff changeset
   291
               style="${checkstyle.home}/contrib/checkstyle-simple.xsl"/>
11054
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
   292
        <!-- transform the output to a very simple emacs friendly text file -->
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
   293
        <xslt  in="${dist.checkstyle.dir}/checkstyle_report.xml"
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
   294
               out="${dist.checkstyle.dir}/checkstyle_report.tmp"
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
   295
               style="${make.conf.dir}/checkstyle-emacs.xsl"/>
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
   296
        <!-- beautify remove extra lines -->
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
   297
        <move file="${dist.checkstyle.dir}/checkstyle_report.tmp"
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
   298
             toFile="${dist.checkstyle.dir}/checkstyle_report.emacs.txt">
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
   299
            <filterchain>
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
   300
                <ignoreblank/>
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
   301
                <replaceregex byline="true" pattern="^File:" replace="${line.separator}File:"/>
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
   302
            </filterchain>
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
   303
        </move>
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
   304
    </target>
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
   305
    <!-- target can be invoked from an ide, the output of which can be used
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
   306
         to access and fix the errors directly.
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
   307
     -->
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
   308
    <target name="checkstyle-ide" depends="checkstyle">
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
   309
        <concat>
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
   310
            <fileset file="${dist.checkstyle.dir}/checkstyle_report.emacs.txt"/>
14541
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 12085
diff changeset
   311
        </concat>
11054
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
   312
    </target>
14541
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 12085
diff changeset
   313
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   314
    <target name="findbugs" depends="-def-findbugs,build-all-tools">
06bc494ca11e Initial load
duke
parents:
diff changeset
   315
        <property name="findbugs.reportLevel" value="medium"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   316
        <mkdir dir="${dist.findbugs.dir}"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   317
        <findbugs
06bc494ca11e Initial load
duke
parents:
diff changeset
   318
            home="${findbugs.home}"
06bc494ca11e Initial load
duke
parents:
diff changeset
   319
            projectName="JDK langtools ${full.version}"
06bc494ca11e Initial load
duke
parents:
diff changeset
   320
            output="xml"
06bc494ca11e Initial load
duke
parents:
diff changeset
   321
            outputFile="${dist.findbugs.dir}/findbugs.xml"
06bc494ca11e Initial load
duke
parents:
diff changeset
   322
            reportLevel="${findbugs.reportLevel}"
06bc494ca11e Initial load
duke
parents:
diff changeset
   323
            failOnError="false"
06bc494ca11e Initial load
duke
parents:
diff changeset
   324
            errorProperty="findbugs.all.errors"
06bc494ca11e Initial load
duke
parents:
diff changeset
   325
            warningsProperty="findbugs.all.warnings"
6599
ec0419c70f24 6978974: [langtools] <findbugs> task should use ${target.java.home}
jjg
parents: 6598
diff changeset
   326
            jvm="${target.java.home}/bin/java"
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   327
            jvmargs="-Xmx512M">
06bc494ca11e Initial load
duke
parents:
diff changeset
   328
            <class location="${build.classes.dir}"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   329
            <sourcePath>
25874
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   330
                <path refid="src.dirs"/>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   331
            </sourcePath>
06bc494ca11e Initial load
duke
parents:
diff changeset
   332
        </findbugs>
06bc494ca11e Initial load
duke
parents:
diff changeset
   333
        <exec executable="sh">
06bc494ca11e Initial load
duke
parents:
diff changeset
   334
            <arg value="${findbugs.home}/bin/convertXmlToText"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   335
            <arg value="-longBugCodes"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   336
            <arg value="-html:${findbugs.home}/src/xsl/fancy.xsl"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   337
            <arg value="${dist.findbugs.dir}/findbugs.xml"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   338
            <redirector output="${dist.findbugs.dir}/findbugs.html"/>
727
cb50c1ae7bab 4075303: Use javap to enquire aboput a specific inner class
jjg
parents: 10
diff changeset
   339
        </exec>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   340
    </target>
06bc494ca11e Initial load
duke
parents:
diff changeset
   341
06bc494ca11e Initial load
duke
parents:
diff changeset
   342
    <target name="coverage" depends="-def-cobertura,build-all-classes,instrument-classes,jtreg,coverage-report"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   343
06bc494ca11e Initial load
duke
parents:
diff changeset
   344
    <target name="instrument-classes" depends="-def-cobertura">
06bc494ca11e Initial load
duke
parents:
diff changeset
   345
        <!-- only define the following property when we want coverage info -->
06bc494ca11e Initial load
duke
parents:
diff changeset
   346
        <path id="coverage.classpath">
06bc494ca11e Initial load
duke
parents:
diff changeset
   347
            <pathelement location="${build.coverage.dir}/classes"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   348
            <path refid="cobertura.classpath"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   349
        </path>
06bc494ca11e Initial load
duke
parents:
diff changeset
   350
        <property name="coverage.options" value="-Dnet.sourceforge.cobertura.datafile=${build.coverage.dir}/cobertura.ser"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   351
        <property name="coverage.classpath" refid="coverage.classpath"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   352
        <mkdir dir="${build.coverage.dir}/classes"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   353
        <delete file="${build.coverage.dir}/cobertura.ser"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   354
        <cobertura-instrument todir="${build.coverage.dir}/classes"
06bc494ca11e Initial load
duke
parents:
diff changeset
   355
            datafile="${build.coverage.dir}/cobertura.ser">
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   356
            <fileset dir="${build.classes.dir}"
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   357
               includes="**/*.class" excludes="**/resources/*.class"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   358
        </cobertura-instrument>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   359
    </target>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   360
06bc494ca11e Initial load
duke
parents:
diff changeset
   361
    <target name="coverage-report" depends="-def-cobertura">
06bc494ca11e Initial load
duke
parents:
diff changeset
   362
        <mkdir dir="${dist.coverage.dir}"/>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   363
        <cobertura-report
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   364
            destdir="${dist.coverage.dir}"
25874
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   365
            datafile="${build.coverage.dir}/cobertura.ser">
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   366
            <fileset dir="${src.dir}/java.base/share/classes"/>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   367
            <fileset dir="${src.dir}/java.compiler/share/classes"/>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   368
            <fileset dir="${src.dir}/jdk.compiler/share/classes"/>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   369
            <fileset dir="${src.dir}/jdk.dev/share/classes"/>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   370
            <fileset dir="${src.dir}/jdk.javadoc/share/classes"/>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   371
        </cobertura-report>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   372
        <cobertura-report
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   373
            format="xml"
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   374
            destdir="${dist.coverage.dir}"
25874
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   375
            datafile="${build.coverage.dir}/cobertura.ser">
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   376
            <fileset dir="${src.dir}/java.base/share/classes"/>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   377
            <fileset dir="${src.dir}/java.compiler/share/classes"/>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   378
            <fileset dir="${src.dir}/jdk.compiler/share/classes"/>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   379
            <fileset dir="${src.dir}/jdk.dev/share/classes"/>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   380
            <fileset dir="${src.dir}/jdk.javadoc/share/classes"/>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   381
        </cobertura-report>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   382
    </target>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   383
21006
534673718919 8025087: Annotation processing api returns default modifier for interface static method
jlahoda
parents: 17283
diff changeset
   384
    <target name="diags-examples" depends="build-javac,build-javap">
6149
48de3564aa13 6968063: provide examples of code that generate diagnostics
jjg
parents: 5849
diff changeset
   385
        <!-- can override the following on the command line if desired. -->
48de3564aa13 6968063: provide examples of code that generate diagnostics
jjg
parents: 5849
diff changeset
   386
        <property name="diags.examples.out" location="${build.dir}/diag-examples/diags-examples.html"/>
48de3564aa13 6968063: provide examples of code that generate diagnostics
jjg
parents: 5849
diff changeset
   387
        <mkdir dir="${build.dir}/diag-examples/classes"/>
48de3564aa13 6968063: provide examples of code that generate diagnostics
jjg
parents: 5849
diff changeset
   388
        <javac fork="true"
48de3564aa13 6968063: provide examples of code that generate diagnostics
jjg
parents: 5849
diff changeset
   389
            executable="${dist.bin.dir}/javac"
48de3564aa13 6968063: provide examples of code that generate diagnostics
jjg
parents: 5849
diff changeset
   390
            srcdir="test/tools/javac/diags"
48de3564aa13 6968063: provide examples of code that generate diagnostics
jjg
parents: 5849
diff changeset
   391
            destdir="${build.dir}/diag-examples/classes"
14541
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 12085
diff changeset
   392
            includes="ArgTypeCompilerFactory.java,Example.java,FileManager.java,HTMLWriter.java,RunExamples.java,DocCommentProcessor.java"
6149
48de3564aa13 6968063: provide examples of code that generate diagnostics
jjg
parents: 5849
diff changeset
   393
            sourcepath=""
21006
534673718919 8025087: Annotation processing api returns default modifier for interface static method
jlahoda
parents: 17283
diff changeset
   394
            classpath="${dist.lib.dir}/javac.jar;${dist.lib.dir}/javap.jar"
6149
48de3564aa13 6968063: provide examples of code that generate diagnostics
jjg
parents: 5849
diff changeset
   395
            includeAntRuntime="no"
48de3564aa13 6968063: provide examples of code that generate diagnostics
jjg
parents: 5849
diff changeset
   396
            debug="${javac.debug}"
10183
63f2f2e5f642 7058174: Reduce langtools build warnings
jjg
parents: 9303
diff changeset
   397
            debuglevel="${javac.debuglevel}">
63f2f2e5f642 7058174: Reduce langtools build warnings
jjg
parents: 9303
diff changeset
   398
            <compilerarg line="${javac.lint.opts}"/>
63f2f2e5f642 7058174: Reduce langtools build warnings
jjg
parents: 9303
diff changeset
   399
        </javac>
6149
48de3564aa13 6968063: provide examples of code that generate diagnostics
jjg
parents: 5849
diff changeset
   400
        <java fork="true"
48de3564aa13 6968063: provide examples of code that generate diagnostics
jjg
parents: 5849
diff changeset
   401
            jvm="${target.java.home}/bin/java"
48de3564aa13 6968063: provide examples of code that generate diagnostics
jjg
parents: 5849
diff changeset
   402
            dir="test/tools/javac/diags"
21006
534673718919 8025087: Annotation processing api returns default modifier for interface static method
jlahoda
parents: 17283
diff changeset
   403
            classpath="${build.dir}/diag-examples/classes;${dist.lib.dir}/javac.jar;${dist.lib.dir}/javap.jar"
6149
48de3564aa13 6968063: provide examples of code that generate diagnostics
jjg
parents: 5849
diff changeset
   404
            classname="RunExamples">
14541
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 12085
diff changeset
   405
            <jvmarg value="-Dtest.classes=${build.dir}/diag-examples/classes"/>
6149
48de3564aa13 6968063: provide examples of code that generate diagnostics
jjg
parents: 5849
diff changeset
   406
            <arg value="-examples"/>
48de3564aa13 6968063: provide examples of code that generate diagnostics
jjg
parents: 5849
diff changeset
   407
            <arg value="examples"/>
48de3564aa13 6968063: provide examples of code that generate diagnostics
jjg
parents: 5849
diff changeset
   408
            <arg value="-o"/>
48de3564aa13 6968063: provide examples of code that generate diagnostics
jjg
parents: 5849
diff changeset
   409
            <arg file="${diags.examples.out}"/>
48de3564aa13 6968063: provide examples of code that generate diagnostics
jjg
parents: 5849
diff changeset
   410
            <arg value="-showFiles"/>
48de3564aa13 6968063: provide examples of code that generate diagnostics
jjg
parents: 5849
diff changeset
   411
            <arg value="-title"/>
48de3564aa13 6968063: provide examples of code that generate diagnostics
jjg
parents: 5849
diff changeset
   412
            <arg value="Examples of javac diagnostics"/>
48de3564aa13 6968063: provide examples of code that generate diagnostics
jjg
parents: 5849
diff changeset
   413
        </java>
48de3564aa13 6968063: provide examples of code that generate diagnostics
jjg
parents: 5849
diff changeset
   414
    </target>
48de3564aa13 6968063: provide examples of code that generate diagnostics
jjg
parents: 5849
diff changeset
   415
8041
19d4868d7f08 7011272: langtools build.xml should provide a patch target
ksrini
parents: 7845
diff changeset
   416
    <!-- a patching facility to speed up incorporating the langtools' classfiles
19d4868d7f08 7011272: langtools build.xml should provide a patch target
ksrini
parents: 7845
diff changeset
   417
         into a jdk of your choice. Either target.java.home or patch.jdk can be
19d4868d7f08 7011272: langtools build.xml should provide a patch target
ksrini
parents: 7845
diff changeset
   418
         set on the command line; setting target.java.home has the advantage of
19d4868d7f08 7011272: langtools build.xml should provide a patch target
ksrini
parents: 7845
diff changeset
   419
         patching the jdk used for jtreg and other tests.
19d4868d7f08 7011272: langtools build.xml should provide a patch target
ksrini
parents: 7845
diff changeset
   420
    -->
19d4868d7f08 7011272: langtools build.xml should provide a patch target
ksrini
parents: 7845
diff changeset
   421
    <target name="patch" depends="build-all-classes">
19d4868d7f08 7011272: langtools build.xml should provide a patch target
ksrini
parents: 7845
diff changeset
   422
        <condition property="patch.jdk" value="${target.java.home}">
19d4868d7f08 7011272: langtools build.xml should provide a patch target
ksrini
parents: 7845
diff changeset
   423
            <available file="${target.java.home}" type="dir"/>
19d4868d7f08 7011272: langtools build.xml should provide a patch target
ksrini
parents: 7845
diff changeset
   424
        </condition>
19d4868d7f08 7011272: langtools build.xml should provide a patch target
ksrini
parents: 7845
diff changeset
   425
        <fail message="patch.jdk or target.java.home is not set, please set target.java.home, or patch.jdk for an alternate jdk image to patch">
19d4868d7f08 7011272: langtools build.xml should provide a patch target
ksrini
parents: 7845
diff changeset
   426
            <condition>
19d4868d7f08 7011272: langtools build.xml should provide a patch target
ksrini
parents: 7845
diff changeset
   427
                <not>
19d4868d7f08 7011272: langtools build.xml should provide a patch target
ksrini
parents: 7845
diff changeset
   428
                    <isset property="patch.jdk"/>
19d4868d7f08 7011272: langtools build.xml should provide a patch target
ksrini
parents: 7845
diff changeset
   429
                </not>
19d4868d7f08 7011272: langtools build.xml should provide a patch target
ksrini
parents: 7845
diff changeset
   430
            </condition>
19d4868d7f08 7011272: langtools build.xml should provide a patch target
ksrini
parents: 7845
diff changeset
   431
        </fail>
19d4868d7f08 7011272: langtools build.xml should provide a patch target
ksrini
parents: 7845
diff changeset
   432
        <property name="patch.tools.jar" location="${patch.jdk}/lib/tools.jar"/>
19d4868d7f08 7011272: langtools build.xml should provide a patch target
ksrini
parents: 7845
diff changeset
   433
        <property name="patch.rt.jar" location="${patch.jdk}/jre/lib/rt.jar"/>
19d4868d7f08 7011272: langtools build.xml should provide a patch target
ksrini
parents: 7845
diff changeset
   434
        <fail message="patch.jdk or target.java.home must point to a valid jdk image: missing tools.jar">
19d4868d7f08 7011272: langtools build.xml should provide a patch target
ksrini
parents: 7845
diff changeset
   435
            <condition>
19d4868d7f08 7011272: langtools build.xml should provide a patch target
ksrini
parents: 7845
diff changeset
   436
                <not>
19d4868d7f08 7011272: langtools build.xml should provide a patch target
ksrini
parents: 7845
diff changeset
   437
                    <available file="${patch.tools.jar}" type="file"/>
19d4868d7f08 7011272: langtools build.xml should provide a patch target
ksrini
parents: 7845
diff changeset
   438
                </not>
19d4868d7f08 7011272: langtools build.xml should provide a patch target
ksrini
parents: 7845
diff changeset
   439
            </condition>
19d4868d7f08 7011272: langtools build.xml should provide a patch target
ksrini
parents: 7845
diff changeset
   440
        </fail>
19d4868d7f08 7011272: langtools build.xml should provide a patch target
ksrini
parents: 7845
diff changeset
   441
        <fail message="patch.jdk or target.java.home must point to a valid jdk image: missing rt.jar">
19d4868d7f08 7011272: langtools build.xml should provide a patch target
ksrini
parents: 7845
diff changeset
   442
            <condition>
19d4868d7f08 7011272: langtools build.xml should provide a patch target
ksrini
parents: 7845
diff changeset
   443
                <not>
19d4868d7f08 7011272: langtools build.xml should provide a patch target
ksrini
parents: 7845
diff changeset
   444
                    <available file="${patch.rt.jar}" type="file"/>
19d4868d7f08 7011272: langtools build.xml should provide a patch target
ksrini
parents: 7845
diff changeset
   445
                </not>
19d4868d7f08 7011272: langtools build.xml should provide a patch target
ksrini
parents: 7845
diff changeset
   446
            </condition>
19d4868d7f08 7011272: langtools build.xml should provide a patch target
ksrini
parents: 7845
diff changeset
   447
        </fail>
19d4868d7f08 7011272: langtools build.xml should provide a patch target
ksrini
parents: 7845
diff changeset
   448
        <zip zipfile="${patch.tools.jar}" update="true">
19d4868d7f08 7011272: langtools build.xml should provide a patch target
ksrini
parents: 7845
diff changeset
   449
            <zipfileset dir="${build.classes.dir}" includes="com/**"/>
19d4868d7f08 7011272: langtools build.xml should provide a patch target
ksrini
parents: 7845
diff changeset
   450
        </zip>
19d4868d7f08 7011272: langtools build.xml should provide a patch target
ksrini
parents: 7845
diff changeset
   451
        <zip zipfile="${patch.rt.jar}" update="true">
19d4868d7f08 7011272: langtools build.xml should provide a patch target
ksrini
parents: 7845
diff changeset
   452
            <zipfileset dir="${build.classes.dir}" includes="javax/**"/>
19d4868d7f08 7011272: langtools build.xml should provide a patch target
ksrini
parents: 7845
diff changeset
   453
        </zip>
19d4868d7f08 7011272: langtools build.xml should provide a patch target
ksrini
parents: 7845
diff changeset
   454
    </target>
5845
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   455
16559
e927a4e65b0c 8010315: doclint errors in javac public API
jjg
parents: 15368
diff changeset
   456
    <target name="doclint-api" depends="build-all-classes">
e927a4e65b0c 8010315: doclint errors in javac public API
jjg
parents: 15368
diff changeset
   457
        <delete dir="${build.dir}/doclint/classes"/>
e927a4e65b0c 8010315: doclint errors in javac public API
jjg
parents: 15368
diff changeset
   458
        <mkdir dir="${build.dir}/doclint/classes"/>
e927a4e65b0c 8010315: doclint errors in javac public API
jjg
parents: 15368
diff changeset
   459
        <javac fork="true"
e927a4e65b0c 8010315: doclint errors in javac public API
jjg
parents: 15368
diff changeset
   460
               executable="${boot.javac}"
e927a4e65b0c 8010315: doclint errors in javac public API
jjg
parents: 15368
diff changeset
   461
               destdir="${build.dir}/doclint/classes"
e927a4e65b0c 8010315: doclint errors in javac public API
jjg
parents: 15368
diff changeset
   462
               includes="javax/lang/model/** com/sun/javadoc/** com/sun/source/**"
e927a4e65b0c 8010315: doclint errors in javac public API
jjg
parents: 15368
diff changeset
   463
               excludes=""
e927a4e65b0c 8010315: doclint errors in javac public API
jjg
parents: 15368
diff changeset
   464
               sourcepath="${javac.sourcepath}"
e927a4e65b0c 8010315: doclint errors in javac public API
jjg
parents: 15368
diff changeset
   465
               classpath="${javac.classpath}"
e927a4e65b0c 8010315: doclint errors in javac public API
jjg
parents: 15368
diff changeset
   466
               includeAntRuntime="no"
e927a4e65b0c 8010315: doclint errors in javac public API
jjg
parents: 15368
diff changeset
   467
               source="${javac.source}"
e927a4e65b0c 8010315: doclint errors in javac public API
jjg
parents: 15368
diff changeset
   468
               target="${javac.target}"
e927a4e65b0c 8010315: doclint errors in javac public API
jjg
parents: 15368
diff changeset
   469
               debug="${javac.debug}"
e927a4e65b0c 8010315: doclint errors in javac public API
jjg
parents: 15368
diff changeset
   470
               debuglevel="${javac.debuglevel}">
e927a4e65b0c 8010315: doclint errors in javac public API
jjg
parents: 15368
diff changeset
   471
            <compilerarg value="-implicit:none"/>
e927a4e65b0c 8010315: doclint errors in javac public API
jjg
parents: 15368
diff changeset
   472
            <compilerarg value="-Xprefer:source"/>
e927a4e65b0c 8010315: doclint errors in javac public API
jjg
parents: 15368
diff changeset
   473
            <compilerarg value="-J-Xbootclasspath/p:${build.bootstrap.dir}/classes"/>
e927a4e65b0c 8010315: doclint errors in javac public API
jjg
parents: 15368
diff changeset
   474
            <compilerarg line="${javac.no.jdk.warnings}"/>
e927a4e65b0c 8010315: doclint errors in javac public API
jjg
parents: 15368
diff changeset
   475
            <compilerarg line="${javac.version.opt}"/>
e927a4e65b0c 8010315: doclint errors in javac public API
jjg
parents: 15368
diff changeset
   476
            <compilerarg line="-Xdoclint:all/protected,-missing"/>
25874
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   477
            <src>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   478
                <path refid="src.dirs"/>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   479
                <path location="${build.gensrc.dir}"/>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   480
            </src>
16559
e927a4e65b0c 8010315: doclint errors in javac public API
jjg
parents: 15368
diff changeset
   481
        </javac>
e927a4e65b0c 8010315: doclint errors in javac public API
jjg
parents: 15368
diff changeset
   482
    </target>
e927a4e65b0c 8010315: doclint errors in javac public API
jjg
parents: 15368
diff changeset
   483
25606
1272de877614 8050805: Add a target to langtools/make/build.xml to generate docs for test library classes
jjg
parents: 25302
diff changeset
   484
    <!-- Generate API docs for "important" test classes that are used by
1272de877614 8050805: Add a target to langtools/make/build.xml to generate docs for test library classes
jjg
parents: 25302
diff changeset
   485
         multiple tests.
1272de877614 8050805: Add a target to langtools/make/build.xml to generate docs for test library classes
jjg
parents: 25302
diff changeset
   486
    -->
1272de877614 8050805: Add a target to langtools/make/build.xml to generate docs for test library classes
jjg
parents: 25302
diff changeset
   487
    <target name="test-framework-docs" depends="build-all-classes">
1272de877614 8050805: Add a target to langtools/make/build.xml to generate docs for test library classes
jjg
parents: 25302
diff changeset
   488
        <javadoc executable="${target.java.home}/bin/javadoc"
1272de877614 8050805: Add a target to langtools/make/build.xml to generate docs for test library classes
jjg
parents: 25302
diff changeset
   489
                destdir="${build.dir}/testframeworkdocs">
1272de877614 8050805: Add a target to langtools/make/build.xml to generate docs for test library classes
jjg
parents: 25302
diff changeset
   490
            <!-- disable doclint for now; it might be good to enable -Xdoclint:missing -->
1272de877614 8050805: Add a target to langtools/make/build.xml to generate docs for test library classes
jjg
parents: 25302
diff changeset
   491
            <arg value="-Xdoclint:none"/>
1272de877614 8050805: Add a target to langtools/make/build.xml to generate docs for test library classes
jjg
parents: 25302
diff changeset
   492
            <!-- source files to be documented -->
1272de877614 8050805: Add a target to langtools/make/build.xml to generate docs for test library classes
jjg
parents: 25302
diff changeset
   493
            <sourcefiles>
1272de877614 8050805: Add a target to langtools/make/build.xml to generate docs for test library classes
jjg
parents: 25302
diff changeset
   494
                <fileset dir="${test.dir}">
1272de877614 8050805: Add a target to langtools/make/build.xml to generate docs for test library classes
jjg
parents: 25302
diff changeset
   495
                    <include name="**/ToolBox.java"/>
1272de877614 8050805: Add a target to langtools/make/build.xml to generate docs for test library classes
jjg
parents: 25302
diff changeset
   496
                    <include name="**/*Tester.java"/>
1272de877614 8050805: Add a target to langtools/make/build.xml to generate docs for test library classes
jjg
parents: 25302
diff changeset
   497
                    <include name="**/*TestBase.java"/>
1272de877614 8050805: Add a target to langtools/make/build.xml to generate docs for test library classes
jjg
parents: 25302
diff changeset
   498
                    <include name="**/*Testing*.java"/>
1272de877614 8050805: Add a target to langtools/make/build.xml to generate docs for test library classes
jjg
parents: 25302
diff changeset
   499
                </fileset>
1272de877614 8050805: Add a target to langtools/make/build.xml to generate docs for test library classes
jjg
parents: 25302
diff changeset
   500
            </sourcefiles>
1272de877614 8050805: Add a target to langtools/make/build.xml to generate docs for test library classes
jjg
parents: 25302
diff changeset
   501
            <!-- source path used for documentation -->
1272de877614 8050805: Add a target to langtools/make/build.xml to generate docs for test library classes
jjg
parents: 25302
diff changeset
   502
            <sourcepath>
1272de877614 8050805: Add a target to langtools/make/build.xml to generate docs for test library classes
jjg
parents: 25302
diff changeset
   503
                <pathelement path="${test.dir}/lib"/>
1272de877614 8050805: Add a target to langtools/make/build.xml to generate docs for test library classes
jjg
parents: 25302
diff changeset
   504
                <pathelement path="${test.dir}/lib/combo"/>
1272de877614 8050805: Add a target to langtools/make/build.xml to generate docs for test library classes
jjg
parents: 25302
diff changeset
   505
                <pathelement path="${test.dir}/tools/javac/lib"/>
1272de877614 8050805: Add a target to langtools/make/build.xml to generate docs for test library classes
jjg
parents: 25302
diff changeset
   506
                <pathelement path="${test.dir}/tools/javac/classfiles/attributes/LocalVariableTable"/>
1272de877614 8050805: Add a target to langtools/make/build.xml to generate docs for test library classes
jjg
parents: 25302
diff changeset
   507
            </sourcepath>
1272de877614 8050805: Add a target to langtools/make/build.xml to generate docs for test library classes
jjg
parents: 25302
diff changeset
   508
            <!-- exclude the following "packages" found by <javadoc>
1272de877614 8050805: Add a target to langtools/make/build.xml to generate docs for test library classes
jjg
parents: 25302
diff changeset
   509
                on the sourcepath -->
1272de877614 8050805: Add a target to langtools/make/build.xml to generate docs for test library classes
jjg
parents: 25302
diff changeset
   510
            <excludepackage name="combo.tools.javac.combo"/>
1272de877614 8050805: Add a target to langtools/make/build.xml to generate docs for test library classes
jjg
parents: 25302
diff changeset
   511
            <excludepackage name="tools.javac.combo"/>
1272de877614 8050805: Add a target to langtools/make/build.xml to generate docs for test library classes
jjg
parents: 25302
diff changeset
   512
            <!-- library classes used for documentation -->
1272de877614 8050805: Add a target to langtools/make/build.xml to generate docs for test library classes
jjg
parents: 25302
diff changeset
   513
            <classpath>
1272de877614 8050805: Add a target to langtools/make/build.xml to generate docs for test library classes
jjg
parents: 25302
diff changeset
   514
                <pathelement path="${jtreg.home}/lib/testng.jar"/>
1272de877614 8050805: Add a target to langtools/make/build.xml to generate docs for test library classes
jjg
parents: 25302
diff changeset
   515
            </classpath>
1272de877614 8050805: Add a target to langtools/make/build.xml to generate docs for test library classes
jjg
parents: 25302
diff changeset
   516
            <!-- platform classes used for documentation -->
1272de877614 8050805: Add a target to langtools/make/build.xml to generate docs for test library classes
jjg
parents: 25302
diff changeset
   517
            <bootclasspath>
1272de877614 8050805: Add a target to langtools/make/build.xml to generate docs for test library classes
jjg
parents: 25302
diff changeset
   518
                <pathelement path="${build.dir}/classes"/>
1272de877614 8050805: Add a target to langtools/make/build.xml to generate docs for test library classes
jjg
parents: 25302
diff changeset
   519
                <pathelement path="${target.java.home}/jre/lib/rt.jar"/>
1272de877614 8050805: Add a target to langtools/make/build.xml to generate docs for test library classes
jjg
parents: 25302
diff changeset
   520
            </bootclasspath>
1272de877614 8050805: Add a target to langtools/make/build.xml to generate docs for test library classes
jjg
parents: 25302
diff changeset
   521
        </javadoc>
1272de877614 8050805: Add a target to langtools/make/build.xml to generate docs for test library classes
jjg
parents: 25302
diff changeset
   522
    </target>
1272de877614 8050805: Add a target to langtools/make/build.xml to generate docs for test library classes
jjg
parents: 25302
diff changeset
   523
5845
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   524
    <!--
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   525
    **** Debugging/diagnostic targets.
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   526
    -->
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   527
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   528
    <!-- standard JDK target -->
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   529
    <target name="sanity"
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   530
        description="display settings of configuration values">
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   531
        <echo level="info">ant.home = ${ant.home}</echo>
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   532
        <echo level="info">boot.java.home = ${boot.java.home}</echo>
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   533
        <echo level="info">target.java.home = ${target.java.home}</echo>
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   534
        <echo level="info">jtreg.home = ${jtreg.home}</echo>
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   535
        <echo level="info">findbugs.home = ${findbugs.home}</echo>
11054
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
   536
        <echo level="info">checkstyle.home = ${checkstyle.home}</echo>
5845
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   537
    </target>
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   538
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   539
    <target name="post-sanity" depends="-def-jtreg,sanity,build"
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   540
        description="perform basic validation after a standard build">
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   541
        <jtreg
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   542
            dir="make/test"
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   543
            workDir="${build.jtreg.dir}/post-sanity/work"
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   544
            reportDir="${build.jtreg.dir}/post-sanity/report"
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   545
            jdk="${target.java.home}"
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   546
            verbose="summary"
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   547
            failonerror="false" resultproperty="jtreg.post-sanity.result">
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   548
        </jtreg>
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   549
    </target>
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   550
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   551
    <!-- use vizant tool to generate graphical image of this Ant file.-->
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   552
    <target name="vizant" depends="-def-vizant">
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   553
        <mkdir dir="${build.dir}"/>
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   554
        <echo message="Generating ${build.dir}/build.dot"/>
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   555
        <vizant antfile="${make.dir}/build.xml" outfile="${build.dir}/build.dot"/>
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   556
        <echo message="Generating ${build.dir}/build.png"/>
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   557
        <exec executable="${dot}" >
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   558
            <arg value="-Tpng"/>
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   559
            <arg value="-o"/>
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   560
            <arg file="${build.dir}/build.png"/>
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   561
            <arg file="${build.dir}/build.dot"/>
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   562
        </exec>
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   563
    </target>
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   564
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   565
    <target name="check-import.jdk">
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   566
        <echo message="import.jdk: ${import.jdk}"/>
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   567
        <echo message="import.jdk.jar: ${import.jdk.jar}"/>
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   568
        <echo message="import.jdk.src.dir: ${import.jdk.src.dir}"/>
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   569
    </target>
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   570
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   571
    <target name="diagnostics">
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   572
        <diagnostics/>
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   573
    </target>
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   574
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   575
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   576
    <!--
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   577
    **** javac targets.
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   578
    -->
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   579
4410
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
   580
    <target name="build-bootstrap-javac"
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
   581
            depends="-def-build-bootstrap-classes,-def-build-bootstrap-jar,-def-build-bootstrap-tool">
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
   582
        <build-bootstrap-classes includes="${javac.includes}"/>
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
   583
        <build-bootstrap-jar     name="javac" includes="${javac.includes}"/>
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
   584
        <build-bootstrap-tool    name="javac"/>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   585
    </target>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   586
4415
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   587
    <target name="build-classes-javac" depends="build-bootstrap-javac,-create-import-jdk-stubs">
4410
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
   588
        <build-classes includes="${javac.includes}"/>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   589
    </target>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   590
4410
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
   591
    <target name="build-javac" depends="build-classes-javac">
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
   592
        <build-jar  name="javac" includes="${javac.includes}"/>
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
   593
        <build-tool name="javac"/>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   594
    </target>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   595
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   596
    <target name="javadoc-javac" depends="build-javac,-def-javadoc-tool">
9303
eae35c201e19 7032975: API files in javax.annotation.processing need to be updated for references to JLS
jjh
parents: 9070
diff changeset
   597
        <javadoc-tool name="javac" includes="${javac.includes}" options="${javadoc.jls.option}"/>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   598
    </target>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   599
4410
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
   600
    <target name="jtreg-javac" depends="build-javac,build-javap,-def-jtreg">
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   601
        <jtreg-tool name="javac" tests="${javac.tests}"/>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   602
    </target>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   603
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   604
    <target name="findbugs-javac" depends="build-javac,-def-findbugs">
06bc494ca11e Initial load
duke
parents:
diff changeset
   605
        <findbugs-tool name="javac"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   606
    </target>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   607
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   608
    <target name="javac" depends="build-javac,jtreg-javac,findbugs-javac"/>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   609
5845
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   610
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   611
    <!--
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   612
    **** javadoc targets.
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   613
    -->
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   614
06bc494ca11e Initial load
duke
parents:
diff changeset
   615
    <target name="build-bootstrap-javadoc" depends="build-bootstrap-javac">
4410
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
   616
        <build-bootstrap-classes includes="${javadoc.includes}"/>
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
   617
        <build-bootstrap-jar     name="javadoc" includes="${javadoc.includes}"
26268
620556167c08 8038732: [javadoc] NetBeans IDE target does not build doclets
ksrini
parents: 25874
diff changeset
   618
                                 jarclasspath="javac.jar"/>
4410
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
   619
        <build-bootstrap-tool    name="javadoc"/>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   620
    </target>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   621
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   622
    <target name="build-classes-javadoc" depends="build-classes-javac">
4410
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
   623
        <build-classes includes="${javadoc.includes}"/>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   624
    </target>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   625
4410
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
   626
    <target name="build-javadoc" depends="build-javac,build-classes-javadoc">
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
   627
        <build-jar  name="javadoc" includes="${javadoc.includes}"
26268
620556167c08 8038732: [javadoc] NetBeans IDE target does not build doclets
ksrini
parents: 25874
diff changeset
   628
                    jarclasspath="javac.jar"/>
4410
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
   629
        <build-tool name="javadoc"/>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   630
    </target>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   631
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   632
    <target name="javadoc-javadoc" depends="build-javadoc,-def-javadoc-tool">
06bc494ca11e Initial load
duke
parents:
diff changeset
   633
        <javadoc-tool name="javadoc" includes="${javadoc.includes}"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   634
    </target>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   635
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   636
    <target name="jtreg-javadoc" depends="build-javadoc,-def-jtreg">
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   637
        <jtreg-tool name="javadoc" tests="${javadoc.tests}"/>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   638
    </target>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   639
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   640
    <target name="findbugs-javadoc" depends="build-javadoc,-def-findbugs">
06bc494ca11e Initial load
duke
parents:
diff changeset
   641
        <findbugs-tool name="javadoc"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   642
    </target>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   643
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   644
    <target name="javadoc" depends="build-javadoc,jtreg-javadoc,findbugs-javadoc"/>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   645
5845
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   646
    <!--
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   647
    **** javah targets.
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   648
    -->
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   649
06bc494ca11e Initial load
duke
parents:
diff changeset
   650
    <target name="build-bootstrap-javah" depends="build-bootstrap-javadoc">
4410
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
   651
        <build-bootstrap-classes includes="${javah.includes}"/>
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
   652
        <build-bootstrap-jar     name="javah" includes="${javah.includes}"
26268
620556167c08 8038732: [javadoc] NetBeans IDE target does not build doclets
ksrini
parents: 25874
diff changeset
   653
                                 jarclasspath="javadoc.jar javac.jar"/>
4410
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
   654
        <build-bootstrap-tool    name="javah"/>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   655
    </target>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   656
4410
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
   657
    <target name="build-javah" depends="build-javac,build-classes-javah">
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
   658
        <build-jar  name="javah" includes="${javah.includes}" jarclasspath="javac.jar"/>
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
   659
        <build-tool name="javah"/>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   660
    </target>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   661
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   662
    <target name="build-classes-javah" depends="build-classes-javadoc">
4410
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
   663
        <build-classes includes="${javah.includes}"/>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   664
    </target>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   665
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   666
    <!-- (no javadoc for javah) -->
06bc494ca11e Initial load
duke
parents:
diff changeset
   667
06bc494ca11e Initial load
duke
parents:
diff changeset
   668
    <target name="jtreg-javah" depends="build-javah,-def-jtreg">
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   669
        <jtreg-tool name="javah" tests="${javah.tests}"/>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   670
    </target>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   671
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   672
    <target name="findbugs-javah" depends="build-javah,-def-findbugs">
06bc494ca11e Initial load
duke
parents:
diff changeset
   673
        <findbugs-tool name="javah"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   674
    </target>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   675
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   676
    <target name="javah" depends="build-javah,jtreg-javah,findbugs-javah"/>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   677
5845
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   678
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   679
    <!--
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   680
    **** javap targets.
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   681
    -->
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   682
4410
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
   683
    <target name="build-bootstrap-javap"
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
   684
            depends="-def-build-bootstrap-classes,-def-build-bootstrap-jar,-def-build-bootstrap-tool">
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
   685
        <build-bootstrap-classes includes="${javap.includes}"/>
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
   686
        <build-bootstrap-jar     name="javap" includes="${javap.includes}"
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
   687
                                 jarmainclass="sun.tools.javap.Main"/>
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
   688
        <build-bootstrap-tool    name="javap"/>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   689
    </target>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   690
727
cb50c1ae7bab 4075303: Use javap to enquire aboput a specific inner class
jjg
parents: 10
diff changeset
   691
    <target name="build-classes-javap" depends="build-classes-javac">
4410
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
   692
        <build-classes includes="${javap.includes}"/>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   693
    </target>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   694
4410
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
   695
    <target name="build-javap" depends="build-javac,build-classes-javap">
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
   696
        <build-jar  name="javap" includes="${javap.includes}"
2987
2e0ca9f4893d 6838199: remove support for old javap
jjg
parents: 2982
diff changeset
   697
                    jarmainclass="com.sun.tools.javap.Main"
727
cb50c1ae7bab 4075303: Use javap to enquire aboput a specific inner class
jjg
parents: 10
diff changeset
   698
                    jarclasspath="javac.jar"/>
4410
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
   699
        <build-tool name="javap"/>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   700
    </target>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   701
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   702
    <!-- (no javadoc for javap) -->
06bc494ca11e Initial load
duke
parents:
diff changeset
   703
06bc494ca11e Initial load
duke
parents:
diff changeset
   704
    <target name="jtreg-javap" depends="build-javap,-def-jtreg">
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   705
        <jtreg-tool name="javap" tests="${javap.tests}"/>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   706
    </target>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   707
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   708
    <target name="findbugs-javap" depends="build-javap,-def-findbugs">
06bc494ca11e Initial load
duke
parents:
diff changeset
   709
        <findbugs-tool name="javap"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   710
    </target>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   711
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   712
    <target name="javap" depends="build-javap,jtreg-javap,findbugs-javap"/>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   713
15368
2577ddb7e710 8004658: Add internal smart javac wrapper to solve JEP 139
ohrstrom
parents: 14541
diff changeset
   714
    <!--
2577ddb7e710 8004658: Add internal smart javac wrapper to solve JEP 139
ohrstrom
parents: 14541
diff changeset
   715
    **** sjavac targets.
2577ddb7e710 8004658: Add internal smart javac wrapper to solve JEP 139
ohrstrom
parents: 14541
diff changeset
   716
    -->
2577ddb7e710 8004658: Add internal smart javac wrapper to solve JEP 139
ohrstrom
parents: 14541
diff changeset
   717
2577ddb7e710 8004658: Add internal smart javac wrapper to solve JEP 139
ohrstrom
parents: 14541
diff changeset
   718
    <target name="build-bootstrap-sjavac"
2577ddb7e710 8004658: Add internal smart javac wrapper to solve JEP 139
ohrstrom
parents: 14541
diff changeset
   719
            depends="-def-build-bootstrap-classes,-def-build-bootstrap-jar,-def-build-bootstrap-tool">
2577ddb7e710 8004658: Add internal smart javac wrapper to solve JEP 139
ohrstrom
parents: 14541
diff changeset
   720
        <build-bootstrap-classes includes="${sjavac.includes}"/>
2577ddb7e710 8004658: Add internal smart javac wrapper to solve JEP 139
ohrstrom
parents: 14541
diff changeset
   721
        <build-bootstrap-jar     name="sjavac" includes="${sjavac.includes}"
2577ddb7e710 8004658: Add internal smart javac wrapper to solve JEP 139
ohrstrom
parents: 14541
diff changeset
   722
                                 jarmainclass="com.sun.tools.sjavac.Main"/>
2577ddb7e710 8004658: Add internal smart javac wrapper to solve JEP 139
ohrstrom
parents: 14541
diff changeset
   723
        <build-bootstrap-tool    name="sjavac"/>
2577ddb7e710 8004658: Add internal smart javac wrapper to solve JEP 139
ohrstrom
parents: 14541
diff changeset
   724
    </target>
2577ddb7e710 8004658: Add internal smart javac wrapper to solve JEP 139
ohrstrom
parents: 14541
diff changeset
   725
2577ddb7e710 8004658: Add internal smart javac wrapper to solve JEP 139
ohrstrom
parents: 14541
diff changeset
   726
    <target name="build-classes-sjavac" depends="build-classes-javac">
2577ddb7e710 8004658: Add internal smart javac wrapper to solve JEP 139
ohrstrom
parents: 14541
diff changeset
   727
        <build-classes includes="${sjavac.includes}"/>
2577ddb7e710 8004658: Add internal smart javac wrapper to solve JEP 139
ohrstrom
parents: 14541
diff changeset
   728
    </target>
2577ddb7e710 8004658: Add internal smart javac wrapper to solve JEP 139
ohrstrom
parents: 14541
diff changeset
   729
2577ddb7e710 8004658: Add internal smart javac wrapper to solve JEP 139
ohrstrom
parents: 14541
diff changeset
   730
    <target name="build-sjavac" depends="build-classes-sjavac">
2577ddb7e710 8004658: Add internal smart javac wrapper to solve JEP 139
ohrstrom
parents: 14541
diff changeset
   731
        <build-jar  name="sjavac" includes="${sjavac.includes}"
2577ddb7e710 8004658: Add internal smart javac wrapper to solve JEP 139
ohrstrom
parents: 14541
diff changeset
   732
                    jarmainclass="com.sun.tools.sjavac.Main"
2577ddb7e710 8004658: Add internal smart javac wrapper to solve JEP 139
ohrstrom
parents: 14541
diff changeset
   733
                    jarclasspath="sjavac.jar"/>
2577ddb7e710 8004658: Add internal smart javac wrapper to solve JEP 139
ohrstrom
parents: 14541
diff changeset
   734
        <build-tool name="sjavac"/>
2577ddb7e710 8004658: Add internal smart javac wrapper to solve JEP 139
ohrstrom
parents: 14541
diff changeset
   735
    </target>
16559
e927a4e65b0c 8010315: doclint errors in javac public API
jjg
parents: 15368
diff changeset
   736
15368
2577ddb7e710 8004658: Add internal smart javac wrapper to solve JEP 139
ohrstrom
parents: 14541
diff changeset
   737
    <!-- (no javadoc for javap) -->
2577ddb7e710 8004658: Add internal smart javac wrapper to solve JEP 139
ohrstrom
parents: 14541
diff changeset
   738
2577ddb7e710 8004658: Add internal smart javac wrapper to solve JEP 139
ohrstrom
parents: 14541
diff changeset
   739
    <target name="jtreg-sjavac" depends="build-sjavac,-def-jtreg">
2577ddb7e710 8004658: Add internal smart javac wrapper to solve JEP 139
ohrstrom
parents: 14541
diff changeset
   740
        <jtreg-tool name="sjavac" tests="${sjavac.tests}"/>
2577ddb7e710 8004658: Add internal smart javac wrapper to solve JEP 139
ohrstrom
parents: 14541
diff changeset
   741
    </target>
2577ddb7e710 8004658: Add internal smart javac wrapper to solve JEP 139
ohrstrom
parents: 14541
diff changeset
   742
2577ddb7e710 8004658: Add internal smart javac wrapper to solve JEP 139
ohrstrom
parents: 14541
diff changeset
   743
    <target name="findbugs-sjavac" depends="build-sjavac,-def-findbugs">
2577ddb7e710 8004658: Add internal smart javac wrapper to solve JEP 139
ohrstrom
parents: 14541
diff changeset
   744
        <findbugs-tool name="sjavac"/>
2577ddb7e710 8004658: Add internal smart javac wrapper to solve JEP 139
ohrstrom
parents: 14541
diff changeset
   745
    </target>
2577ddb7e710 8004658: Add internal smart javac wrapper to solve JEP 139
ohrstrom
parents: 14541
diff changeset
   746
2577ddb7e710 8004658: Add internal smart javac wrapper to solve JEP 139
ohrstrom
parents: 14541
diff changeset
   747
    <target name="sjavac" depends="build-sjavac,jtreg-sjavac,findbugs-sjavac"/>
5845
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   748
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   749
    <!--
17283
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   750
    **** crules targets.
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   751
    -->
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   752
25848
3bc09f4676a9 8043643: Add an crules analyzer avoiding string concatenation in messages of Assert checks.
jlahoda
parents: 25697
diff changeset
   753
    <target name="build-crules"
3bc09f4676a9 8043643: Add an crules analyzer avoiding string concatenation in messages of Assert checks.
jlahoda
parents: 25697
diff changeset
   754
            depends="-def-compilecrules,-def-build-jar-with-services,build-bootstrap-javac,-create-import-jdk-stubs">
17283
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   755
        <compilecrules/>
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   756
        <build-jar-with-services
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   757
                    name="crules"
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   758
                    includes="crules/* crules/resources/*"
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   759
                    classes.dir="${build.toolclasses.dir}"
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   760
                    lib.dir="${build.toolclasses.dir}"
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   761
                    jarmainclass=""
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   762
                    jarclasspath="crules.jar"
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   763
                    service.type="com.sun.source.util.Plugin"
25848
3bc09f4676a9 8043643: Add an crules analyzer avoiding string concatenation in messages of Assert checks.
jlahoda
parents: 25697
diff changeset
   764
                    service.provider="crules.CodingRulesAnalyzerPlugin"/>
17283
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   765
        <build-tool name="crules"/>
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   766
    </target>
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   767
25848
3bc09f4676a9 8043643: Add an crules analyzer avoiding string concatenation in messages of Assert checks.
jlahoda
parents: 25697
diff changeset
   768
    <target name="jtreg-crules" depends="build-javac,build-crules,-def-jtreg">
3bc09f4676a9 8043643: Add an crules analyzer avoiding string concatenation in messages of Assert checks.
jlahoda
parents: 25697
diff changeset
   769
        <jtreg-tool name="crules"
3bc09f4676a9 8043643: Add an crules analyzer avoiding string concatenation in messages of Assert checks.
jlahoda
parents: 25697
diff changeset
   770
                    tests="${crules.tests}"
3bc09f4676a9 8043643: Add an crules analyzer avoiding string concatenation in messages of Assert checks.
jlahoda
parents: 25697
diff changeset
   771
                    extra.jvmargs="-Xbootclasspath/a:${build.toolclasses.dir}/crules.jar" />
3bc09f4676a9 8043643: Add an crules analyzer avoiding string concatenation in messages of Assert checks.
jlahoda
parents: 25697
diff changeset
   772
    </target>
3bc09f4676a9 8043643: Add an crules analyzer avoiding string concatenation in messages of Assert checks.
jlahoda
parents: 25697
diff changeset
   773
17283
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   774
    <target name="check-coding-rules" depends="build-bootstrap-javac,-create-import-jdk-stubs,build-crules">
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   775
        <build-classes includes="${javac.includes}"
25848
3bc09f4676a9 8043643: Add an crules analyzer avoiding string concatenation in messages of Assert checks.
jlahoda
parents: 25697
diff changeset
   776
            plugin.options="-J-Xbootclasspath/a:${build.toolclasses.dir}/crules.jar -Xplugin:coding_rules" />
17283
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   777
    </target>
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   778
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   779
    <!--
5845
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   780
    **** Create import JDK stubs.
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   781
    -->
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   782
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   783
    <target name="-create-import-jdk-stubs" depends="-def-genstubs" if="require.import.jdk.stubs">
4415
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   784
        <mkdir dir="${build.genstubs.dir}"/>
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   785
        <genstubs
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   786
            srcdir="${import.jdk.src.dir}" destdir="${build.genstubs.dir}"
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   787
            includes="${import.jdk.stub.files}"
6598
5e2fbe244215 6965264: langtools build should use ${ant.core.lib} instead of ${ant.home}/lib/ant.jar
jjg
parents: 6574
diff changeset
   788
            fork="true" classpath="${build.toolclasses.dir}:${build.bootstrap.dir}/classes:${ant.core.lib}"
4415
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   789
        />
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   790
    </target>
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   791
25282
d49c47cad9f0 8046451: Add basic IntelliJ support for langtools
mcimadamore
parents: 21041
diff changeset
   792
    <!--
d49c47cad9f0 8046451: Add basic IntelliJ support for langtools
mcimadamore
parents: 21041
diff changeset
   793
    **** IDE support
d49c47cad9f0 8046451: Add basic IntelliJ support for langtools
mcimadamore
parents: 21041
diff changeset
   794
    -->
d49c47cad9f0 8046451: Add basic IntelliJ support for langtools
mcimadamore
parents: 21041
diff changeset
   795
d49c47cad9f0 8046451: Add basic IntelliJ support for langtools
mcimadamore
parents: 21041
diff changeset
   796
    <target name="idea">
d49c47cad9f0 8046451: Add basic IntelliJ support for langtools
mcimadamore
parents: 21041
diff changeset
   797
        <mkdir dir=".idea"/>
d49c47cad9f0 8046451: Add basic IntelliJ support for langtools
mcimadamore
parents: 21041
diff changeset
   798
        <copy todir=".idea" >
25697
b71804e27eb1 8049234: Add support for running/debugging bootstrap tools in IntelliJ
mcimadamore
parents: 25606
diff changeset
   799
            <fileset dir="make/intellij" excludes="**/src/**"/>
25282
d49c47cad9f0 8046451: Add basic IntelliJ support for langtools
mcimadamore
parents: 21041
diff changeset
   800
        </copy>
25697
b71804e27eb1 8049234: Add support for running/debugging bootstrap tools in IntelliJ
mcimadamore
parents: 25606
diff changeset
   801
        <condition property="jtreg.idea.home" value="${jtreg.home}" else = "[jtreg.home]">
b71804e27eb1 8049234: Add support for running/debugging bootstrap tools in IntelliJ
mcimadamore
parents: 25606
diff changeset
   802
            <isset property="jtreg.home"/>
b71804e27eb1 8049234: Add support for running/debugging bootstrap tools in IntelliJ
mcimadamore
parents: 25606
diff changeset
   803
        </condition>
b71804e27eb1 8049234: Add support for running/debugging bootstrap tools in IntelliJ
mcimadamore
parents: 25606
diff changeset
   804
        <replace file=".idea/ant.xml" token="@@@" value="${jtreg.idea.home}"/>
b71804e27eb1 8049234: Add support for running/debugging bootstrap tools in IntelliJ
mcimadamore
parents: 25606
diff changeset
   805
        <mkdir dir=".idea/classes"/>
b71804e27eb1 8049234: Add support for running/debugging bootstrap tools in IntelliJ
mcimadamore
parents: 25606
diff changeset
   806
        <javac srcdir="make/intellij/src"
b71804e27eb1 8049234: Add support for running/debugging bootstrap tools in IntelliJ
mcimadamore
parents: 25606
diff changeset
   807
               destdir=".idea/classes"/>
25282
d49c47cad9f0 8046451: Add basic IntelliJ support for langtools
mcimadamore
parents: 21041
diff changeset
   808
    </target>
5845
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   809
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   810
    <!--
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   811
    **** Check targets.
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   812
    **** "-check-*" targets check that a required property is set, and set to a reasonable value.
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   813
    **** A user friendly message is generated if not, and the build exits.
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   814
    -->
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   815
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   816
    <target name="-check-boot.java.home" depends="-def-check">
06bc494ca11e Initial load
duke
parents:
diff changeset
   817
        <check name="bootstrap java" property="boot.java.home" marker="${java.marker}"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   818
    </target>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   819
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   820
    <target name="-check-target.java.home" depends="-def-check">
06bc494ca11e Initial load
duke
parents:
diff changeset
   821
        <check name="target java" property="target.java.home" marker="${java.marker}"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   822
    </target>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   823
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   824
    <target name="-check-cobertura.home" depends="-def-check">
06bc494ca11e Initial load
duke
parents:
diff changeset
   825
        <check name="cobertura" property="cobertura.home" marker="cobertura.jar"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   826
    </target>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   827
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   828
    <target name="-check-findbugs.home" depends="-def-check">
06bc494ca11e Initial load
duke
parents:
diff changeset
   829
        <check name="findbugs" property="findbugs.home" marker="lib/findbugs.jar"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   830
    </target>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   831
11054
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
   832
    <target name="-check-checkstyle.home" depends="-def-check">
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
   833
        <check name="checkstyle" property="checkstyle.home" marker="${checkstyle.name.version}.jar"/>
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
   834
    </target>
14541
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 12085
diff changeset
   835
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   836
    <target name="-check-jtreg.home" depends="-def-check">
06bc494ca11e Initial load
duke
parents:
diff changeset
   837
        <check name="jtreg" property="jtreg.home" marker="lib/jtreg.jar"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   838
    </target>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   839
5844
76650bf67a5c 6958391: add vizant support to langtools build
jjg
parents: 5520
diff changeset
   840
    <target name="-check-vizant" depends="-def-check">
76650bf67a5c 6958391: add vizant support to langtools build
jjg
parents: 5520
diff changeset
   841
        <check name="vizant" property="vizant.jar"/>
76650bf67a5c 6958391: add vizant support to langtools build
jjg
parents: 5520
diff changeset
   842
        <check name="dot" property="dot"/>
76650bf67a5c 6958391: add vizant support to langtools build
jjg
parents: 5520
diff changeset
   843
    </target>
76650bf67a5c 6958391: add vizant support to langtools build
jjg
parents: 5520
diff changeset
   844
5845
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   845
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   846
    <!--
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   847
    **** Targets for Ant macro and task definitions.
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
   848
    -->
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   849
4410
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
   850
    <target name="-def-build-tool">
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   851
        <macrodef name="build-tool">
06bc494ca11e Initial load
duke
parents:
diff changeset
   852
            <attribute name="name"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   853
            <attribute name="bin.dir" default="${dist.bin.dir}"/>
3654
bb3c0eeec3cb 6870706: langtools launcher issues
jjg
parents: 3564
diff changeset
   854
            <attribute name="java" default="${launcher.java}"/>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   855
            <sequential>
06bc494ca11e Initial load
duke
parents:
diff changeset
   856
                <mkdir dir="@{bin.dir}"/>
25874
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   857
                <copy file="${make.dir}/launcher.sh-template" tofile="@{bin.dir}/@{name}">
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   858
                    <filterset begintoken="#" endtoken="#">
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   859
                        <filter token="PROGRAM" value="@{name}"/>
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   860
                        <filter token="TARGET_JAVA" value="@{java}"/>
6574
7729fe9665a2 6979564: ":" for path separator in dist/bin/javac does not work on Windows
jjg
parents: 6149
diff changeset
   861
                        <filter token="PS" value="${path.separator}"/>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   862
                    </filterset>
06bc494ca11e Initial load
duke
parents:
diff changeset
   863
                </copy>
06bc494ca11e Initial load
duke
parents:
diff changeset
   864
                <chmod file="@{bin.dir}/@{name}" perm="ugo+rx"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   865
            </sequential>
06bc494ca11e Initial load
duke
parents:
diff changeset
   866
        </macrodef>
06bc494ca11e Initial load
duke
parents:
diff changeset
   867
    </target>
06bc494ca11e Initial load
duke
parents:
diff changeset
   868
4410
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
   869
    <target name="-def-build-jar">
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   870
        <macrodef name="build-jar">
06bc494ca11e Initial load
duke
parents:
diff changeset
   871
            <attribute name="name"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   872
            <attribute name="includes"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   873
            <attribute name="classes.dir" default="${build.classes.dir}"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   874
            <attribute name="lib.dir" default="${dist.lib.dir}"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   875
            <attribute name="jarmainclass" default="com.sun.tools.@{name}.Main"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   876
            <attribute name="jarclasspath" default=""/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   877
            <sequential>
06bc494ca11e Initial load
duke
parents:
diff changeset
   878
                <mkdir dir="@{lib.dir}"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   879
                <jar destfile="@{lib.dir}/@{name}.jar"
06bc494ca11e Initial load
duke
parents:
diff changeset
   880
                     basedir="@{classes.dir}"
06bc494ca11e Initial load
duke
parents:
diff changeset
   881
                     includes="@{includes}">
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   882
                    <manifest>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   883
                        <attribute name="Main-Class" value="@{jarmainclass}"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   884
                        <attribute name="Class-Path" value="@{jarclasspath}"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   885
                    </manifest>
06bc494ca11e Initial load
duke
parents:
diff changeset
   886
                </jar>
06bc494ca11e Initial load
duke
parents:
diff changeset
   887
            </sequential>
06bc494ca11e Initial load
duke
parents:
diff changeset
   888
        </macrodef>
06bc494ca11e Initial load
duke
parents:
diff changeset
   889
    </target>
06bc494ca11e Initial load
duke
parents:
diff changeset
   890
17283
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   891
    <target name="-def-build-jar-with-services">
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   892
        <macrodef name="build-jar-with-services">
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   893
            <attribute name="name"/>
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   894
            <attribute name="includes"/>
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   895
            <attribute name="classes.dir" default="${build.classes.dir}"/>
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   896
            <attribute name="lib.dir" default="${dist.lib.dir}"/>
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   897
            <attribute name="jarmainclass" default="com.sun.tools.@{name}.Main"/>
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   898
            <attribute name="jarclasspath" default=""/>
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   899
            <attribute name="service.type" default=""/>
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   900
            <attribute name="service.provider" default=""/>
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   901
            <sequential>
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   902
                <mkdir dir="${build.toolclasses.dir}"/>
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   903
                <jar destfile="@{lib.dir}/@{name}.jar"
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   904
                     basedir="@{classes.dir}"
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   905
                     includes="@{includes}">
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   906
                    <service type="@{service.type}" provider="@{service.provider}"/>
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   907
                    <manifest>
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   908
                        <attribute name="Main-Class" value="@{jarmainclass}"/>
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   909
                        <attribute name="Class-Path" value="@{jarclasspath}"/>
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   910
                    </manifest>
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   911
                </jar>
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   912
            </sequential>
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   913
        </macrodef>
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   914
    </target>
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   915
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   916
    <target name="-def-build-classes" depends="-def-pcompile">
06bc494ca11e Initial load
duke
parents:
diff changeset
   917
        <macrodef name="build-classes">
06bc494ca11e Initial load
duke
parents:
diff changeset
   918
            <attribute name="includes"/>
4415
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   919
            <attribute name="excludes" default="${exclude.files} **/package-info.java"/>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   920
            <attribute name="classes.dir" default="${build.classes.dir}"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   921
            <attribute name="gensrc.dir" default="${build.gensrc.dir}"/>
4415
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   922
            <attribute name="javac.bootclasspath" default="${build.bootstrap.dir}/classes"/>
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   923
            <attribute name="bootclasspath.opt" default="${javac.bootclasspath.opt}"/>
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   924
            <attribute name="classpath" default="${javac.classpath}"/>
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   925
            <attribute name="sourcepath" default="${javac.sourcepath}"/>
4410
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
   926
            <attribute name="java.home" default="${boot.java.home}"/>
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
   927
            <attribute name="source" default="${javac.source}"/>
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
   928
            <attribute name="target" default="${javac.target}"/>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   929
            <attribute name="release" default="${release}"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   930
            <attribute name="full.version" default="${full.version}"/>
17283
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   931
            <attribute name="plugin.options" default=""/>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   932
            <sequential>
4415
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   933
                <echo level="verbose" message="build-classes: excludes=@{excludes}"/>
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   934
                <echo level="verbose" message="build-classes: bootclasspath.opt=@{bootclasspath.opt}"/>
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   935
                <echo level="verbose" message="build-classes: classpath=@{classpath}"/>
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   936
                <echo level="verbose" message="build-classes: sourcepath=@{sourcepath}"/>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   937
                <mkdir dir="@{gensrc.dir}"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   938
                <mkdir dir="@{classes.dir}"/>
25874
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   939
                <pcompile destdir="@{gensrc.dir}"
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   940
                          includes="@{includes}">
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   941
                    <src>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   942
                        <path refid="src.dirs"/>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   943
                    </src>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   944
                </pcompile>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   945
                <copy todir="@{gensrc.dir}">
25874
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   946
                    <multirootfileset basedirs="${src.dirs.property}" includes="@{includes}" />
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   947
                    <globmapper from="*.properties-template" to="*.properties"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   948
                    <filterset begintoken="$(" endtoken=")">
06bc494ca11e Initial load
duke
parents:
diff changeset
   949
                        <filter token="JDK_VERSION" value="${jdk.version}"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   950
                        <filter token="RELEASE" value="@{release}"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   951
                        <filter token="FULL_VERSION" value="@{full.version}"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   952
                    </filterset>
06bc494ca11e Initial load
duke
parents:
diff changeset
   953
                </copy>
25874
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   954
                <pcompile destdir="@{gensrc.dir}"
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   955
                          includes="**/*.properties">
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   956
                    <src>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   957
                        <pathelement location="@{gensrc.dir}"/>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   958
                    </src>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   959
                </pcompile>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   960
                <javac fork="true"
4410
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
   961
                       executable="@{java.home}/bin/javac"
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   962
                       destdir="@{classes.dir}"
06bc494ca11e Initial load
duke
parents:
diff changeset
   963
                       includes="@{includes}"
06bc494ca11e Initial load
duke
parents:
diff changeset
   964
                       excludes="@{excludes}"
4415
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   965
                       sourcepath="@{sourcepath}"
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   966
                       classpath="@{classpath}"
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   967
                       includeAntRuntime="no"
4410
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
   968
                       source="@{source}"
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
   969
                       target="@{target}"
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   970
                       debug="${javac.debug}"
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   971
                       debuglevel="${javac.debuglevel}">
4415
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   972
                    <compilerarg value="-implicit:none"/>
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   973
                    <compilerarg value="-Xprefer:source"/>
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   974
                    <compilerarg value="-J-Xbootclasspath/p:@{javac.bootclasspath}"/>
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
   975
                    <compilerarg line="@{bootclasspath.opt}"/>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   976
                    <compilerarg line="${javac.no.jdk.warnings}"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   977
                    <compilerarg line="${javac.version.opt}"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   978
                    <compilerarg line="${javac.lint.opts}"/>
17283
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
   979
                    <compilerarg line="@{plugin.options}"/>
25874
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   980
                    <src>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   981
                        <path refid="src.dirs"/>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   982
                        <path location="@{gensrc.dir}"/>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   983
                    </src>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   984
                </javac>
4548
bc0d5b3c3b2d 6906175: bridge JSR199 and JSR 203 APIs
jjg
parents: 4415
diff changeset
   985
                <copy todir="@{classes.dir}" includeemptydirs="false">
25874
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   986
                    <multirootfileset basedirs="${src.dirs.property}" includes="@{includes}" excludes="@{excludes}">
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   987
                        <exclude name="**/*.java"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   988
                        <exclude name="**/*.properties"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
   989
                        <exclude name="**/*-template"/>
9070
f847fe5cad3d 7009599: javac build puts extraneous files into dist/lib/classes.jar
jjg
parents: 8423
diff changeset
   990
                        <exclude name="**/*.rej"/>
f847fe5cad3d 7009599: javac build puts extraneous files into dist/lib/classes.jar
jjg
parents: 8423
diff changeset
   991
                        <exclude name="**/*.orig"/>
f847fe5cad3d 7009599: javac build puts extraneous files into dist/lib/classes.jar
jjg
parents: 8423
diff changeset
   992
                        <exclude name="**/overview.html"/>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   993
                        <exclude name="**/package.html"/>
25874
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
   994
                    </multirootfileset>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   995
                </copy>
06bc494ca11e Initial load
duke
parents:
diff changeset
   996
            </sequential>
06bc494ca11e Initial load
duke
parents:
diff changeset
   997
        </macrodef>
06bc494ca11e Initial load
duke
parents:
diff changeset
   998
    </target>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
   999
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1000
    <target name="-def-build-bootstrap-tool" depends="-check-boot.java.home,-def-build-tool">
06bc494ca11e Initial load
duke
parents:
diff changeset
  1001
        <presetdef name="build-bootstrap-tool">
06bc494ca11e Initial load
duke
parents:
diff changeset
  1002
            <build-tool
06bc494ca11e Initial load
duke
parents:
diff changeset
  1003
                bin.dir="${build.bootstrap.dir}/bin"
4410
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
  1004
                java="${boot.java}"/>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1005
        </presetdef>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1006
    </target>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
  1007
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1008
    <target name="-def-build-bootstrap-jar" depends="-def-build-jar">
06bc494ca11e Initial load
duke
parents:
diff changeset
  1009
        <presetdef name="build-bootstrap-jar">
06bc494ca11e Initial load
duke
parents:
diff changeset
  1010
            <build-jar
4410
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
  1011
                classes.dir="${build.bootstrap.dir}/classes"
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
  1012
                lib.dir="${build.bootstrap.dir}/lib"/>
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
  1013
        </presetdef>
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
  1014
    </target>
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
  1015
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
  1016
    <target name="-def-build-bootstrap-classes" depends="-def-build-classes">
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
  1017
        <presetdef name="build-bootstrap-classes">
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
  1018
            <build-classes
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
  1019
                source="${boot.javac.source}"
0288a787be7a 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
jjg
parents: 3996
diff changeset
  1020
                target="${boot.javac.target}"
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1021
                gensrc.dir="${build.bootstrap.dir}/gensrc"
06bc494ca11e Initial load
duke
parents:
diff changeset
  1022
                classes.dir="${build.bootstrap.dir}/classes"
4415
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
  1023
                javac.bootclasspath=""
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
  1024
                bootclasspath.opt="-Xbootclasspath/p:${build.bootstrap.dir}/classes"
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
  1025
                sourcepath=""
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1026
                release="${bootstrap.release}"
4415
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
  1027
                full.version="${bootstrap.full.version}"
5845
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
  1028
                excludes="${bootstrap.exclude.files} **/package-info.java"/>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1029
        </presetdef>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1030
    </target>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
  1031
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1032
    <target name="-def-pcompile">
06bc494ca11e Initial load
duke
parents:
diff changeset
  1033
        <mkdir dir="${build.toolclasses.dir}"/>
1871
9bb6518238ff 6795030: Files in langtools build can be compiled ignoring java.home settings
jjg
parents: 735
diff changeset
  1034
        <javac fork="true"
3658
8ee720a52b7d 6873059: Explicitly use -source 6 -target 6 when compiling with the boot jdk
andrew
parents: 3655
diff changeset
  1035
               source="${boot.javac.source}"
8ee720a52b7d 6873059: Explicitly use -source 6 -target 6 when compiling with the boot jdk
andrew
parents: 3655
diff changeset
  1036
               target="${boot.javac.target}"
1871
9bb6518238ff 6795030: Files in langtools build can be compiled ignoring java.home settings
jjg
parents: 735
diff changeset
  1037
               executable="${boot.java.home}/bin/javac"
12085
ce2780cb121f 7150579: Moved ant code into a separate package, anttasks.
ohrstrom
parents: 11866
diff changeset
  1038
               srcdir="${make.tools.dir}"
25874
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
  1039
               includes="compileproperties/* anttasks/CompileProperties* anttasks/PathFileSet*"
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1040
               destdir="${build.toolclasses.dir}/"
6598
5e2fbe244215 6965264: langtools build should use ${ant.core.lib} instead of ${ant.home}/lib/ant.jar
jjg
parents: 6574
diff changeset
  1041
               classpath="${ant.core.lib}"
10183
63f2f2e5f642 7058174: Reduce langtools build warnings
jjg
parents: 9303
diff changeset
  1042
               bootclasspath="${boot.java.home}/jre/lib/rt.jar"
63f2f2e5f642 7058174: Reduce langtools build warnings
jjg
parents: 9303
diff changeset
  1043
               includeantruntime="false">
63f2f2e5f642 7058174: Reduce langtools build warnings
jjg
parents: 9303
diff changeset
  1044
            <compilerarg line="${javac.lint.opts}"/>
63f2f2e5f642 7058174: Reduce langtools build warnings
jjg
parents: 9303
diff changeset
  1045
        </javac>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1046
        <taskdef name="pcompile"
12085
ce2780cb121f 7150579: Moved ant code into a separate package, anttasks.
ohrstrom
parents: 11866
diff changeset
  1047
                 classname="anttasks.CompilePropertiesTask"
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1048
                 classpath="${build.toolclasses.dir}/"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1049
    </target>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
  1050
17283
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
  1051
    <target name="-def-compilecrules">
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
  1052
        <macrodef name="compilecrules">
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
  1053
            <sequential>
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
  1054
                <mkdir dir="${build.toolclasses.dir}"/>
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
  1055
                <javac fork="true"
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
  1056
                       source="${boot.javac.source}"
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
  1057
                       target="${boot.javac.target}"
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
  1058
                       executable="${boot.java.home}/bin/javac"
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
  1059
                       srcdir="${make.tools.dir}"
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
  1060
                       includes="crules/*"
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
  1061
                       destdir="${build.toolclasses.dir}/"
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
  1062
                       classpath="${ant.core.lib}"
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
  1063
                       bootclasspath="${boot.java.home}/jre/lib/rt.jar"
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
  1064
                       includeantruntime="false">
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
  1065
                    <compilerarg value="-Xbootclasspath/p:${build.bootstrap.dir}/classes"/>
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
  1066
                    <compilerarg line="${javac.lint.opts}"/>
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
  1067
                </javac>
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
  1068
                <copy todir="${build.toolclasses.dir}/" includeemptydirs="false">
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
  1069
                    <fileset dir="${make.tools.dir}">
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
  1070
                        <include name="**/*.properties"/>
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
  1071
                    </fileset>
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
  1072
                </copy>
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
  1073
            </sequential>
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
  1074
        </macrodef>
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
  1075
    </target>
cddfdf252f4a 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero
parents: 16559
diff changeset
  1076
5845
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
  1077
    <target name="-def-genstubs" depends="build-bootstrap-javac" if="require.import.jdk.stubs">
4415
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
  1078
        <mkdir dir="${build.toolclasses.dir}"/>
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
  1079
        <javac fork="true"
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
  1080
               source="${boot.javac.source}"
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
  1081
               target="${boot.javac.target}"
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
  1082
               executable="${boot.java.home}/bin/javac"
12085
ce2780cb121f 7150579: Moved ant code into a separate package, anttasks.
ohrstrom
parents: 11866
diff changeset
  1083
               srcdir="${make.tools.dir}"
ce2780cb121f 7150579: Moved ant code into a separate package, anttasks.
ohrstrom
parents: 11866
diff changeset
  1084
               includes="genstubs/* anttasks/GenStubs*"
4415
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
  1085
               destdir="${build.toolclasses.dir}/"
8423
4f9cb86f8e39 7018452: langtools not buildable on Mac
jjg
parents: 8226
diff changeset
  1086
               classpath="${ant.core.lib}"
4f9cb86f8e39 7018452: langtools not buildable on Mac
jjg
parents: 8226
diff changeset
  1087
               includeantruntime="false">
4f9cb86f8e39 7018452: langtools not buildable on Mac
jjg
parents: 8226
diff changeset
  1088
            <compilerarg value="-Xbootclasspath/p:${build.bootstrap.dir}/classes"/>
10183
63f2f2e5f642 7058174: Reduce langtools build warnings
jjg
parents: 9303
diff changeset
  1089
            <compilerarg line="${javac.lint.opts}"/>
8423
4f9cb86f8e39 7018452: langtools not buildable on Mac
jjg
parents: 8226
diff changeset
  1090
        </javac>
4415
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
  1091
        <taskdef name="genstubs"
12085
ce2780cb121f 7150579: Moved ant code into a separate package, anttasks.
ohrstrom
parents: 11866
diff changeset
  1092
                 classname="anttasks.GenStubsTask"
4415
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
  1093
                 classpath="${build.toolclasses.dir}/"/>
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
  1094
    </target>
7d4f73717fba 6902337: fix langtools build to allow forward refs into jdk/ repo
jjg
parents: 4414
diff changeset
  1095
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1096
    <target name="-def-javadoc-tool" depends="-check-target.java.home">
06bc494ca11e Initial load
duke
parents:
diff changeset
  1097
        <macrodef name="javadoc-tool">
06bc494ca11e Initial load
duke
parents:
diff changeset
  1098
            <attribute name="name"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1099
            <attribute name="includes"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1100
            <attribute name="options" default=""/>
25874
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
  1101
            <attribute name="source" default="${javac.source}"/>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1102
            <sequential>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1103
                <property name="javadoc.options" value=""/> <!-- default, can be overridden per user or per project -->
06bc494ca11e Initial load
duke
parents:
diff changeset
  1104
                <!-- Note: even with this default value, includes
25874
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
  1105
                from source directories get javadoc'd; see packageset below -->
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1106
                <property name="javadoc.packagenames" value="none"/> <!-- default, can be overridden per user or per project -->
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
  1107
                <javadoc
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1108
                    executable="${target.java.home}/bin/javadoc"
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
  1109
                    destdir="${build.javadoc.dir}/@{name}"
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1110
                    source="@{source}"
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
  1111
                    windowtitle="UNOFFICIAL"
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
  1112
                    failonerror="true"
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1113
                    use="true"
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
  1114
                    author="false"
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1115
                    version="false"
06bc494ca11e Initial load
duke
parents:
diff changeset
  1116
                    packagenames="${javadoc.packagenames}" >
06bc494ca11e Initial load
duke
parents:
diff changeset
  1117
                    <header><![CDATA[<strong>Unofficial Javadoc</strong> generated from developer sources for preview purposes only]]></header>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1118
                    <arg line="@{options}"/>
25874
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
  1119
                    <arg value="-tag" />
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
  1120
                    <arg value="implNote:a:Implementation Note:"/>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1121
                    <bootclasspath>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1122
                        <path location="${build.classes.dir}"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1123
                        <path location="${target.java.home}/jre/lib/rt.jar"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1124
                    </bootclasspath>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1125
                    <sourcepath>
25874
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
  1126
                        <path refid="src.dirs"/>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1127
                    </sourcepath>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1128
                    <!-- XXX just <fileset> (restricted further to **/*.java) and no <packageset> -->
06bc494ca11e Initial load
duke
parents:
diff changeset
  1129
                    <!-- means that {@link some.package} will not work, which is no good. -->
06bc494ca11e Initial load
duke
parents:
diff changeset
  1130
                    <!-- (It correctly skips excluded single classes, but not if packageset is also included, -->
06bc494ca11e Initial load
duke
parents:
diff changeset
  1131
                    <!-- which also causes duplicates in the class index for included files.) -->
25874
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
  1132
                    <packageset dir="${src.dir}/java.base/share/classes" includes="@{includes}">
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
  1133
                        <or>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
  1134
                            <filename name="java/"/>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
  1135
                            <filename name="javax/"/>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
  1136
                            <filename name="com/sun/javadoc/"/>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
  1137
                            <filename name="com/sun/source/"/>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
  1138
                        </or>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
  1139
                    </packageset>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
  1140
                    <packageset dir="${src.dir}/java.compiler/share/classes" includes="@{includes}">
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
  1141
                        <or>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
  1142
                            <filename name="java/"/>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
  1143
                            <filename name="javax/"/>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
  1144
                            <filename name="com/sun/javadoc/"/>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
  1145
                            <filename name="com/sun/source/"/>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
  1146
                        </or>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
  1147
                    </packageset>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
  1148
                    <packageset dir="${src.dir}/jdk.compiler/share/classes" includes="@{includes}">
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
  1149
                        <or>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
  1150
                            <filename name="java/"/>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
  1151
                            <filename name="javax/"/>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
  1152
                            <filename name="com/sun/javadoc/"/>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
  1153
                            <filename name="com/sun/source/"/>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
  1154
                        </or>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
  1155
                    </packageset>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
  1156
                    <packageset dir="${src.dir}/jdk.dev/share/classes" includes="@{includes}">
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
  1157
                        <or>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
  1158
                            <filename name="java/"/>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
  1159
                            <filename name="javax/"/>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
  1160
                            <filename name="com/sun/javadoc/"/>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
  1161
                            <filename name="com/sun/source/"/>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
  1162
                        </or>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
  1163
                    </packageset>
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
  1164
                    <packageset dir="${src.dir}/jdk.javadoc/share/classes" includes="@{includes}">
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1165
                        <or>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1166
                            <filename name="java/"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1167
                            <filename name="javax/"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1168
                            <filename name="com/sun/javadoc/"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1169
                            <filename name="com/sun/source/"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1170
                        </or>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1171
                    </packageset>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1172
                </javadoc>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1173
            </sequential>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1174
        </macrodef>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1175
    </target>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
  1176
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
  1177
    <target name="-def-jtreg" unless="jtreg.defined" depends="-check-jtreg.home,-check-target.java.home">
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1178
        <taskdef name="jtreg" classname="com.sun.javatest.regtest.Main$$Ant">
06bc494ca11e Initial load
duke
parents:
diff changeset
  1179
            <classpath>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1180
                <pathelement location="${jtreg.home}/lib/jtreg.jar"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1181
                <pathelement location="${jtreg.home}/lib/javatest.jar"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1182
            </classpath>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1183
        </taskdef>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1184
        <macrodef name="jtreg-tool">
06bc494ca11e Initial load
duke
parents:
diff changeset
  1185
            <attribute name="name"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1186
            <attribute name="tests"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1187
            <attribute name="jdk" default="${target.java.home}"/>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
  1188
            <attribute name="samevm" default="true"/>
5849
04edd7910585 6877961: langtools build should allow more options when running jtreg
jjg
parents: 5845
diff changeset
  1189
            <attribute name="verbose" default="${default.jtreg.verbose}"/>
04edd7910585 6877961: langtools build should allow more options when running jtreg
jjg
parents: 5845
diff changeset
  1190
            <attribute name="options" default="${other.jtreg.options}"/>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1191
            <attribute name="keywords" default="-keywords:!ignore"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1192
            <attribute name="jpda.jvmargs" default=""/>
25848
3bc09f4676a9 8043643: Add an crules analyzer avoiding string concatenation in messages of Assert checks.
jlahoda
parents: 25697
diff changeset
  1193
            <attribute name="extra.jvmargs" default=""/>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1194
            <sequential>
5849
04edd7910585 6877961: langtools build should allow more options when running jtreg
jjg
parents: 5845
diff changeset
  1195
                <property name="coverage.options" value=""/>              <!-- default -->
04edd7910585 6877961: langtools build should allow more options when running jtreg
jjg
parents: 5845
diff changeset
  1196
                <property name="coverage.classpath" value=""/>            <!-- default -->
04edd7910585 6877961: langtools build should allow more options when running jtreg
jjg
parents: 5845
diff changeset
  1197
                <property name="default.jtreg.verbose" value="summary"/>  <!-- default -->
04edd7910585 6877961: langtools build should allow more options when running jtreg
jjg
parents: 5845
diff changeset
  1198
                <property name="other.jtreg.options" value=""/>           <!-- default -->
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
  1199
                <jtreg
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1200
                    dir="${test.dir}"
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
  1201
                    workDir="${build.jtreg.dir}/@{name}/work"
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1202
                    reportDir="${build.jtreg.dir}/@{name}/report"
06bc494ca11e Initial load
duke
parents:
diff changeset
  1203
                    jdk="@{jdk}"
06bc494ca11e Initial load
duke
parents:
diff changeset
  1204
                    samevm="@{samevm}" verbose="@{verbose}"
06bc494ca11e Initial load
duke
parents:
diff changeset
  1205
                    failonerror="false" resultproperty="jtreg.@{name}.result"
06bc494ca11e Initial load
duke
parents:
diff changeset
  1206
                    javacoptions="-g"
25848
3bc09f4676a9 8043643: Add an crules analyzer avoiding string concatenation in messages of Assert checks.
jlahoda
parents: 25697
diff changeset
  1207
                    vmoptions="${coverage.options} -Xbootclasspath/p:${coverage.classpath}${path.separator}${build.classes.dir} @{jpda.jvmargs} @{extra.jvmargs}">
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1208
                    <arg line="@{keywords}"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1209
                    <arg line="@{options}"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1210
                    <arg line="@{tests}"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1211
                </jtreg>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
  1212
                <!-- the next two properties are for convenience, when only
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1213
                     a single instance of jtreg will be invoked. -->
06bc494ca11e Initial load
duke
parents:
diff changeset
  1214
                <condition property="jtreg.passed">
1873
658385834998 6795365: NetBeans projects in langtools repository are not NB6.5-friendly
jjg
parents: 1872
diff changeset
  1215
                    <equals arg1="${jtreg.@{name}.result}" arg2="0"/>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1216
                </condition>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1217
                <property name="jtreg.report" value="${build.jtreg.dir}/@{name}/report"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1218
            </sequential>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1219
        </macrodef>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1220
        <property name="jtreg.defined" value="true"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1221
    </target>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1222
06bc494ca11e Initial load
duke
parents:
diff changeset
  1223
    <target name="-def-cobertura" depends="-check-cobertura.home">
06bc494ca11e Initial load
duke
parents:
diff changeset
  1224
        <path id="cobertura.classpath">
06bc494ca11e Initial load
duke
parents:
diff changeset
  1225
            <fileset dir="${cobertura.home}">
06bc494ca11e Initial load
duke
parents:
diff changeset
  1226
                <include name="cobertura.jar"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1227
                <include name="lib/**/*.jar"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1228
            </fileset>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1229
        </path>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
  1230
        <taskdef classpathref="cobertura.classpath" resource="tasks.properties"/>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1231
    </target>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
  1232
11054
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
  1233
    <target name="-def-checkstyle" unless="checkstyle.defined"
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
  1234
        depends="-check-checkstyle.home">
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
  1235
        <taskdef resource="checkstyletask.properties">
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
  1236
            <classpath>
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
  1237
                <pathelement location="${checkstyle.home}/${checkstyle.name.version}-all.jar"/>
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
  1238
            </classpath>
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
  1239
        </taskdef>
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
  1240
        <property name="checkstyle.defined" value="true"/>
c4224d65eb3e 7110974: (javac) add coding conventions and style checkers for langtools
ksrini
parents: 10183
diff changeset
  1241
    </target>
14541
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 12085
diff changeset
  1242
6599
ec0419c70f24 6978974: [langtools] <findbugs> task should use ${target.java.home}
jjg
parents: 6598
diff changeset
  1243
    <target name="-def-findbugs" unless="findbugs.defined"
ec0419c70f24 6978974: [langtools] <findbugs> task should use ${target.java.home}
jjg
parents: 6598
diff changeset
  1244
        depends="-check-findbugs.home,-check-target.java.home">
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1245
        <taskdef name="findbugs" classname="edu.umd.cs.findbugs.anttask.FindBugsTask">
06bc494ca11e Initial load
duke
parents:
diff changeset
  1246
            <classpath>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1247
                <pathelement location="${findbugs.home}/lib/findbugs.jar"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1248
            </classpath>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1249
        </taskdef>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1250
        <macrodef name="findbugs-tool">
06bc494ca11e Initial load
duke
parents:
diff changeset
  1251
            <attribute name="name"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1252
            <attribute name="output" default="emacs"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1253
            <attribute name="outputFile" default=""/>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1254
            <attribute name="reportLevel" default="high"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1255
            <sequential>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
  1256
                <findbugs
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1257
                    home="${findbugs.home}"
06bc494ca11e Initial load
duke
parents:
diff changeset
  1258
                    output="@{output}"
06bc494ca11e Initial load
duke
parents:
diff changeset
  1259
                    outputFile="@{outputFile}"
06bc494ca11e Initial load
duke
parents:
diff changeset
  1260
                    reportLevel="@{reportLevel}"
06bc494ca11e Initial load
duke
parents:
diff changeset
  1261
                    failOnError="false"
06bc494ca11e Initial load
duke
parents:
diff changeset
  1262
                    errorProperty="findbugs.@{name}.errors"
06bc494ca11e Initial load
duke
parents:
diff changeset
  1263
                    warningsProperty="findbugs.@{name}.warnings"
6599
ec0419c70f24 6978974: [langtools] <findbugs> task should use ${target.java.home}
jjg
parents: 6598
diff changeset
  1264
                    jvm="${target.java.home}/bin/java"
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1265
                    jvmargs="-Xmx512M" >
06bc494ca11e Initial load
duke
parents:
diff changeset
  1266
                    <class location="${dist.dir}/lib/@{name}.jar"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1267
                    <auxClasspath>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1268
                        <pathelement location="${build.classes.dir}"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1269
                    </auxClasspath>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1270
                    <sourcePath>
25874
83c19f00452c 8054834: Modular Source Code
chegar
parents: 25848
diff changeset
  1271
                        <path refid="src.dirs"/>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1272
                    </sourcePath>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1273
                </findbugs>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1274
            </sequential>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1275
        </macrodef>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1276
        <property name="findbugs.defined" value="true"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1277
    </target>
5845
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
  1278
5844
76650bf67a5c 6958391: add vizant support to langtools build
jjg
parents: 5520
diff changeset
  1279
    <target name="-def-vizant" unless="vizant.defined" depends="-check-vizant">
5845
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
  1280
        <taskdef name="vizant" classname="net.sourceforge.vizant.Vizant" classpath="${vizant.jar}"/>
5844
76650bf67a5c 6958391: add vizant support to langtools build
jjg
parents: 5520
diff changeset
  1281
        <property name="vizant.defined" value="true"/>
76650bf67a5c 6958391: add vizant support to langtools build
jjg
parents: 5520
diff changeset
  1282
    </target>
3655
f9ee66e780f4 6758471: should be able to set jtreg options in langtools build
jjg
parents: 3654
diff changeset
  1283
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1284
    <target name="-def-check">
06bc494ca11e Initial load
duke
parents:
diff changeset
  1285
        <macrodef name="check">
06bc494ca11e Initial load
duke
parents:
diff changeset
  1286
            <attribute name="name"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1287
            <attribute name="property"/>
5844
76650bf67a5c 6958391: add vizant support to langtools build
jjg
parents: 5520
diff changeset
  1288
            <attribute name="marker" default=""/>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1289
            <sequential>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1290
                <fail message="Cannot locate @{name}: please set @{property} to its location">
06bc494ca11e Initial load
duke
parents:
diff changeset
  1291
                    <condition>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1292
                        <not>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1293
                            <isset property="@{property}"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1294
                        </not>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1295
                    </condition>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1296
                </fail>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1297
                <fail message="@{name} is not installed in ${@{property}}">
06bc494ca11e Initial load
duke
parents:
diff changeset
  1298
                    <condition>
5845
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
  1299
                        <and>
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
  1300
                            <not>
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
  1301
                                <equals arg1="@{marker}" arg2=""/>
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
  1302
                            </not>
5844
76650bf67a5c 6958391: add vizant support to langtools build
jjg
parents: 5520
diff changeset
  1303
                            <not>
76650bf67a5c 6958391: add vizant support to langtools build
jjg
parents: 5520
diff changeset
  1304
                                <available file="${@{property}}/@{marker}"/>
76650bf67a5c 6958391: add vizant support to langtools build
jjg
parents: 5520
diff changeset
  1305
                            </not>
5845
6b8e5689445a 6958802: cleanup and doc langtools build.xml file
jjg
parents: 5844
diff changeset
  1306
                        </and>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1307
                    </condition>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1308
                </fail>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1309
            </sequential>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1310
        </macrodef>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1311
    </target>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1312
06bc494ca11e Initial load
duke
parents:
diff changeset
  1313
</project>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1314