Re: GWT Compilation of gwt project with multiple modules

2010-03-01 Thread vinayak
Thanks Ashar. Others, please share information regarding this. Thanks. -- 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-tool...@googlegroups.com. To unsubscribe from this

Re: GWT Compilation of gwt project with multiple modules

2010-02-19 Thread Ashar Lohmar
the MyModule that will be used in MyModuleUsage module does not need to be GWT compiled ... and even further you can't GWTcomplie it without an entry point, but you don't need it gwt complied, in this type of scenario myModule is compiled in java (javac) and made a jar that has the .class files

Re: GWT Compilation of gwt project with multiple modules

2010-02-19 Thread vinayak
Thanks Ashar. So I can conclude following. Correct me if I am wrong. 1. There is no need to gwt compile included module. It gets gwt compiled whenever user module is gwt compiled. 2. A gwt project can not be gwt compiled if it does not contain an EntryPoint class. GWT developers, please take a

Re: GWT Compilation of gwt project with multiple modules

2010-02-19 Thread Ashar Lohmar
from my experience trying to gwtcompile an module without EntryPoint throwed an error (don't recall which) modules/libraries that will be used with included don't need to be GWTcompiled. exually (don't know how to spell it) i have noticed that running apps which had this kind of module usage in

Re: GWT Compilation of gwt project with multiple modules

2010-02-18 Thread vinayak
Moderators, Nobody is answering this question. Is it that others can not view this thread anywhere? Do I need to do something more to make it viewable to others ? Question must be easily answerable Please help. Thanks. - vinayak On Feb 17, 11:17 am, vinayak

GWT Compilation of gwt project with multiple modules

2010-02-17 Thread vinayak
Hello, I am a newbie to GWT and using gwt 2.0 and now gwt 2.0.2 to create my web application. (Actually I am converting my existing app to a gwt app...). To do this I am trying one small example. To avoid very large .no-cache.js file and large first page Ioad time, I have created 1