.class files get copied into WEB-INF/classes without package structure
----------------------------------------------------------------------
Key: MGWT-189
URL: http://jira.codehaus.org/browse/MGWT-189
Project: Maven 2.x GWT Plugin
Issue Type: Bug
Affects Versions: 1.2, 1.3
Reporter: Brian Reilly
Priority: Minor
Attachments: run.patch
When preparing the exploded war for gwt:run, the compiled .class files get
copied into ${hostedWebapp}/WEB-INF/classes without their package directory
structure. This can lead to there being extra copies of these .class files in
the final artifact if you configure hostedWebapp to point to
${project.build.directory}/${project.build.finalName} (which is a convenient
location). I think RunMojo.setupExplodedWar() should use
FileUtils.copyDirectoryStructure().
--
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