Hi Xavi, There isn't an official way of solving this problem but one of the following may work:
1) JAR up the pre-existent project and place it in the GWT project's war/WEB-INF/lib folder 2) Add the pre-existant project's source folder(s) as linked source folders in the GWT project 3) Set the output directory of the pre-existant project to the GWT project's output directory (war/WEB-INF/classes, I believe 4) Add the GWT nature to the existing dynamic web project (there have been discussions about this previously on the group) Hope this helps, jason On Mon, Aug 31, 2009 at 3:37 AM, Xavi <[email protected]> wrote: > > Hi, > > I'm developing a web project with GWT that consumes a pre-existent > Dynamic Web Project's servlet. I've been trying to integrate both > separated projects in Eclipse but there is no way :( Every project, > separately, works perfectly but I can't imagine how I could debug/run > both projects together. > > Anyone have any idea? > > Thanks for your help. > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
