On 12 oct, 06:07, balachandra maddina <[email protected]> wrote:
> Hi Sri,
>
> Yeah, that's what i read from the documentation, in such case if i have
> the inherit linkage in the gwt xml but didnt use any of the classes from the
> inherit module then the resulted javscript should not contain any script
> from the other module isnt it(since that is not used)? but when i examined
> the compiled script i see the other modules code being compiled into final
> output?
If the inherited module has an EntryPoint, it'll end up in the
compiled app (that's a feature, not a bug).
Also, if the inherited module has a <stylesheet/> or <script/>
dependency, it'll generate additional code in the selection script
(myapp.nocache.js) to inject those (again, a feature, not a bug).
What kind of code did you see?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---