[ 
http://jira.codehaus.org/browse/MGWT-92?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=181584#action_181584
 ] 

Jason Thrasher edited comment on MGWT-92 at 6/26/09 3:00 AM:
-------------------------------------------------------------

Some documentation for SOYC is here:
http://code.google.com/p/google-web-toolkit/wiki/CodeSplitting

This would be a great feature to add.  It'd be great to make this into a 
report, but just enabling the feature on the 2.0 Compiler is a starting point.

Creating report output has to be done with the output of the compiler, and 
would be a secondary step.  There's a complication if a traditional Maven 
report is used, as the SOYC may not have run, in which case a re-compile would 
be needed to generate the reportable files.

I created an additional patch that adds many of the other parameters for GWT 
2.0 support, including:
-soyc
-extra
-draftCompile
-validateOnly
-treeLogger
-XdisableClassMetadata
-XdisableCastChecking
-workDir

This patch also adds "recognition" of 2.0 via a GwtVersion.TWO_DOT_ZERO.
patch file name: GWT2.0-parameters.patch 


      was (Author: thrasher):
    Some documentation for SOYC is here:
http://code.google.com/p/google-web-toolkit/wiki/CodeSplitting
It'd be great to make this into a report, but just enabling the feature on the 
2.0 Compiler is a starting point.  Creating report output has to be done with 
the output of the compiler, and would be a secondary step.

There's a complication if a traditional Maven report is used, as the SOYC may 
not have run, in which case a re-compile would be needed to generate the 
reportable files.

This would be a great feature to add.

I created an additional patch that adds many of the other parameters for GWT 
2.0 support, including:
-soyc
-extra
-draftCompile
-validateOnly
-treeLogger
-XdisableClassMetadata
-XdisableCastChecking
-workDir

This patch also adds "recognition" of 2.0 via a GwtVersion.TWO_DOT_ZERO.

  
> Add support for "soyc" argument to support generating SOYC reports for GWT 2.0
> ------------------------------------------------------------------------------
>
>                 Key: MGWT-92
>                 URL: http://jira.codehaus.org/browse/MGWT-92
>             Project: Maven 2.x GWT Plugin
>          Issue Type: New Feature
>    Affects Versions: 1.1
>            Reporter: Matt Raible
>         Attachments: CompileMojo.patch, GWT2.0-parameters.patch
>
>
> Adds support for "soyc" and "extra" parameters (in GWT 2.0).

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