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/thread/6575695c4995899/c0edc5b69741e707?lnk=gst&q=%22source+path%22#c0edc5b69741e707


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 Google-Web-Toolkit@googlegroups.com
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