Wednesday, February 29, 2012

How to compile a particular class

Hi All,

I have the following scenario.

In GWT application, i have two seperate modules, not inherited one from another.

Module A has 
class AbcDTO implements Serialisable {
}

in its shared package.


Module B has a different shared package.

What i want is to compile AbcDTO with module B so that i can use AbcDTO in module B client code. Otherwise if i dont include AbcDTO in compilation of Module B, It will throw exception when using AbcDTO in module B client code.

How can i include this particular AbcDTO in mudule B.gwt.xml file for compilation ?


Thanks
Deepak



--
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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment