# HG changeset patch # User ohair # Date 1241634551 25200 # Node ID 35c29ff8d90498fc1d7dfe913d284dbd5539ccfd # Parent ab30d57619471e1806079718879a982867816cf1 6837665: Deal with windows ant problem where commas in -D options do not work Reviewed-by: xdono diff -r ab30d5761947 -r 35c29ff8d904 make/Makefile --- a/make/Makefile Mon Apr 20 19:01:16 2009 +0100 +++ b/make/Makefile Wed May 06 11:29:11 2009 -0700 @@ -71,7 +71,6 @@ 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) diff -r ab30d5761947 -r 35c29ff8d904 make/build.properties --- a/make/build.properties Mon Apr 20 19:01:16 2009 +0100 +++ b/make/build.properties Wed May 06 11:29:11 2009 -0700 @@ -32,7 +32,6 @@ # options for the 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 =