> > > - Would i need to change the existing jars, to add a module definition > to each of them ? >
No you can define the module definition externally. > - DOes the GWT compiler need the actual source code too for each of > these. > Yes GWT compiler needs the source code of your jars as well. For example if you use Maven/Gradle you would depend on the normal dependency as well as the same dependency using the "sources" classifier to get the sources jar as well. -- J. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
