Update 1 to issue 2896 ("Adding support for RPC server-side instrumentation ")- September 17, 2008 Owner: amitman...google.comhttp://code.google.com/p/google-web-toolkit/issues/detail?id=2896#c1 Update 5 to issue 2879 ("applicationCreator and projectCreator mess up with non-ASCII chars in path")- September 17, 2008 Starting from the batch file java -Xmx256M -cp "%dp0src;%dp0bin;C:UsersJohannes RsselSVNKSWS_GWTgwt- user.jar;C:UsersJohannes RsselSVNKSWS_GWTgwt-dev-windows.jar" com.google.gwt.dev.GWTShell -out "%dp0www" % org.mycore.editor.TestTest.html I now hacked together a VBScript that looks like that: Dim shell Set shell = CreateObject("WScript.Shell") Dim cd cd = left(WScript.ScriptFullName,(Len(WScript.ScriptFullName))-(len (WScript.ScriptName))) shell.Run "java.http://code.google.com/p/google-web-toolkit/issues/detail?id=2879#c5 Update 11 to issue 2544 ("Internal compiler exception, appears to be related to multiple static blocks -- when compiling on AIX")- September 17, 2008 Cool, thanks for posting the update. I have been really curious about this one.http://code.google.com/p/google-web-toolkit/issues/detail?id=2544#c11 Update 1 to issue 2887 ("Double toString different results between GWTShell and all Browsers")- September 17, 2008 Double.toString() uses the browser's native string conversion, which is very fast. Emulating the precise Java semantics would be very expensive on a browser, so we've decided to live with the discrepancy. Status: KnownQuirkOwner: sco...google.comLabels: Category-JREhttp://code.google.com/p/google-web-toolkit/issues/detail?id=2887#c1 Update 1 to issue 2891 ("GWT stores float value to int variable in browser mode")- September 17, 2008 Can you provide a more complete test to reproduce this Status: NeedsInfoOwner: sco...google.comhttp://code.google.com/p/google-web-toolkit/issues/detail?id=2891#c1 Update 1 to issue 2892 ("WARN JSNI method '...com.google.gwt.dom.client.OptionElement::setLabel(Ljavalang String;)' returned a value of type stri- September 17, 2008 Owner: j...google.comhttp://code.google.com/p/google-web-toolkit/issues/detail?id=2892#c1 Issue 2896 created: "Adding support for RPC server-side instrumentation "- September 17, 2008 Found in GWT Release: 1.5 Detailed description: Currently, there is no in-built support in GWT to obtain a breakdown of the time spent in processing a RPC call. The various chunks could be: deserializeRequest, processCall, serializeResponse, etc. Workaround if you have one: The developer could override particular methods (onAfterResponseSerialized, onBeforeRequestSerialized) of RemoteServiceServlet to record some of this time instances. Links to the relevant GWT Developer Forum...http://code.google.com/p/google-web-toolkit/issues/detail?id=2896 Update 1 to issue 2667 ("Style.setProperty() should assert that there are no hypens in the name")- September 17, 2008 Status: ReviewPendinghttp://code.google.com/p/google-web-toolkit/issues/detail?id=2667#c1 Update 2 to issue 2894 ("I18NSync uses SystemCL to get resources")- September 17, 2008 This sounds like some work that was recently done in the incubator. Owner: j...google.comCc: e...google.com sp...google.comLabels: -Category-Other Category-I18Nhttp://code.google.com/p/google-web-toolkit/issues/detail?id=2894#c2 Update 10 to issue 2544 ("Internal compiler exception, appears to be related to multiple static blocks -- when compiling on AIX")- September 17, 2008 Status: KnownQuirkhttp://code.google.com/p/google-web-toolkit/issues/detail?id=2544#c10 |