I am trying to compile the HelloMVP application available at 
http://code.google.com/webtoolkit/doc/trunk/DevGuideMvpActivitiesAndPlaces.html 
. 
I did not make any changes to the code and just tried to compile it and was 
met with the following error. It basically says it cannot resolve 
 com.hellomvp.client.place.HelloPlace$Tokenizer. I double checked if the 
HelloPlace is indeed at the right location.  Would appreciate your thoughts 
as I am kinda stonewalled by this error.

thanks


Compiling module com.hellomvp.HelloMVP
   Resolving com.hellomvp.client.mvp.AppPlaceHistoryMapper
      Found type 'com.hellomvp.client.mvp.AppPlaceHistoryMapper'
         [ERROR] Annotation error: cannot resolve 
com.hellomvp.client.place.HelloPlace$Tokenizer
java.lang.ClassNotFoundException: 
com.hellomvp.client.place.HelloPlace$Tokenizer

        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        at 
com.google.gwt.dev.javac.TypeOracleMediator.resolveAnnotationValue(TypeOracleMediator.java:710)
        at 
com.google.gwt.dev.javac.TypeOracleMediator.resolveAnnotationValue(TypeOracleMediator.java:649)
.............................
.............................

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

Reply via email to