Hi all, I created two projects with GWT and Eclipse-Plugin. Because both projects have a completly different client-side code, but also completly the same server-side code, I want to combine them to avoid having the same code twice. What I did was to link the project without the server-side code to the one with the server side code. Eclipse isnt showing any error. But when I compile the project now, GWT says: "No source-code available" for both the XXXService.java und XXXServiceAsync.java. Adding com.XXX.client to the projects XXX.gwt.xml doenst help ...
Can anyone tell me how to solve this issue? Thanks a lot! Tom -- 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.
