Add a "validate" goal, almost equivalent to gwt:compile with -validateOnly
--------------------------------------------------------------------------

                 Key: MGWT-297
                 URL: http://jira.codehaus.org/browse/MGWT-297
             Project: Maven 2.x GWT Plugin
          Issue Type: New Feature
    Affects Versions: 2.3.0
            Reporter: Thomas Broyer


When developping "GWT libraries", you can call the GWT Compiler with 
{{\-validateOnly}} to check that your GWT modules are OK (check for "compile 
errors" -- bad includes/excludes on {{<source>}} paths, missing 
{{<super-source>}}, etc. -- , missing {{<inherits/>}}, typos in rebind rules, 
etc.)

It'd be handy to have a {{gwt:validate}} goal, probably bound by default to the 
"verify" phase.

The {{gwt:compile}} goal cannot be used in most cases as a "library module" is 
unlikely to include an entry-point, and {{gwt:compile}} skips when that's the 
case (even with {{-Dgwt.compiler.force=true}})

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to