6837665: Deal with windows ant problem where commas in -D options do not work
authorohair
Wed, 06 May 2009 11:27:39 -0700
changeset 2832 2066c062ffbd
parent 2831 8ae6ec237119
child 2833 97a4a96a6945
6837665: Deal with windows ant problem where commas in -D options do not work Reviewed-by: xdono
jaxp/make/Makefile
jaxp/make/build.properties
--- a/jaxp/make/Makefile	Mon Apr 20 19:00:51 2009 +0100
+++ b/jaxp/make/Makefile	Wed May 06 11:27:39 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)
--- a/jaxp/make/build.properties	Mon Apr 20 19:00:51 2009 +0100
+++ b/jaxp/make/build.properties	Wed May 06 11:27:39 2009 -0700
@@ -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 =