Howdy, I am trying to build an Eclipse-Application with a GWT GUI, running in an Editor or View (The idea is to build an application that can be accessed as an Eclipse App with more features and as a Web App with fewer features).
To achieve this, I created an Eclipse-Project with GWT-Nature and Plugin-Nature. This works reasonable well, and I managed to display a "Hello World" GWT-App in an Eclipse View. So far so good. Next, I was trying to implement real functionality, and here I got stuck: The business objects that I need to access reside in a different Plugin than the GWT-Plugin. During development, I have no problems (as Eclipse understands the Plugin-Architecture), but of course, GWT doesn't. Thus, when I try to run the application (as a Web App), or if I try to compile the GWT-Project, Eclipse complains about not finding the classes from the other Plugins (which are referenced through META-INF/MANIFEST.MF). So here is my question: Is there an easy way to do what I am trying to do? The emphasis is easy :-), If possible, I'd prefer avoiding to write custom Runner/Compiler scripts. Thanks in advance, - Michael --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
