< prev index next >

make/langtools/build.xml

Print this page

        

*** 39,49 **** For example, to run any of the jtreg tests you must set jtreg.home. The output of the build is as follows: build ! |-bin (scripts to invoke various tools, javac, javah etc.) |-genrsc (generated sources - i.e. properties) |-modules (compiled classes in a modular layout) |-jtreg (test work/results) |-toolclasses (tools used for building - like the property compiler) --- 39,49 ---- For example, to run any of the jtreg tests you must set jtreg.home. The output of the build is as follows: build ! |-bin (scripts to invoke various tools, javac etc.) |-genrsc (generated sources - i.e. properties) |-modules (compiled classes in a modular layout) |-jtreg (test work/results) |-toolclasses (tools used for building - like the property compiler)
*** 252,262 **** <target name="build-all-tools" depends="build-all-classes, -def-build-tool"> <build-tool name="javac"/> <build-tool name="javadoc"/> <build-tool name="javap"/> - <build-tool name="javah"/> <build-tool name="jdeps"/> <build-tool name="sjavac"/> <build-tool name="jshell"/> </target> --- 252,261 ----
< prev index next >