Hi Rahul, thank you for the answer. I already look the getting started
guide but don't solve my problem.
Now we try to post the .xml file of each module. Maybe there is a
persone that help me.
The .xml file of module Portal that implements the entry point is
that:
<module rename-to='portal'>
<inherits name='com.google.gwt.user.User' />
<inherits name='com.google.gwt.user.theme.standard.Standard' />
<inherits name="org.unicam.gwt.graphics.CanvasGraphics"/>
<entry-point class='org.unicam.resourceome.web.portal.client.Portal' /
>
</module>
The .xml file of module CanvasGraphics without entry point is that:
<module rename-to='canvasgraphics'>
<inherits name='com.google.gwt.user.User' />
<inherits name="com.google.gwt.xml.XML" />
<replace-with
class="org.unicam.gwt.graphics.client.canvas.impl.GWTCanvasImplDefault">
<when-type-is
class="org.unicam.gwt.graphics.client.canvas.impl.GWTCanvasImpl" />
</replace-with>
<replace-with
class="org.unicam.gwt.graphics.client.canvas.impl.GradientFactoryImplDefault">
<when-type-is
class="org.unicam.gwt.graphics.client.canvas.GradientFactory" />
</replace-with>
</module>
Can someone help me or suggest the solution?
If i must give more information about the application is not the
problem. Thank tou another time for the answer, sorry for this bad
english.
On 31 Ago, 20:03, Rahul <[email protected]> wrote:
> Hi,
> Yes there is some configuration problem with your project but i amunableto
> solve it
>
> but this getting started
> guidehttp://code.google.com/webtoolkit/tutorials/1.6/gettingstarted.html
>
> tells how to configure your classpath correctly
>
> On Aug 31, 6:21 am, Prosky <[email protected]> wrote:
>
> > Good morning to all users of the forum; i am a new user and i have a
> > small problem with a gwt project.
> > The Project is constituted by onemodulethat is called "Portal", that
> > contain theentrypointclass, and by anothersupportmodulethat is
> > called "Canvas", that not contain anotherentrypoint.
> > The project is completely but i can't execute him because i don't
> > configurate the classhopath in the correctly mode.
> > Infact during the execution i have this problem:
>
> > [ERROR]Unabletoloadmoduleentrypointclass
> > org.unicam.resourceome.web.portal.client.Portal (see associated
> > exception for details)
> > com.google.gwt.core.client.JavaScriptException: (TypeError):Property
> > ormethoddoesn'tsupportby theobject
> > number: -2146827850
> > description:Propertyormethoddoesn'tsupportby theobject
> > at
> > org.unicam.gwt.graphics.client.canvas.impl.GWTCanvasImplDefault.createElement
> > (NativeMethod)
> > at org.unicam.gwt.graphics.client.canvas.GWTCanvas.<init>
> > (GWTCanvas.java:138)
> > at org.unicam.gwt.graphics.client.GWTGraphicsView.init
> > (GWTGraphicsView.java:42)
> > at org.unicam.gwt.graphics.client.GWTGraphicsView.<init>
> > (GWTGraphicsView.java:38)
> > at org.unicam.resourceome.web.portal.client.Portal.onModuleLoad
> > (Portal.java:198)
>
> > I would want to be more precise in the description but i don't speek a
> > good english. Since the project is concluded and the problem of
> > configuration should easily be resolvable there is a person exists to
> > which could kindly pass the project so that you worry him about to
> > directly resolve me him?
>
> > Sorry for the bad english, thank you for the quickly answer. Bye.
> > Marco.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---