Hi Guys,

I have a GWT+GAE application split under multiple Eclipse projects,
all GWT projects.

I have the structure similar to the following:

- MainApp: With module entry point and server side code for GAE.
- AppServices: All GWT-RPC service definitions with Async interfaces.
For example, LoginService and LoginServiceAsync etc.
- AppCore: Core interfaces and classes

MainApp contains the implementations for the RPC interfaces (e.g.:
LoginServiceImpl etc)

The problem is that when I build the project, the LoginService class
file is never copied to the war/WEB-INF/classes folder. So, during the
build time, it's all find but during runtime it gives an error -
"NoClassDefFoundError".

I failed to locate any solution for the same on the web.

So, finally, I customized the build.xml file and have put up a small
DIY documentation at 
http://blogs.mastergaurav.com/2010/10/28/google-app-engine-and-gwt-multi-project-application


Hope you find it useful.


--
Happy Hacking,
Gaurav Vaish
http://www.mastergaurav.com

-- 
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