Closed GoogleCodeExporter closed 9 years ago
Are you using runAsync() in your app? I think this message is trying to tell
you that is not supported. There is a compiler flag -XdisableRunAsync that
might allow the gadget to compile.
Original comment by zundel@google.com
on 2 Dec 2010 at 2:18
Thank you for your answer.
>> Are you using runAsync() in your app?
Maybe somewhere in others code. I am not sure.
>> There is a compiler flag -XdisableRunAsync that might allow the gadget to
compile.
Could you please explain two moments:
1. What exactly this flag mean? If I use it can I use runAsync() in this case?
2. I have to compile several modules in one project, how can I use this flag to
affect only to one particular module (gadget), and not to the others?
Original comment by akolchin
on 2 Dec 2010 at 2:50
I just looked at the latest GWT source code and the XSLinker that the Gadget
linker inherits now appears to support runAsync(), so you might try compiling
with a more recent version of GWT.
Here's the detail of the change which was made 2 years ago:
http://code.google.com/p/google-web-toolkit/source/detail?r=3901&path=/trunk/dev
/core/src/com/google/gwt/core/linker/XSLinker.java
Original comment by zundel@google.com
on 2 Dec 2010 at 3:09
Yes, it seems really works with GWT 2.1.0 but not with 2.0.4
Original comment by akolchin
on 8 Dec 2010 at 12:44
Original comment by zundel@google.com
on 28 Oct 2011 at 4:24
Original issue reported on code.google.com by
akolchin
on 2 Dec 2010 at 1:35