We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GWT version: 2.12.1 Browser (with version): any Operating System: any
Compilation warnings without enabling -strict/-failOnError are not logged, but instead a misleading message is printed:
-strict
-failOnError
[INFO] Ignored 1 unit with compilation errors in first pass. [INFO] Compile with -strict or with -logLevel set to DEBUG or WARN to see all errors.
As the source indicates this is not a compilation error, and adding that flag or changing log level will not print additional errors, only warnings:
gwt/dev/core/src/com/google/gwt/dev/javac/CompilationStateBuilder.java
Lines 366 to 389 in c2229e7
This message should be made more clear.
https://groups.google.com/g/google-web-toolkit/c/Uf8Rj_5pm2E
The text was updated successfully, but these errors were encountered:
No branches or pull requests
GWT version: 2.12.1
Browser (with version): any
Operating System: any
Description
Compilation warnings without enabling
-strict
/-failOnError
are not logged, but instead a misleading message is printed:As the source indicates this is not a compilation error, and adding that flag or changing log level will not print additional errors, only warnings:
gwt/dev/core/src/com/google/gwt/dev/javac/CompilationStateBuilder.java
Lines 366 to 389 in c2229e7
This message should be made more clear.
Links to further discussions
https://groups.google.com/g/google-web-toolkit/c/Uf8Rj_5pm2E
The text was updated successfully, but these errors were encountered: