compilation areas being ignored? (beaninfo, I think).
Alan Bateman
Alan.Bateman at oracle.com
Mon Oct 22 09:59:14 PDT 2012
I sync'ed up my clone of build-infra/jdk8 today, blew away the build
directory and re-built.
I noticed one curiosity in the build output:
:
Cache: Table size 32 (5 bits), shift 1, max chain depth 3
Generating beaninfo
/u/alanb/ws/build-infra/jdk/src/share/classes/javax/swing/JSpinner.java:43:
error: package sun.util.locale.provider does not exist
import sun.util.locale.provider.LocaleProviderAdapter;
^
/u/alanb/ws/build-infra/jdk/src/share/classes/javax/swing/JSpinner.java:44:
error: package sun.util.locale.provider does not exist
import sun.util.locale.provider.LocaleResources;
^
/u/alanb/ws/build-infra/jdk/src/share/classes/javax/swing/JSpinner.java:45:
error: package sun.util.locale.provider does not exist
import sun.util.locale.provider.LocaleServiceProviderPool;
^
Compiling 4 files for BUILD_BREAKITERATOR
Generating HTML DTD file
[Parsed DTD html32 in 377ms]
Generating BreakIteratorData
Generating BreakIteratorData_th
Compiling 8969 files for BUILD_JDK
I don't know this area of the build but I assume that it's a supporting
tool for the Swing bean info classes fails to be compiled. The
concerning thing is that this is a compilation error and I would have
thought that it would cause the build to fail?
I can't say if this is new, the default verbosity has changed since I
last sync'ed up which might explain why I didn't see it before.
-Alan
More information about the build-infra-dev
mailing list