Re: GWT 1.6 - setting up eclipse launcher for hosted-mode with external jars

2009-03-06 Thread Markus Knittig
On 03/05/2009 11:21 AM, Jerome wrote: > Is there any way I could force Jetty to behave like Tomcat before and > "see" my external jars where they are (or am I doiong something > wrong)?. This issue is fixes in r4944. See http://code.google.com/p/google-web-toolkit/issues/detail?id=3435 Best reg

Re: GWT 1.6 - setting up eclipse launcher for hosted-mode with external jars

2009-03-06 Thread Vitali Lovich
I dunno - it works for me. The lib directory is only for deployment. Check the classpath of your run configuration to make sure that your lib is actually on the class path. On Thu, Mar 5, 2009 at 5:21 AM, Jerome wrote: > > I am migrating a projet from GWT 1.5 to 1.6. > > The server-side of my

GWT 1.6 - setting up eclipse launcher for hosted-mode with external jars

2009-03-05 Thread Jerome
I am migrating a projet from GWT 1.5 to 1.6. The server-side of my project uses my project classes and a number of external jars (that are located for example in my maven local repository). With GWT 1.5, having these jars in the classpath defined in the launcher was enough to have the embedded T