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