Hi, I post here my module xml code:

<module>

        <inherits name='com.google.gwt.user.User'/>

        <inherits name='com.gwtext.GwtExt' />

        <entry-point class='org.xlab.semantic.gwtext.client.Sisma'/>

        <stylesheet src="js/ext/resources/css/ext-all.css" />
        <script src="js/ext/adapter/ext/ext-base.js" />
        <script src="js/ext/ext-all.js" />

        <inherits name='com.google.gwt.user.theme.standard.Standard'/>

        <servlet path="/sismaService"
class="org.xlab.semantic.gwtext.server.SismaServiceImpl"/>

        <stylesheet src="Sisma.css"/>

</module>

I think that it's good...!
Bye, Max



On 23 Lug, 13:27, Norman Maurer <[email protected]> wrote:
> Hi,
>
> like stated in the error message... Do you have am inherits statment
> for "org.xlab.semantic.gwtext.client.Sisma" ?
>
> Bye,
> Norman
>
> 2009/7/23 BMax <[email protected]>:
>
>
>
> > Hi guys,
> > please help me! I have to finish an important work but now my project
> > is blocked by this error:
>
> > Checking rule <generate-with
> > class='com.google.gwt.user.rebind.ui.ImageBundleGenerator'/>
> >            [ERROR] Unable to find type
> > 'org.xlab.semantic.gwtext.client.Sisma'
> >               [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
>
> > I readed other post about this problem but I didn't find a solution!
>
> > Thanks, Max
--~--~---------~--~----~------------~-------~--~----~
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