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


Reply via email to