Re: Request for guidance on using possible future sets of javac options

2015-02-09 Thread Erik Joelsson
That looks like it will work and is good enough for me. /Erik On 2015-02-07 01:44, joe darcy wrote: Hi Magnus, On 2/6/2015 3:45 PM, Magnus Ihse Bursie wrote: On 2015-02-06 23:43, joe darcy wrote: Hi Erik, On 2/6/2015 12:03 AM, Erik Joelsson wrote: Hello Joe, The simplest way of accomplish

Re: Request for guidance on using possible future sets of javac options

2015-02-06 Thread joe darcy
Hi Magnus, On 2/6/2015 3:45 PM, Magnus Ihse Bursie wrote: On 2015-02-06 23:43, joe darcy wrote: Hi Erik, On 2/6/2015 12:03 AM, Erik Joelsson wrote: Hello Joe, The simplest way of accomplishing this currently would be to add lines like this to make/CompileJavaModules.gmk: java.base_ADD_JAV

Re: Request for guidance on using possible future sets of javac options

2015-02-06 Thread Magnus Ihse Bursie
On 2015-02-06 23:43, joe darcy wrote: Hi Erik, On 2/6/2015 12:03 AM, Erik Joelsson wrote: Hello Joe, The simplest way of accomplishing this currently would be to add lines like this to make/CompileJavaModules.gmk: java.base_ADD_JAVAC_FLAGS := -Xdoclint:all/protected "-XdoclintPackage:java.

Re: Request for guidance on using possible future sets of javac options

2015-02-06 Thread joe darcy
Hi Erik, On 2/6/2015 12:03 AM, Erik Joelsson wrote: Hello Joe, The simplest way of accomplishing this currently would be to add lines like this to make/CompileJavaModules.gmk: java.base_ADD_JAVAC_FLAGS := -Xdoclint:all/protected "-XdoclintPackage:java.*;javax.*" java.desktop_ADD_JAVAC_FLAGS

Re: Request for guidance on using possible future sets of javac options

2015-02-06 Thread Jonathan Gibbons
Nothing about the option syntax is currently set in stone. I suggest that using a comma ',' would be preferable to using a semi-colon ';', or using repeated options. -- Jon On 02/06/2015 12:03 AM, Erik Joelsson wrote: Hello Joe, The simplest way of accomplishing this currently would be to

Re: Request for guidance on using possible future sets of javac options

2015-02-06 Thread Erik Joelsson
Hello Joe, The simplest way of accomplishing this currently would be to add lines like this to make/CompileJavaModules.gmk: java.base_ADD_JAVAC_FLAGS := -Xdoclint:all/protected "-XdoclintPackage:java.*;javax.*" java.desktop_ADD_JAVAC_FLAGS := -Xdoclint:all,-missing/protected "-XdoclintPackag