[ http://jira.codehaus.org/browse/MGWT-66?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=175082#action_175082 ]
Gabe commented on MGWT-66: -------------------------- Just noticed that gwt:compile also causes a tomcat folder to be generated, even though it's not needed since Hosted Mode is not being started. > gwt:run creates two hosted-mode tomcat directory structures, should create > only one > ----------------------------------------------------------------------------------- > > Key: MGWT-66 > URL: http://jira.codehaus.org/browse/MGWT-66 > Project: Maven 2.x GWT Plugin > Issue Type: Bug > Affects Versions: 1.1 > Reporter: Gabe > Attachments: test.zip > > > With the current snapshot of 1.1 and the following in my POM: > <configuration> > <tomcat>${basedir}/target/tomcat</tomcat> > </configuration> > Running "mvn gwt:run" causes two tomcat directories to be created: > ${basedir}/target/tomcat > ${basedir}/tomcat > The GWT shell then starts up in ${basedir}/tomcat, which is the spurious > folder. > Expected behaviour: only one tomcat folder should be created at > ${basedir}/target/tomcat given the POM settings, and the GWT shell should > start up in that folder. > I've attached a project demonstrating the problem. If I get a chance, I'll > see about submitting a patch. -- 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