GWT 2.0.0 rc2 - failing to compile annotation (when used with Maven plugin 1.2-SNAPSHOT)
1 view
Skip to first unread message
Karthik Abram
unread,
Dec 1, 2009, 10:31:00 AM12/1/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
I have a class in the "client" subpackage (lets call it Foo) that has
an annotation (say @Bar) that is in a client.gwt.rpc sub-package. This
construct compiles fine with GWT eclipse plugin (1.2 rc2, eclipse
galileo) but when I compile using the maven plugin, I get a
ClassNotFoundException in the compile phase and the compiler says
[WARN] Ignoring unresolvable annotation type ...
Has anyone run into a similar problem or does anyone have a workaround?