6837665: Deal with windows ant problem where commas in -D options do not work
authorohair
Wed, 06 May 2009 11:29:11 -0700
changeset 2841 02c0a1315730
parent 2840 328c0bedcb41
child 2842 1a14159efe64
6837665: Deal with windows ant problem where commas in -D options do not work Reviewed-by: xdono
jaxws/make/Makefile
jaxws/make/build.properties
--- a/jaxws/make/Makefile	Mon Apr 20 19:01:16 2009 +0100
+++ b/jaxws/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)
--- a/jaxws/make/build.properties	Mon Apr 20 19:01:16 2009 +0100
+++ b/jaxws/make/build.properties	Wed May 06 11:29:11 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 =