[
http://jira.codehaus.org/browse/MGWT-110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=187508#action_187508
]
Yons Jongkind commented on MGWT-110:
------------------------------------
Actually I was wrong. There are 2 versions of the gwt plugin. The tools version
and the main one. I have been using the tools version. The code generated is
correct for the main version.
> Generated interface not identical to interface generated by GWT tooling
> -----------------------------------------------------------------------
>
> Key: MGWT-110
> URL: http://jira.codehaus.org/browse/MGWT-110
> Project: Maven 2.x GWT Plugin
> Issue Type: Bug
> Affects Versions: 1.1, 2.0, 1.2
> Environment: WindowsXP, Maven 2.2, gwt plugin based on trunk.
> Reporter: Yons Jongkind
> Fix For: 2.0
>
> Attachments: patch_interface_generation.diff
>
>
> I have attached a patch that addresses a few issues we encountered when
> moving a substantial GWT project to use maven.
> 1. The maven interface generator uses the type AsyncCallback<Void> while GWT
> uses AsynCallback<?>. The AsynCallback<?> version should be used as this is
> consistent with GWT.
> 2. For the type byte[] the existing generator returns Byte. The correct
> return type should be left as byte[] to be consistent with GWT.
> 3. Update qdox from 1.9 to 1.9.2. Fixes a parse error in a java file for us.
> The patch also includes updates to the test cases.
> Please consider applying this patch for the next release.
--
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