Issue Type: Bug Bug
Affects Versions: 2.5.0-rc2
Assignee: Unassigned
Created: 09/Oct/12 2:59 AM
Description:

Recompiling after changes picks up changes to Java classes but does not pick up changes to ui.xml files.

This seems to be because gwt:run-codeserver uses the maven class path that includes the resource directory but does not specify source folders (-src).

If I modify the command that the plugin generates to include source folders after the module recompiling picks up all changes.

e.g.

java -classpath [path] com.google.gwt.dev.codeserver.CodeServer -src src/main/java -src src/main/resources [Module]

instead of

java -classpath [path] com.google.gwt.dev.codeserver.CodeServer [Module]

Environment: Mac OS X 10.8.2
Project: Maven GWT Plugin
Priority: Major Major
Reporter: Stephen Nelson
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

Reply via email to