jdk 8 skipping javadocs

Jonathan Gibbons jonathan.gibbons at oracle.com
Thu Sep 12 17:32:43 UTC 2013


On 09/12/2013 10:27 AM, Pete Brunet wrote:
> On 7/29/13 9:39 AM, Mike Duigou wrote:
>> On Jul 29 2013, at 07:09 , Pete Brunet wrote:
>>
>>> In the new JDK 8 build doc I see this sentence:
>>> Creating the javadocs can be very slow, if you are running javadoc,
>>> consider skipping that step.
>>> but I don't see any switches documented that would skip creating javadocs.
>> The docs target is not run by default. It has to be explicitly invoked to create docs.
> I just made a few changes to jdk for debugging and rebuilt with make all
> and the docs build ran for 19.5 min.  How do I eliminate that part of
> the build?  I do need images so I have to use make all but I'd like a
> target like make all-nodocs.
>> Mike
>>
make images

-- Jon



More information about the build-dev mailing list