Issue Type: Bug Bug
Affects Versions: 2.5.0
Assignee: Unassigned
Created: 16/Nov/12 9:16 AM
Description:

Hi all,
I have an issue with the maven-gwt-plugin 2.5.0 (not with the previous version).
When the mojos (I18N, generateAsync, ...) are called on resource changes within my m2e buildparticipant [1] the mojo uses the previous version of the resources
For example, with Messages.properties ---> Messages.java

Propperty V0 --> JavaInterface V0 (when eclipse starts, fresh build files are sync)
Propperty V1 --> JavaInterface V0 (Incremental build, generated interface relies on previous version of the property file)
Propperty V2 --> JavaInterface V1 "
Propperty V3 --> JavaInterface V2 "

Look like there is some cache issue with my use of the mojo.

Environment: All
Project: Maven GWT Plugin
Priority: Major Major
Reporter: Olivier NOUGUIER
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