I created a GWT project [without using the option of generate sample code]. 
I have added Entry Point class, html page, module file. The bootstrap js 
file is getting generated under war/com.travelpeeps.travelpeeps folder and 
its name is com.travelpeeps.travelpeeps.nocache.js. When i looked at the 
htlm file generated by eclipse plugin i did not see the correct name of the 
bootstrap js file. I had to manually change the filepath to the following 
under the script tag as
<script type="text/javascript" language="javascript" 
src="com.travelpeeps.travelpeeps/com.travelpeeps.travelpeeps.nocache.js"></script>
  

Is there a bug open for this behavior. This took me some digging around to 
understand why my entry point class was not getting called. I don't see 
this problem when i create a new project and have the plugin generate 
sample code for the project. 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to