Small compilation error reporting improvements.
Changes most JDT compilation error reporting to include the causal chain
of failed types (some but not all places were already doing this).
Saves compilation error information in libraries to facilitate causal
chain reporting even across libraries.
Turns off required strictness in library compilation since it was only
turned on to guard against previously undiagnosable cross-module
compilation errors.
Change-Id: I34ce8f327734483bec1886b7d9611012a98a1d8f
Review-Link: https://gwt-review.googlesource.com/#/c/7865/
diff --git a/user/BUILD b/user/BUILD
index 1c603a1..e16989d 100644
--- a/user/BUILD
+++ b/user/BUILD
@@ -158,7 +158,7 @@
srcs = [],
added_root_globs = {
"test": [
- "test/com/google/gwt/dev/testdata/incrementalbuildsystem/*",
+ "test/com/google/gwt/dev/testdata/incrementalbuildsystem/**/*",
],
},
# We only need the Java classes so don't wait for the rest of :gwt-dev.