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