Tomcat is being "installed" into the wrong directory
----------------------------------------------------
Key: MGWT-158
URL: http://jira.codehaus.org/browse/MGWT-158
Project: Maven 2.x GWT Plugin
Issue Type: Bug
Affects Versions: 1.2
Environment: Apache Maven 3.0-alpha-5 (r883378; 2009-11-23
07:53:41-0800)
Java version: 1.6.0_17
Java home: C:\Program Files\Java\jdk1.6.0_17\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7" version: "6.1" arch: "x86" Family: "windows"
Reporter: Malachi de AElfweald
Priority: Minor
According to the documentation, tomcat will end up under
${project.build.directory}/tomcat
In actuality, it ends up under ${basedir}/tomcat
doing mvn -X, we see that it is given the correct information:
<tomcat default-value="${project.build.directory}/tomcat"/>
[DEBUG] (f) tomcat = C:\java\gwt-2.0.0\test\idpTest\target\tomcat
It is being created in C:\java\gwt-2.0.0\test\idpTest\tomcat
C:\java\gwt-2.0.0\test\idpTest>tree /F tomcat
Folder PATH listing for volume OS
Volume serial number is 00000002 DABC:42DA
C:\JAVA\GWT-2.0.0\TEST\IDPTEST\TOMCAT
├───conf
│ │ web.xml
│ │
│ └───gwt
│ └───localhost
├───webapps
│ └───ROOT
│ └───WEB-INF
│ web.xml
│
└───work
└───gwt
└───localhost
└───_
tldCache.ser
--
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