On 01/15/13 14:17, Deneau, Tom wrote:
Is there a way to build javadocs with NEWBUILD=true.
I get the following
:~/lambda$ make NEWBUILD=true javadocs
cd common/makefiles && make -f MakefileJavadoc.gmk
make[1]: Entering directory `lambda/common/makefiles'
make[1]: MakefileJavadoc.gmk: No such file or directory
make[1]: *** No rule to make target `MakefileJavadoc.gmk'. Stop.
make[1]: Leaving directory `lambda/common/makefiles'
make: *** [javadocs] Error 2
The correct target is "docs". The "javadocs" target will be removed
from build-infra in the next integration.
Refer to this email thread for more information:
http://mail.openjdk.java.net/pipermail/build-infra-dev/2013-January/002917.html
Hope this helps-
Tim