Issue Type: Bug Bug
Affects Versions: 2.5.1
Assignee: Unassigned
Attachments: gwtmavenissue.png
Created: 22/Jul/13 6:02 PM
Description:

When I generate the Sample project I get an undefined on like 40 of the main client Java program. Line 40 reads:

" private final Messages messages = GWT.create(Messages.class);"

But there is NO import in the code for "Messages."

Within the program there is a call on

final Button sendButton = new Button( messages.sendButton() );

Resolving this (Ctrl-Shift-O in Eclipse) shows the following possibilities:
com.google.gwt.dev.util.Messages
com.google.gwt.dev.shell.Messages
com.google.gwt.i18n.client.Messages

(As well as two that are internal to Eclipse).

So what is suppposed to happen?

Environment: Win 7 Maven 3.0.3 Java 6.039
Project: Maven GWT Plugin
Priority: Major Major
Reporter: Richard Katz
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