[ 
http://jira.codehaus.org/browse/MGWT-187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

nicolas de loof closed MGWT-187.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3

> "utility module" detection is incorrect
> ---------------------------------------
>
>                 Key: MGWT-187
>                 URL: http://jira.codehaus.org/browse/MGWT-187
>             Project: Maven 2.x GWT Plugin
>          Issue Type: Bug
>    Affects Versions: 1.2
>         Environment: Maven 2.2.1, linux, java 1.6, gwt-maven-plugin 
> 1.3-SNAPSHOT
>            Reporter: Patrick Staton
>             Fix For: 1.3
>
>
> The code:
> {code:title=CompileMojo.java}
>         if ( gwtModule.getEntryPoints().size() == 0 )
>         {
>             getLog().debug( gwtModule.getName() + " has no EntryPoint - 
> compilation skipped" );
>             // No entry-point, this is an utility module : compiling this one 
> will fail
>             // with '[ERROR] Module has no entry points defined'
>             return false;
>         }
> {code}
> Does not handle the case where the entry point is defined in an inherited 
> module.

-- 
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