make/langtools/build.xml
changeset 48406 26b47ea4c77d
parent 47217 72e3ae9a25eb
child 50072 54eda3aad6dd
equal deleted inserted replaced
48405:5f1c30b80554 48406:26b47ea4c77d
     1 <?xml version="1.0" encoding="UTF-8"?>
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <!--
     2 <!--
     3   ~ Copyright (c) 2007, 2016, Oracle and/or its affiliates. All rights reserved.
     3   ~ Copyright (c) 2007, 2017, Oracle and/or its affiliates. All rights reserved.
     4   ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4   ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5   ~
     5   ~
     6   ~ This code is free software; you can redistribute it and/or modify it
     6   ~ This code is free software; you can redistribute it and/or modify it
     7   ~ under the terms of the GNU General Public License version 2 only, as
     7   ~ under the terms of the GNU General Public License version 2 only, as
     8   ~ published by the Free Software Foundation.  Oracle designates this
     8   ~ published by the Free Software Foundation.  Oracle designates this
    39  For example, to run any of the jtreg tests you must set jtreg.home.
    39  For example, to run any of the jtreg tests you must set jtreg.home.
    40 
    40 
    41  The output of the build is as follows:
    41  The output of the build is as follows:
    42 
    42 
    43  build
    43  build
    44    |-bin (scripts to invoke various tools, javac, javah etc.)
    44    |-bin (scripts to invoke various tools, javac etc.)
    45    |-genrsc (generated sources - i.e. properties)
    45    |-genrsc (generated sources - i.e. properties)
    46    |-modules (compiled classes in a modular layout)
    46    |-modules (compiled classes in a modular layout)
    47    |-jtreg (test work/results)
    47    |-jtreg (test work/results)
    48    |-toolclasses (tools used for building - like the property compiler)
    48    |-toolclasses (tools used for building - like the property compiler)
    49 
    49 
   252 
   252 
   253     <target name="build-all-tools" depends="build-all-classes, -def-build-tool">
   253     <target name="build-all-tools" depends="build-all-classes, -def-build-tool">
   254         <build-tool name="javac"/>
   254         <build-tool name="javac"/>
   255         <build-tool name="javadoc"/>
   255         <build-tool name="javadoc"/>
   256         <build-tool name="javap"/>
   256         <build-tool name="javap"/>
   257         <build-tool name="javah"/>
       
   258         <build-tool name="jdeps"/>
   257         <build-tool name="jdeps"/>
   259         <build-tool name="sjavac"/>
   258         <build-tool name="sjavac"/>
   260         <build-tool name="jshell"/>
   259         <build-tool name="jshell"/>
   261     </target>
   260     </target>
   262 
   261