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?

-bala.

On Mon, Oct 12, 2009 at 4:52 AM, Sripathi Krishnan <
[email protected]> wrote:

> GWT automatically eliminates code that is not being used, so you don't have
> to do anything.
>
> --Sri
>
>
> 2009/10/11 balachandra maddina <[email protected]>
>
> Hi There,
>>
>>   I have observed that when i inherit a module and dont refer or use any
>> of its classes and compile my module the resulted javascript is having the
>> inherited module compile script in the inheriting module compiled
>> javascript? if im not using any of the module classes then the corresponding
>> script should be added to my compiled output right?
>>
>> Please let me know if there is a way to remove this code without removing
>> the module inheritance from the gwt xml file. your help is appreciated.
>>
>> Thank you,
>> bala.
>>
>>
>>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to