Re: Unable to find type entrypointclass after change in project structure

2010-08-30 Thread Jason482
.EntryPointClass'/ source path='pkg1.pkg2.pkg3'/ !-- Since the module def is not inside any package I am specifying the entire 'client' package here -- ... After this, invoking gwt compile fails with the following error Unable to find type pkg1.pkg2.pkg3.EntryPointClass Can anybody tell me

Re: Unable to find type entrypointclass after change in project structure

2010-08-30 Thread Thomas Broyer
.EntryPointClass'/ source path='pkg1.pkg2.pkg3'/ !-- Since the module def is not inside any package I am specifying the entire 'client' package here -- ... After this, invoking gwt compile fails with the following error Unable to find type pkg1.pkg2.pkg3.EntryPointClass Can anybody tell me

Unable to find type entrypointclass after change in project structure

2010-08-26 Thread Premkumar
is not inside any package I am specifying the entire 'client' package here -- ... After this, invoking gwt compile fails with the following error Unable to find type pkg1.pkg2.pkg3.EntryPointClass Can anybody tell me if there is any relation between the package structure of the EntryPointClass

[ERROR] Unable to find type

2010-07-31 Thread leslie
referencing it perhaps? [ERROR] Unable to find type 'foo.bar.baz.TestEntry' But I am not creating it in my code, I do not reference it in my entry html file... How do I tell my application that this file is not in existence? I can neither run nor even compile the project in eclipse. But I do not see

Re: Unable to find type

2010-07-31 Thread Sebastian Rothbucher
what I thought would be a test class.  I don't recall even ever doing anything with it.  I only created it, and deleted it because I couldn't work with it. Anyway my GWT project remembers it, so somewhere I am referencing it perhaps?  [ERROR] Unable to find type 'foo.bar.baz.TestEntry' But I

Re: Unable to find type

2010-07-31 Thread leslie
Thanks Sebastian! I did a simple find using the OS X tool for the simple class name and discovered entry-point entries in one of my module xml files. Took those out and of course I was able to compile and run. Didn't realize I had put those there... -- You received this message because you are

Re: Unable to find type 'org.yournamehere.client.MainEntryPoint'

2010-04-28 Thread troels
was that it could not find the type of this object. Then i added a source tag to the gwt.xml file. But now i have another problem when compiling the project. The error is as following: Compiling module org.yournamehere.Main    Finding entry point classes       [ERROR] Unable to find type

Unable to find type 'org.yournamehere.client.MainEntryPoint'

2010-04-27 Thread troels
org.yournamehere.Main Finding entry point classes [ERROR] Unable to find type 'org.yournamehere.client.MainEntryPoint' [ERROR] Hint: Previous compiler errors may have made this type unavailable [ERROR] Hint: Check the inheritance chain from your module; it may

Unable to find type 'com.foo.client.MyApp'

2010-04-23 Thread Ray
I am getting following error in GWT development console when I try to use Run Configuration from Eclipse. 00:00:20.360 [TRACE] Finding entry point classes 00:00:20.360 [ERROR] Unable to find type 'org.drools.guvnor.client.JBRMSEntryPoint' 00:00:20.407 [ERROR] Hint: Check

[ERROR] Unable to find type 'com.mycompany.mydept.client.Calculator'

2010-02-10 Thread viks
: [java] Compiling module com.mydept.mycompany.client.Calculator [java]Finding entry point classes [java] [ERROR] Unable to find type 'com.mycompany.mydept.client.Calculator' [java] [ERROR] Hint: Previous compiler errors may have made this type unavailable

Unable to find type

2009-11-24 Thread César
the following error: [ERROR] Unable to find type 'com.blackice.advertising.gwt.entry.Advertising' [ERROR] Hint: Previous compiler errors may have made this type unavailable Any help that you can give will be very appreciate, since for this project I need to have this kind of structure. -- You received

Re: Unable to find type

2009-11-24 Thread Paul Robinson
César wrote: source path=gwt.entry / source path=gwt.services / Try gwt/entry and gwt/services Paul -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To

Unable to find type 'com.aadhyah.sponsorer.ui.client.Sponsorer'

2009-10-05 Thread Sanju
hi all, I am getting the following errors when I added a new source folder to my existing project. [ERROR] Unable to find type 'com.aadhyah.sponsorer.ui.client.Sponsorer' [ERROR] Hint: Previous compiler errors may have made this type unavailable [ERROR] Hint: Check the inheritance chain from

Re: Unable to find type 'com.aadhyah.sponsorer.ui.client.Sponsorer'

2009-10-05 Thread Sanjeev
Fixed this problem... On Oct 5, 11:32 am, Sanju sanjeev...@gmail.com wrote: hi all, I am getting the following errors when I added a new source folder to my existing project. [ERROR] Unable to find type 'com.aadhyah.sponsorer.ui.client.Sponsorer' [ERROR] Hint: Previous compiler errors

Re: [gwt] Re: Odd unable to find type error

2009-09-11 Thread Allen Firstenberg
com.example.gwt.selector.ui.ArticleSelector Checking rule generate-with class='com.google.gwt.user.rebind.ui.ImageBundleGenerator'/ [ERROR] Unable to find type 'com.example.gwt.selector.ui.ArticleSelector' [ERROR] Hint: Previous compiler errors may have made

Odd unable to find type error

2009-09-10 Thread Allen Firstenberg
Checking rule generate-with class='com.google.gwt.user.rebind.ui.ImageBundleGenerator'/ [ERROR] Unable to find type 'com.example.gwt.selector.ui.ArticleSelector' [ERROR] Hint: Previous compiler errors may have made this type unavailable Normally I get something like

Re: Odd unable to find type error

2009-09-10 Thread Sri
rule generate-with class='com.google.gwt.user.rebind.ui.ImageBundleGenerator'/             [ERROR] Unable to find type 'com.example.gwt.selector.ui.ArticleSelector'                [ERROR] Hint: Previous compiler errors may have made this type unavailable Normally I get something like