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 <[email protected]> wrote:
> On 21 mai, 21:49,jayanth<[email protected]> 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 [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> 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 [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.