Sorry It was my fault. I forget to add <hostedWebapp> in the maven plugin configuration. Now, it is very nice !
Thanks a lot, Christophe 2009/4/23 nicolas de loof <[email protected]> > Not sure what could happen exactly. > > The plugin sets the hosted mode with <hostedWebapp> as -war option (even in > noserver). Maybe GWT creates some temp files here, or maybe it just creates > this folder if non existent ? > I'll have to test this configuration. Can you share your project as a ZIP > please ? > > 2009/4/23 Christophe Lombart <[email protected]> > > Hi all, >> >> I'm running correctly my new GWT 1.6 based application with the maven >> plugin but I have another question. >> When making a "mvn gwt:run", gwt is creating a folder 'src/test' with the >> necessary files used in the hosted mode (I'm running witht the noserver >> option). >> >> Is it possible to specify another location for this folder ? I would like >> to create it into the target folder. Maybe a option for the plugin ? >> >> Thanks >> Christophe >> >> >
