I upgraded to GWT1.5
when i tried testing a single module in hosted mode i could see the
GUI but i am getting following error
[TRACE] Loading module 'gwt'
[ERROR] Unable to find 'gwt.gwt.xml' on your classpath; could be a
typo, or maybe you forgot to include a classpath entry for source?
But the thing is there is no file named gwt.gwt.xml in my project
there is one name Gwt.gwt.xml
Can u pls help me
here are the module information which i tried to run
ratebillmodule xml file
<module>
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User'/>
<inherits name='com.google.gwt.i18n.I18N'/>
<inherits name='com.peace.energy.gwt.Gwt'/>
<source path="client"/>
<source path="shared"/>
<!-- Specify the app entry point class. -->
<entry-point
class='com.peace.energy.billing.ratebillcalculator.client.RateBillCalculator'/
>
<servlet path="/gwt/RateBillCalculatorService"
class="com.peace.energy.billing.ratebillcalculator.server.RateBillCalculatorServiceImpl"/
>
</module>
and the html file
<html>
<head>
<title>My GWT Project</title>
<style>
body,td,a,div,.p{font-family:arial,sans-serif}
div,td{color:#000000}
a:link,.w,.w a:link{color:#0000cc}
a:visited{color:#551a8b}
a:active{color:#ff0000}
</style>
<link type="text/css" rel="stylesheet" href="gwtHosted.css" />
</head>
<body>
<script language="javascript"
src="com.peace.energy.billing.ratebillcalculator.RateBillCalculator.nocache.js"></
script>
<!-- OPTIONAL: include this if you want history support -->
<iframe id="__gwt_historyFrame"
style="width:0;height:0;border:0"></
iframe>
<center>
<table align=center width="100%"><tr><td align=center
id="slot1" ></
td></tr></table>
</center>
</body>
</html>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---