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. Mike