I am using the GWT Eclipse plugin to develop and test the GWT appengine application.
When I start the development server, I see on the Development tab:
- Checking New Compiled Units
- 2 units with compilation errors are ignored
- The elied module is loaded.
Clicking on the middle record, you will see
[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 do not want to ignore possible errors. How can I get the Eclipse plugin to pass the -strict flag to the -strict compiler?
compiler-warnings eclipse-plugin gwt
Mike samuel
source share