Hi.

When I enable lint in the compiler --

           <plugin>
               <artifactId>maven-compiler-plugin</artifactId>
               <configuration>
                   <fork>true</fork>
                   <showDeprecation>true</showDeprecation>
                   <showWarnings>true</showWarnings>
                       <compilerArguments>
                           <Xlint />
                       </compilerArguments>
               </configuration>
           </plugin>

If there is a warning, Maven reports "Compilation failure" and says:

could not parse error message: warning: [path] bad path element "": no such file or directory [...]\USTaxRatePanel.java:206: warning: [serial] serializable class [...] has no definition of serialVersionUID

When this happens, I can't test or run the app until I open the POM and comment the Xlint tag out.

Is there a better way, or something easy I could do to help with this? -- Easy meaning: free, takes no time, and comes with a bonus. ...

Steven.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to