![]() |
|
|
|
|
Issue Type:
|
Improvement
|
|
Affects Versions:
|
2.5.1-rc1 |
|
Assignee:
|
Unassigned |
|
Created:
|
01/May/13 10:02 AM
|
|
Description:
|
When running a maven built gwt project from inside eclipse, eclipse sets the working directory as the target/module so any files at the root of the webapp are available for use by the server side of gwt as if they are local.
Running mvn gwt:run uses the same location as the pom for the working directory rather than the webapp location.
ie.
project
target
www
index.html
pom.xml
index.html is available as
{workingdir}/index.html when using eclipse but requires {workingdir}
/target/www/index.html when using the command line.
This can be got around by changing directory into the target/www and then using mvn -f ../../pom.xml however it then makes a clean fail due to the command line being located inside the directory to delete.
I think the command line is possibly the correct method but it would help to make this consistent/configurable.
|
|
Environment:
|
Eclipse and Command Line, Win 7 64
|
|
Project:
|
Maven GWT Plugin
|
|
Priority:
|
Minor
|
|
Reporter:
|
Matthew Hussey
|
|
|
|
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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