Hi Vlad,
If I understand correctly, you have one GWT module built with GWT itself,
and another module built with GWT-Ext, and you're adding both modules to the
same page? If that's the case, I can see how this error could occur, but
it's probably not a good idea to develop two independent modules and include
them in the same page anyway.

You should consider reusing one module in the other, or if that's not
possible because of library incompatibilities between GWT and GWT-Ext,
switching to only one of the two solutions and creating one module that can
be compiled monolithically. That would not only correct the issue you're
facing now, but would also lead to much smaller JavaScript code and a much
snappier application.

Hope that helps,
-Sumit Chandel

On Tue, Aug 18, 2009 at 6:44 AM, Vlad <[email protected]> wrote:

>
> When putting multiple GWT modules on the html host page that use gwt-
> ext library there is JavaScript error and only in the OBFuscated mode.
> Everything works just fine in the PRETTY mode. Most likely the error
> is caused by the name collision in the obfuscated mode when method aa1
> () from one module collides with the same obfuscated name from the
> second one. Basically when first module executes some method there is
> an error and stack trace reference to the HTML file from the different
> module.
>
> Is there any way to specify some range for JavaScript method names
> when compiling in the OBFuscated mode via linker etc.
>
> 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 [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