Hi Surendra, Surendra Viswanadham schrieb:
> Thanks for that. I'm going to give this a try and let you know what I > have. To clarify though, whenever we use the <source ="x"> tag in the > pkg1.gwt.xml, is there not a way to have this defined for a whole > package as opposed to each singular class? Sure you can: <source path="data"/> specifies that the package $basePackage.data should be considered as client-package as well. So if your GWT.xml-file resides in com.example.mygwtproject, the package com.example.mygwtproject.data is regarded to contain client-classes as well. I haven't tried it with "absolute" package-names, so I'm not sure if you can specify org.example.someotherpackage as source-package. Regards, Lothar --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
