Make sure this is your project structure and put "instinct.Main" and
the end of your compile script.

instinct/Main.gwt.xml
instinct/client/Main.java



GWT_Newbee wrote:
> While trying to compile, it gives -
>
> Finding entry point classes
>    [ERROR] Unable to find type 'instinct.client.Main'
>       [ERROR] Hint: Previous compiler errors may have made this type
> unavailable
>       [ERROR] Hint: Check the inheritance chain from your module; it
> may not be inheriting a required module or a module may not be adding
> its source path entries properly
> [ERROR] Build failed
>
>
> Main.gwt.xml looks like -
>
> <?xml version="1.0" encoding="UTF-8"?>
> <module>
>       <inherits name="com.google.gwt.user.User" />
>       <inherits name="com.mapitz.gwt.googleMaps.GoogleMaps" />
>       <inherits name="com.bouwkamp.gwt.user.User"/>
>       <inherits name='com.thapar.gwt.user.ui.SimpleSortableTable'/>
>       <entry-point class="instinct.client.Main" />
>       <servlet path="/GetInfo"
> class="instinct.server.TestCaseUploadServlet" />
>       <servlet path="/dataService" class="instinct.server.DataServiceImpl" /
> >
>       <servlet path="/propertyService"
> class="instinct.server.PropertyServiceImpl"/>
>       <servlet path="/imageUpload" class="instinct.server.ImageUpload"/>
> </module>
>
> compilation script looks like -
>
> @java -Xmx128M -cp "./src;./bin;./lib/com.bouwkamp.gwt.jar;./lib/
> simplesortabletable.jar;./lib/googlemaps_gwt_2_2_1.jar;./lib/
> geonames-0.4.jar;C:/gwt-windows-1.4.61/gwt-user.jar;C:/gwt-
> windows-1.4.61/gwt-dev-windows.jar" com.google.gwt.dev.GWTCompiler -
> out "./www" instinct.client.Main
>
>
> It's an windows box.  I am clearing the cache every time before
> compiling. I am stuck with this for last two weeks. Any help will be
> much appreciated.
>
> Regards
> Sourish
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to