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
You can also open the Run Configuration for your Development Mode. Then go to the GWT tab and change the log level to DEBUG or TRACE.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With