I am using the GWT Eclipse plugin to develop and test a GWT appengine app.
When I run the development server, I see in the Development tab:
- Validating newly compiled units
- Ignored 2 units with compilation errors
- Module elided has been loaded.
Clicking on the middle entry shows
[INFO] [tasx] - Ignored 2 units with compilation errors in first pass. Compile with -strict or with -logLevel set to TRACE or DEBUG to see all errors.
I don’t want to ignore potential errors. How can I cause the Eclipse plugin to pass the -strict flag to the GWT compiler?
In the dialog “GWT compile” open “advanced”.
Now you could add compiler options