Hi,

When importing a maven project such as expenses from gwt, we'd like to
make changes to files in war folder (e.g. CSS) and then be able to see
them while in debug mode just by pressing Refresh in browser.

In order for this to work, one has now to go and change the default
war folder as follows:
* Right click on adminconsole-main (from Package Explorer) and select
"Properties"
* From the context menu pick "Run/Debug Settings"
* Select the app html file, click "Edit..."
* Go to Arguments tab
* In the "Program arguments" section add/update the -war argument

e.g. in expenses app, change from expenses/target/expenses-0.1.0.BUILD-
SNAPSHOT to expenses/src/main/webapp.

Could this value be *by default* same as war folder?(src/main/webapp
in this case)
The goal is for the project to work out of box, without the
customization above. I don't see how to overwrite this value from
pom.xml

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to