GWT can not find hellomvp.gwt.xml file on classpath - Need help

2011-02-11 Thread Tonté
Hello, I need help understanding why when I run my gwt app in development mode it can not find my hellomvp.gwt.xml file; which is located under myproject/src/main/resources/com/hellomvp/hellomvp.gwt.xml. The exploded war location is hellomvp/web-inf/classes/com/hellowmvp/ hellomvp.gwt.xml. It

Re: GWT can not find hellomvp.gwt.xml file on classpath - Need help

2011-02-11 Thread Chris Conroy
without looking too closely, the most obvious thing: rename hellowmvp.gwt.xml to HelloMVP.gwt.xml On Fri, Feb 11, 2011 at 10:36 AM, Tonté etno...@yahoo.com wrote: Hello, I need help understanding why when I run my gwt app in development mode it can not find my hellomvp.gwt.xml file; which is