Hi,
I am trying the debug the GWT 1.5.2 application in Hosted mode .. but
i am not able to load the .gwt.xml file..
Ant Script for this:
<<target name="gwt-shell">
<java classname="com.google.gwt.dev.GWTShell" fork="true">
<classpath refid="classpathid" />
<arg value="-out"/>
<arg value="com.wf.calander.CatCalanderUI/CatCalanderUI.html"/>
</java>
</target>
This is the error messages i am getting on Hosted browser
[TRACE] Loading module 'com.wf.calander.CatCalanderUI'
[ERROR] Unable to find 'com/wf/calander/CatCalanderUI.gwt.xml' on your
classpath; could be a typo, or maybe you forgot to include a classpath
entry for source?
[TRACE] The development shell servlet received a request for
'CatCalanderUI.html' in module 'com.wf.calander.CatCalanderUI.gwt.xml'
[TRACE] Loading module 'com.wf.calander.CatCalanderUI'
[ERROR] Unable to find 'com/wf/calander/CatCalanderUI.gwt.xml' on your
classpath; could be a typo, or maybe you forgot to include a classpath
entry for source?
please help me out ..
Thanks,
/vija
--
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.