Can I control the 'docs' target ?

2013-03-03 Thread Boaz Nahum
I'm using the new build system. I searched for configuration flags, can't find a way to control the 'docs' generation. What I need is a way to pass '-private Show all classes and members' to 'javadoc' processor. >From the generated docs I assume that the default is *'-public' *?

Re: Dollar ($) expansion still needs attention

2013-03-03 Thread David Holmes
On 27/02/2013 10:14 PM, Jim Laskey (Oracle) wrote: I wanted to double check and trace the origins of the MakeBase.gmk patch before I responded. It was part of the original set Erik sent me, but looking thru the other parts of the patch it's not clear why it was necessary. http://cr.openjdk.ja

Re: build failure in nashorn with sjavac enabled

2013-03-03 Thread Fredrik Öhrström
Minor glitch in sjavac, it only understands -classpath not -cp. (To be fixed soon.) Temporary fix in nashorn/makefiles/BuildNashorn.gmk change -cp to -classpath in the BUILD_NASGEN setup macro call. //Fredrik 2013/3/1 Maurizio Cimadamore : > Hi, > I was doing experiments with the recently added