It did not work. On Thu, Mar 22, 2012 at 3:29 AM, Matias Costa <[email protected]> wrote:
> I would create a base module from which A and B inherit. > > Or you can try in moduleB.gwt.xml > > <source path="../moduleA/client" /> > > El miércoles 21 de marzo de 2012 16:16:46 UTC+1, Deepak Singh escribió: > >> Yes i have two seperate *.gwt.xml for both the modules. >> And i inherit ModuleB into moduleA as follows: >> >> ModuleA.gwt.xml >> <inherits "com.pdstechi.modulenameB.**ModuleB"> >> >> And then i use >> com.pdstechi.modulenameB.**shared.AbcDto into >> com.pdstechi.modulenameA.**client package, it fails compilation with >> message >> >> 'Source code for com.pdstechi.modulenameB.**shared.AbcDto is not >> available'. >> >> Thanks >> Deepak >> >> -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-web-toolkit/-/Pchfn1wJN08J. > > 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. > -- Deepak Singh -- 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.
