As a complement I like to say that when using "noserver" mode - using a classic WTP deployment approach for server side component - GEP in this case manage only the GWT (client) code
In this case, it works perfectly as you expected. It is just the embedded jetty server "classpath" that doesn't fit. On Wed, Jan 20, 2010 at 6:04 PM, Eelco Hillenius <[email protected]>wrote: > > > 6. In eclipse we just start Debug as Web application. (with all > > libraries manually copied into war/WEB-INF/lib) > > This is our main problem, and I don't think it is related to only > maven builds. Instead of using the project's class path including > references to other projects and external jars like any other Eclipse > runner would do, Google's plugin decides to skip all of this and > insists on using the jars in WEB-INF/lib. Quite against what I > expected tbh, and the run configurations don't hint that either. > > What would really help us is for the plugin to use the class path as > it is defined for the project, and not use the jars in WEB-INF/libs at > all. This way, you can break your project up in modules which > themselves are eclipse projects, so that you don't have to do a > complete jar build and copy the results to the WEB-INF/lib dir of the > GWT project, but instead can just keep working. This would help us > develop more efficiently, and it would also be more 'correct' in the > sense that there is no difference between what the project uses to > compile and run. > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > > > -- A coward is incapable of exhibiting love; it is the prerogative of the brave. -- Mohandas Gandhi--
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.
