Ah ok I misread your first post - it works now, and the original error
makes sense.

Since I had left the entry-point statement in the gwt.xml file, when
the demo project tried loading, it was still expecting to see the
module's entry point class in the client package.

Thanks!

On Jan 31, 12:44 pm, Cristian Nicanor Babula
<nicanor.bab...@gmail.com> wrote:
> The xml file has to be on the same level with the "client" package, but
> not inside it!
> Also make sure that the .java files are in the .jar file.
> On 1/31/2010 9:28 PM, markww wrote:
>
>
>
> > Ok so I moved Test.gwt.xml into the "client" package, so it looks like
> > this now:
>
> >    src
> >       com.me.test
> >          client
> >             Blah.java
> >             Test.gwt.xml
>
> > and I removed the<entry-point class="">  statement in it as well.
>
> > Now I switch over to the project importing this jar. In its
> > TestDemo.gwt.xml file, I have this:
>
> >      <inherits name="com.me.test.client.Test"/>
>
> > an error occurs when I try to start the project, but now it is during
> > parse time of the TestDemo.gwt.xml file, throwing the exception
> > directly on the line mentioned above:
>
> >    Loading modules
> >     com.me.testdemo.TestDemo
> >        Loading inherited module 'com.me.test.client.Test'
> >           [ERROR] Unable to find 'com/me/test/client/Test.gwt.xml' on
> > your classpath; could be a typo, or maybe you forgot to include a
> > classpath entry for source?
> >        [ERROR] Line 14: Unexpected exception while processing element
> > 'inherits'
>
> > the Test.gwt.xml file is in the jar file at the expected location
> > though.
>
> > Also all the class files are in there too,
>
> > Thanks

-- 
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