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 On Wed, Mar 21, 2012 at 6:21 PM, Andrew Scully <[email protected]>wrote: > It sounds like you just need two separate gwt.xml files within the same > project. There is no reason why you can't use the same inherits within both. > > > On Tuesday, 20 March 2012 21:22:58 UTC, Deepak Singh wrote: >> >> Hi All, >> >> I have a GWT project with 2 modules. >> >> ModuleA and ModuleB >> Both are having their own html page. i.e. tow seperate html pages so >> seperate Rootpanel for both of them. >> >> So i cant inherit one into another. >> >> How can i use the same class(in shared package) in both the modules ? >> >> >> >> Thanks >> Deepak Singh >> > -- > 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/-/2pEfxrUOUdQJ. > 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.
