Re: Upgradeing to 2.0, web.xml file problem

2009-12-11 Thread darkflame
Thanks. I did have the problems listed in the warning you described, but quick fixing them (which did remove them as warnings) didnt fix the problem. My module file is currently; ?xml version=1.0 encoding=UTF-8? !DOCTYPE module PUBLIC -//Google Inc.//DTD Google Web Toolkit 1.7.1// EN

Re: Upgradeing to 2.0, web.xml file problem

2009-12-10 Thread Abdullah Shaikh
Hey this piyush sharma piyush111...@gmail.com is a spam and messages from this id are over all the ML messages. Can someone block this id ? - Abdullah On Thu, Dec 10, 2009 at 5:00 PM, darkflame darkfl...@gmail.com wrote: umm...did you mean to say something? On Dec 10, 7:05 am, piyush sharma

Re: Upgradeing to 2.0, web.xml file problem

2009-12-10 Thread Rajeev Dayal
Hey, Do you mind pasting the contents of your .project and .classpath files? I want to verify that the DevMode class is actually what's being run when you launch your app. Rajeev On Wed, Dec 9, 2009 at 2:50 PM, darkflame darkfl...@gmail.com wrote: Upgrading to 2.0, and I started getting

Re: Upgradeing to 2.0, web.xml file problem

2009-12-10 Thread darkflame
sure; Project - ?xml version=1.0 encoding=UTF-8? projectDescription namelostagainwebsite/name comment/comment projects /projects buildSpec buildCommand nameorg.eclipse.jdt.core.javabuilder/name

Re: Upgradeing to 2.0, web.xml file problem

2009-12-10 Thread Rajeev Dayal
Ok, since you're running in WAR mode, you should get rid of the servlet tags in your module files, in favor of having servlet tags in your web.xml file. Have you done that? Also, copy gwt-log-3.0.0.jar to your war/WEB-INF/lib directory. You should actually see a WARNING in your Problems view

Upgradeing to 2.0, web.xml file problem

2009-12-09 Thread darkflame
Upgrading to 2.0, and I started getting problems with my web.xml file. Specifically its complaining of some wrong set up with my log class in use (which is ; http://code.google.com/p/gwt-log/downloads/list). The complaint was; [WARN] Server class

Re: Upgradeing to 2.0, web.xml file problem

2009-12-09 Thread piyush sharma
On 12/10/09, darkflame darkfl...@gmail.com wrote: Upgrading to 2.0, and I started getting problems with my web.xml file. Specifically its complaining of some wrong set up with my log class in use (which is ; http://code.google.com/p/gwt-log/downloads/list). The complaint was; [WARN] Server