Andrew John Hughes wrote:
2010/1/8 Jonathan Gibbons <jonathan.gibb...@sun.com>:
Joe Darcy wrote:
Kelly O'Hair wrote:
Not many jdk developers build the docs on a regular basis that I know of.
The docs are certainly built nightly from the master area (jdk7/jdk7),
and should be built as part of the promoted build process.
I have not seen this problem before. I noticed that the sourcepath is a
little strange:
I do build docs regularly and I'm also seeing this problem in an
up-to-date child of JDK 7 TL I'm working with under Linux.
-Joe
I have a Hudson instance that routinely builds tl using "gnumake sanity
clean all SKIP_BOOT_CYCLE=false" but it is not seeing any problems.
Correction: Hudson is happy, but I see that there are problems in the log.
Perhaps we should work to make such issues hard failures.
-- Jon
This does cause the build to error out for me. What are you using as
the bootstrap JDK?
I do a full (closed) and openjdk builds with
ALT_BOOTDIR=/opt/jdk/1.6.0 (1.6.0_17-b02)
ALT_JDK_IMPORT_PATH=/opt/jdk/1.7.0 (1.7.0-ea-b75)
The openjdk build just does "gnumake sanity clean all" without the
SKIP_BOOT_CYCLE=false.
Both builds are Hudson happy.
-- Jon