Hi,
1. gwt:run will use the outputfolder as webapp root ("src/main/webapp"),
this is not consistent with the Eclipse generated launch configurations that
use a hostedWebapp parameter for "src/test/hosted".

As a sidenote, the Google Eclipse plugin hardcoded this path to "/war", so I
don't know what's the best option here... Maybe I should share
the hostedWebapp parameter between eclipse and run mojos, and use "/war" as
default value, what do you think ?

2. This is what is expected according to GWT doc :
"

the following program arguments:

-out www com.google.gwt.TestApp/TestApp.html

become:

-startupUrl TestApp.html com.google.gwt.TestApp

"
Maybe there is some error in GWT doc ? Could you please check the generated
run.cmd and attach it to a new Jira issue ?

2009/4/16 Benjamin Renaud <benjamin.ren...@gmail.com>

> Hi Everyone,
>
> I am using 1.6 (with 1.1-SNAPSHOT). By and large no issues, except for a
> couple of items:
>
> 1. I am not sure where/if the plugin looks for web.xml when I run in
> HostedMode using gwt:run?
>
> 2. When I run gwt:run, I always end up on http://localhost:7777/MyApp.html 
> instead
> of the proper runTarget (specfied in pom)
> http://localhost:7777/com.acme.myapp.MyApp/MyApp.html. Any way I can fix
> this?
>
> Thanks!
> Benjamin
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>   http://xircles.codehaus.org/manage_email
>
>
>

Reply via email to