-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
runtime can not find MvpegEntryPoint #14
Comments
You have to declare it in your app.gwt.xml Vincent Buzzano
|
it is declared in app.gwt.xml as the EntryPoint. otherwise, gwt would even be looking for it. |
sorry, I don't mean to close it. there seems to be no other button. |
apparently, everything a mvp4g annotation is used, the app fails 00:00:09.482 [ERROR] Annotation error: cannot resolve client.view.RootView The class with the annotation is package client.presenter; import client.TestEventBus; import com.google.gwt.user.client.ui.Widget; @presenter( view = RootView.class )
} Any reason, Play framework does not recognize the annotation? |
I need to use the mvp4g framework. I added the lib jar to both eclipse classpath and the project /lib directory. when the app launches, the gwt FF tab shows the error
unable to find type com.mvp4g.client.Mvp4gEntryPoint
How do I get gwt2 to find this lib class?
The text was updated successfully, but these errors were encountered: