6837665: Deal with windows ant problem where commas in -D options do not work

Wed, 06 May 2009 11:29:11 -0700

author
ohair
date
Wed, 06 May 2009 11:29:11 -0700
changeset 56
35c29ff8d904
parent 55
ab30d5761947
child 57
d95fec0fa489

6837665: Deal with windows ant problem where commas in -D options do not work
Reviewed-by: xdono

make/Makefile file | annotate | diff | comparison | revisions
make/build.properties file | annotate | diff | comparison | revisions
     1.1 --- a/make/Makefile	Mon Apr 20 19:01:16 2009 +0100
     1.2 +++ b/make/Makefile	Wed May 06 11:29:11 2009 -0700
     1.3 @@ -71,7 +71,6 @@
     1.4  
     1.5  ifeq ($(DEBUG_CLASSFILES), true)
     1.6    ANT_OPTIONS += -Djavac.debug=true
     1.7 -  ANT_OPTIONS += -Djavac.debuglevel=source,lines,vars
     1.8  endif
     1.9  
    1.10  # Note: jdk/make/common/Defs.gmk uses LANGUAGE_VERSION (-source NN)
     2.1 --- a/make/build.properties	Mon Apr 20 19:01:16 2009 +0100
     2.2 +++ b/make/build.properties	Wed May 06 11:29:11 2009 -0700
     2.3 @@ -32,7 +32,6 @@
     2.4  # options for the <javac> tasks used to compile the tools
     2.5  javac.target = 5
     2.6  javac.debug = true
     2.7 -javac.debuglevel = source,lines
     2.8  javac.no.jdk.warnings = -XDignore.symbol.file=true
     2.9  # set the following to -version to verify the versions of javac being used
    2.10  javac.version.opt = 

mercurial