6837665: Deal with windows ant problem where commas in -D options do not work
Reviewed-by: xdono
This commit is contained in:
parent
a1ed403a44
commit
d5f349c8ca
@ -71,7 +71,6 @@ endif
|
|||||||
|
|
||||||
ifeq ($(DEBUG_CLASSFILES), true)
|
ifeq ($(DEBUG_CLASSFILES), true)
|
||||||
ANT_OPTIONS += -Djavac.debug=true
|
ANT_OPTIONS += -Djavac.debug=true
|
||||||
ANT_OPTIONS += -Djavac.debuglevel=source,lines,vars
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Note: jdk/make/common/Defs.gmk uses LANGUAGE_VERSION (-source NN)
|
# Note: jdk/make/common/Defs.gmk uses LANGUAGE_VERSION (-source NN)
|
||||||
|
@ -32,7 +32,6 @@
|
|||||||
# options for the <javac> tasks used to compile the tools
|
# options for the <javac> tasks used to compile the tools
|
||||||
javac.target = 5
|
javac.target = 5
|
||||||
javac.debug = true
|
javac.debug = true
|
||||||
javac.debuglevel = source,lines
|
|
||||||
javac.no.jdk.warnings = -XDignore.symbol.file=true
|
javac.no.jdk.warnings = -XDignore.symbol.file=true
|
||||||
# set the following to -version to verify the versions of javac being used
|
# set the following to -version to verify the versions of javac being used
|
||||||
javac.version.opt =
|
javac.version.opt =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user