Classes referenced from annotations have to be compiled for GWT to be able 
to process them from within generators (as is the case for @WithTokenizers 
on a PlaceHistoryMapper). GWT can work from *.java files only for everything 
else (AFAICT) but classes referenced from annotations.

So, you just have to javac all your *.java to *.class (actually, only the 
HellowPlace and GoodbyePlace here, but by compiling everything you're sure 
you don't miss anything when you add a class or change an annotation's 
value) and put them in the classpath for Compile.

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

Reply via email to