Solved !!!

It was a problem with eclipse and not with GWT. It seems that ant
build file it was not refreshing properly (although I was refreshing
it...). After trying different things, I closed eclipe and opened it
and then it worked...

On 14 oct, 14:12, pepgrifell <[EMAIL PROTECTED]> wrote:
> hi,
>
> I have created a module with some classes needed in client side and
> server side but GWT 1.5.2 compatible. When I inherit this module in
> another module, I get this error:
>
> "No source code is available for type Class1"
>
> In the other module I add:
> <inherits name="aaa.bbb.MyModule" />
>
> The structure of the module is:
>
> aaa/bbb/MyModule.gwt.xml
> aaa/bbb/ccc/ddd/Class1.java
> aaa/bbb/ccc/ddd/Class2.java
> aaa/bbb/ccc/eee/Class3.java
> aaa/bbb/ccc/eee/Class4.java
> ...
>
> MyModule.gwt.xml:
> <module>
>    <source path="ccc"/>
> </module>
>
> I read that "the paths specified in the <source> tag are relative to
> the location of the
> Module.gwt.xml file."
>
> http://groups.google.com/group/Google-Web-Toolkit/browse_thread/threa...
>
> I tried as well with this definition but it's not working
> <module>
>    <source path="ccc/ddd"/>
>    <source path="ccc/ddd"/>
> </module>
>
> I create a Jar with the source and compiled classes and with the
> gwt.xml file. I add this jar to the classpath used by the GWTCompiler.
>
> any help?
>
> 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 [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