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 regards,
  Markus

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Jetty classpath in GWT 1.6

2009-03-05 Thread Markus Knittig

On 03/04/2009 02:53 PM, Markus Knittig wrote:

 Currently it seems that Jetty only loads class files and jars from
 WEB-INF/classes and WEB-INF/lib. The classpath argument are getting
 ignored (worked with Tomcat). I tried to add extra classpath folder via
 jetty-web.xml / jetty-env.xml, but that doesn't seems to work (e.g.
 Spring throws an ClassNotFoundException before the extra classpath is
 added).
 This seems like a step backward to me. Especially since I use Maven and
 Jetty would not only be flexible enough to load classes / jars from
 different locations, but can also load static webapp files from differnt
 location:
 http://docs.codehaus.org/display/JETTY/Multiple+WebApp+Source+Directory
 This would make things with Maven much cleaner / easier...

Seems like an known issue:
http://code.google.com/p/google-web-toolkit/issues/detail?id=3435

Best regards,
  Markus

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6 Milestone 2

2009-03-05 Thread Markus Knittig

On 03/05/2009 08:14 PM, Sumit Chandel wrote:

 GWT 1.6 ships with Jetty 6.1.11, which I believe supports Servlet API 2.5
 and downwards (meaning 2.4 is supported).

Any chance of upgrading before the release? Because support for multiple 
webapp directories would be quite handy, especially for Maven:
http://docs.codehaus.org/display/JETTY/Multiple+WebApp+Source+Directory

MfG Markus

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Jetty classpath in GWT 1.6

2009-03-04 Thread Markus Knittig

Hello!

Currently it seems that Jetty only loads class files and jars from 
WEB-INF/classes and WEB-INF/lib. The classpath argument are getting 
ignored (worked with Tomcat). I tried to add extra classpath folder via 
jetty-web.xml / jetty-env.xml, but that doesn't seems to work (e.g. 
Spring throws an ClassNotFoundException before the extra classpath is 
added).
This seems like a step backward to me. Especially since I use Maven and 
Jetty would not only be flexible enough to load classes / jars from 
different locations, but can also load static webapp files from differnt 
location:
http://docs.codehaus.org/display/JETTY/Multiple+WebApp+Source+Directory
This would make things with Maven much cleaner / easier...

Best regards,
  Markus

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---