I am on GWT 2.0.3. I am mentioning this because someone had asked if I
was on GWT 2.1 M1.

By the way, I've tried all the options mentioned:

1. Added the following lines:
<inherits name="com.google.gwt.core.Core"/>
<inherits name="com.google.gwt.user.History"/>

2. Moved my gwt.xml directly under the src directory.

None of this has helped so far.

As a matter of fact, I just created the default "GreetingService" app
and tried to create a launch configuration to compile. When I use the
GWTCompile (icon) option available through the plugin, it compiles
fine. When I create a launch configuration, fails with the same
message:

Finding entry point classes
      [ERROR] Unable to find type 'com.example.myproject.client.Jkl'
         [ERROR] Hint: Check that the type name
'com.example.myproject.client.Jkl' is really what you meant
         [ERROR] Hint: Check that your classpath includes all required
source roots

Thanks.

On May 24, 5:00 am, Thomas Broyer <t.bro...@gmail.com> wrote:
> On 21 mai, 21:49,jayanth<jay.sesha...@gmail.com> wrote:
>
> >   <!-- Specify the app entry point class.                         -->
> >   <entry-point class='whi.idm.client.GIDM'/>
> >   <source path="whi.idm.client" />
>
> Is your gwt.xml really in the "default" package ?! (i.e. at the root
> of your source tree)
>
> --
> 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 unsubscribe from this group, send email to 
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/google-web-toolkit?hl=en.

-- 
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 unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to