Hey Michael, Sounds like a neat idea, kudos to getting the Hello World to work! I'm curious how it's set up--I assume the Eclipse view showing the GWT app a browser-backed view?
Are the plugins you depend on separate projects in your workspace? If so, you can add them as linked source folders to your main GWT+Plugin project. If not, it'll be a bit more tricky. You'll need the source of those plugins, and then you may be able to add that as source directories. jason On Mon, Oct 5, 2009 at 4:03 PM, jastram <jast...@gmail.com> wrote: > > 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 google-web-toolkit@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 -~----------~----~----~----~------~----~------~--~---