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)
|
||||
ANT_OPTIONS += -Djavac.debug=true
|
||||
ANT_OPTIONS += -Djavac.debuglevel=source,lines,vars
|
||||
endif
|
||||
|
||||
# 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
|
||||
javac.target = 5
|
||||
javac.debug = true
|
||||
javac.debuglevel = source,lines
|
||||
javac.no.jdk.warnings = -XDignore.symbol.file=true
|
||||
# set the following to -version to verify the versions of javac being used
|
||||
javac.version.opt =
|
||||
|
Loading…
x
Reference in New Issue
Block a user