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 google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to