i have:
moduleA.gwt.xml (package: com.company, jar: jarA.jar)
-------------------------
<module>
<inherits name="com.google.gwt.user.User" />
...
<source>
<include name="ClassA.java" />
<source>
</module>
moduleB.gwt.xml (package: com.company, jar: jarB.jar)
-------------------------
<module>
<inherits name="com.company.moduleA" />
...
<source>
<include name="ClassB.java" />
</source>
</module>
..and when gwt compilation occurs, gwt can't find the source for
ClassA.
So it seems that sources of the same path are *not* combined rather
*replaced*.
Can anyone confirm or deny? What is the design intent?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---