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

Geoffrey De Smet commented on MGWT-277:
---------------------------------------

Thank you Nicolas, but just noticed that Thomas's pull request is incomplete. 
Please reopen this issue (I can't).

It should also supply the {code}-deploy{code} argument to hosted mode, not just 
compile mode.

{code}
java -cp gwt-dev.jar com.google.gwt.dev.HostedMode 
... 
  -deploy          The directory into ...
{code}

The fix is easy I presume: Just add
{code}
        if ( deploy != null )
        {
            cmd.arg( "-deploy" ).arg( String.valueOf( deploy ) );
        }
{code}
to RunMojo and DebugMojo too.

> add new gwt compiler option : -deploy
> -------------------------------------
>
>                 Key: MGWT-277
>                 URL: http://jira.codehaus.org/browse/MGWT-277
>             Project: Maven 2.x GWT Plugin
>          Issue Type: New Feature
>    Affects Versions: 2.2.0
>            Reporter: Olivier Lamy
>            Assignee: nicolas de loof
>             Fix For: 2.3.0-1
>
>
> option documentation :
> {code}
> -deploy The directory into which deployable but not servable output files 
> will be written (defaults to 'WEB-INF/deploy' under the -war directory/jar, 
> and may be the same as the -extra directory/jar)
> {code}

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