Dear All,
We have a problem with xs linker: If we compile our java code with
"pretty" directive, everything works fine, see:
http://www.geogebra.org/web/xs/xsTest.html
But if we compile with the "obfuscated" directive, it don't works,
see:
http://www.geogebra.org/web/test42xs/xsTest.html
It is also strange, that I tried to use the closure-compiler on the
"pretty" compiled js, and it worked, obfuscated the js, and the
browser loaded it without any problem. I tried to debug the problem in
Firefox (firebug), it loads the "long named" permutation, and calls
the "onScriptLoad(gwtOnload) function, but there I'm lost.
The problem persist with Firefox and Chrome too. We use the latest
eclipse plugin (gwt2.4.0)
Thank a lot for your help
Best:
Gabor Ancsin