Hello, I'm desperate!
My application (gwt + gxt 2.2.3) won't run in production mode anymore. In dev mode, everything is ok, I get no errors in the browser console (firebug with firefox 3.6.16 on Linux) and no exceptions in my eclipse Development Mode console. After compilation, the app stops during startup and I get errormessages in the firebug console. It's been a while since I last tried to run the application in prod mode, so I'm clueless on which of my changes might have introduced the errors. It seems the compiled Javascript contains syntax errors. How is this possible? Has anyone seen any similar behaviour and may give a hint on what may be the cause? These are the error messages I'm getting: missing ) after argument list http://127.0.0.1/.../.../CACBB92D4E36446FA652F50DBE1B57C5.cache.html Line 30618: java_lang_String_ $equals__Ljava_lang_String_2Ljava_lang_Object_2Z($intern_1489, com_google_gwt_user_client_ui_Image$State_ $onLoad__Lcom_google_gwt_user_client_ui_Image $State_2Lcom_google_gwt_user_client_ui_Image_2V_unhandledEvent_0) && com_google_gwt_user_client_DeferredCommand_addCommand__Lcom_google_gwt_user_client_Command_2V(new com_google_gwt_user_client_ui_Image$State: Exp $1_Image$State: Exp $1__Lcom_google_gwt_user_client_ui_Image$State_2V(this)); missing ( before formal parameters http://127.0.0.1/.../.../CACBB92D4E36446FA652F50DBE1B57C5.cache.html Line 30649: function com_google_gwt_user_client_ui_Image$State: Exp $1_Image$State: Exp $1__Lcom_google_gwt_user_client_ui_Image $State_2V(val$image){ missing ; before statement http://127.0.0.1/.../.../CACBB92D4E36446FA652F50DBE1B57C5.cache.html Line 35232: (too long to post here) -- 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.
