[gwt-contrib] Comment on WAR_Design_1_6 in google-web-toolkit

2009-03-04 Thread codesite-noreply
Comment by mar...@myd0.de: Sorry, forgot that the build.xml compiles the classes on ant hosted. Without the compile task it isn't working... :-/ The problem still exist and can currently only be solved be copying classes and libs into a central war folder. But this isn't nessesary. Jetty is

[gwt-contrib] Re: Four quick compiler code reviews -- trunk

2009-03-04 Thread BobV
On Tue, Mar 3, 2009 at 2:16 AM, Scott Blum sco...@google.com wrote: SourceGen: all this really does is make it so that when you click on a JsniMethodBody in the debugger, you can see the source. Is SourceGenerationVisitor specified to be able to recreate the original Java input? Also, why

[gwt-contrib] [google-web-toolkit commit] r4917 - in trunk: dev/core/src/com/google/gwt/core/linker dev/core/src/com/google/gwt/dev/jjs/imp...

2009-03-04 Thread codesite-noreply
Author: sp...@google.com Date: Wed Mar 4 08:03:43 2009 New Revision: 4917 Modified: trunk/dev/core/src/com/google/gwt/core/linker/IFrameLinker.java trunk/dev/core/src/com/google/gwt/dev/jjs/impl/FragmentLoaderCreator.java

[gwt-contrib] final methods in RemoteServiceServlet

2009-03-04 Thread koollx
We've been using GWT with Spring/Hibernate/GXT for over a year. Loving every day of it. I would like to start contributing to the project to remove little and big annoyances and to make it better overall. First little annoyance on the list - lots of final and private methods in

[gwt-contrib] Re: Four quick compiler code reviews -- trunk

2009-03-04 Thread Scott Blum
On Wed, Mar 4, 2009 at 9:58 AM, BobV b...@google.com wrote: On Tue, Mar 3, 2009 at 2:16 AM, Scott Blum sco...@google.com wrote: SourceGen: all this really does is make it so that when you click on a JsniMethodBody in the debugger, you can see the source. Is SourceGenerationVisitor

[gwt-contrib] [google-web-toolkit commit] r4918 - in trunk: dev/core/src/com/google/gwt/core/linker dev/core/src/com/google/gwt/dev/jjs/imp...

2009-03-04 Thread codesite-noreply
Author: sco...@google.com Date: Wed Mar 4 10:32:11 2009 New Revision: 4918 Modified: trunk/dev/core/src/com/google/gwt/core/linker/IFrameLinker.java trunk/dev/core/src/com/google/gwt/dev/jjs/impl/FragmentLoaderCreator.java

[gwt-contrib] [google-web-toolkit commit] r4920 - releases/1.6

2009-03-04 Thread codesite-noreply
Author: sco...@google.com Date: Wed Mar 4 10:55:58 2009 New Revision: 4920 Modified: releases/1.6/branch-info.txt Log: Recording 1.6 - trunk merge. Modified: releases/1.6/branch-info.txt == ---

[gwt-contrib] [google-web-toolkit commit] r4921 - in releases/1.6/user: src/com/google/gwt/dom/client test/com/google/gwt/dom/client

2009-03-04 Thread codesite-noreply
Author: jlaba...@google.com Date: Wed Mar 4 11:23:10 2009 New Revision: 4921 Modified: releases/1.6/user/src/com/google/gwt/dom/client/DOMImpl.java releases/1.6/user/src/com/google/gwt/dom/client/DOMImplIE6.java releases/1.6/user/src/com/google/gwt/dom/client/Element.java

[gwt-contrib] [google-web-toolkit commit] r4922 - in releases/1.6: doc user/src/com/google/gwt/debug/client user/src/com/google/gwt/user/cl...

2009-03-04 Thread codesite-noreply
Author: br...@google.com Date: Wed Mar 4 13:11:07 2009 New Revision: 4922 Modified: releases/1.6/doc/build.xml releases/1.6/user/src/com/google/gwt/debug/client/DebugInfo.java releases/1.6/user/src/com/google/gwt/user/client/ui/UIObject.java

[gwt-contrib] [google-web-toolkit commit] r4923 - in releases/1.6/user: src/com/google/gwt/debug/client test/com/google/gwt/debug/client te...

2009-03-04 Thread codesite-noreply
Author: br...@google.com Date: Wed Mar 4 13:18:20 2009 New Revision: 4923 Added: releases/1.6/user/src/com/google/gwt/debug/client/package-info.java releases/1.6/user/test/com/google/gwt/debug/client/DebugInfoTestDisabled.java

[gwt-contrib] [google-web-toolkit commit] r4924 - branches/snapshot-2009.03.03

2009-03-04 Thread codesite-noreply
Author: rj...@google.com Date: Wed Mar 4 13:41:01 2009 New Revision: 4924 Added: branches/snapshot-2009.03.03/ - copied from r4913, /trunk/ Log: Creates snapshot-2009.03.03 from tr...@4913 via svn copy https://google-web-toolkit.googlecode.com/svn/trunk -r4913

[gwt-contrib] [google-web-toolkit commit] r4926 - releases/1.6/user/src/com/google/gwt/user/client/ui

2009-03-04 Thread codesite-noreply
Author: br...@google.com Date: Wed Mar 4 13:57:08 2009 New Revision: 4926 Modified: releases/1.6/user/src/com/google/gwt/user/client/ui/ListBox.java Log: Closes '}' on @link tag in javadoc; had been causing a javadoc build warning. Review: none (doc) Modified:

[gwt-contrib] [google-web-toolkit commit] r4928 - branches/snapshot-2009.03.03

2009-03-04 Thread codesite-noreply
Author: rj...@google.com Date: Wed Mar 4 14:03:59 2009 New Revision: 4928 Added: branches/snapshot-2009.03.03/branch-info.txt Log: create branch-info.txt Added: branches/snapshot-2009.03.03/branch-info.txt == ---

[gwt-contrib] [google-web-toolkit commit] r4925 - tags/1.6.1

2009-03-04 Thread codesite-noreply
Author: sco...@google.com Date: Wed Mar 4 13:52:58 2009 New Revision: 4925 Added: tags/1.6.1/ - copied from r4846, /releases/1.6/ Log: Tagging the 1.6.1 release (1.6 M2). svn copy https://google-web-toolkit.googlecode.com/svn/releases/1...@4846

[gwt-contrib] [google-web-toolkit commit] r4927 - in releases/1.6/user/src/com/google/gwt: event/dom/client event/logical/shared event/shar...

2009-03-04 Thread codesite-noreply
Author: br...@google.com Date: Wed Mar 4 14:00:53 2009 New Revision: 4927 Added: releases/1.6/user/src/com/google/gwt/event/dom/client/package-info.java releases/1.6/user/src/com/google/gwt/event/logical/shared/package-info.java

[gwt-contrib] [google-web-toolkit commit] r4929 - wiki

2009-03-04 Thread codesite-noreply
Author: sco...@google.com Date: Wed Mar 4 14:10:21 2009 New Revision: 4929 Added: wiki/JavaSystemPropertiesAndGwt.wiki Log: Documenting all of the System properties GWT cares about. Added: wiki/JavaSystemPropertiesAndGwt.wiki

[gwt-contrib] [google-web-toolkit commit] r4930 - in releases/1.6/user/src/com/google/gwt: debug/client event/dom/client event/logical/shar...

2009-03-04 Thread codesite-noreply
Author: sco...@google.com Date: Wed Mar 4 14:23:49 2009 New Revision: 4930 Modified: releases/1.6/user/src/com/google/gwt/debug/client/package-info.java releases/1.6/user/src/com/google/gwt/event/dom/client/package-info.java

[gwt-contrib] [google-web-toolkit commit] r4931 - releases/1.6/tools/api-checker/config

2009-03-04 Thread codesite-noreply
Author: br...@google.com Date: Wed Mar 4 14:46:28 2009 New Revision: 4931 Modified: releases/1.6/tools/api-checker/config/gwt15_16userApi.conf Log: Whitelists the breaking change in UIObject that makes the classes related to ensureDebugId. Those nested classes were previously public but

[gwt-contrib] [google-web-toolkit commit] r4933 - wiki

2009-03-04 Thread codesite-noreply
Author: sco...@google.com Date: Wed Mar 4 15:22:16 2009 New Revision: 4933 Modified: wiki/JavaSystemPropertiesAndGwt.wiki Log: Added gwt.nowarn.legacy.tools Modified: wiki/JavaSystemPropertiesAndGwt.wiki == ---

[gwt-contrib] [google-web-toolkit commit] r4932 - in releases/1.6/dev/core/src/com/google/gwt: dev util/tools

2009-03-04 Thread codesite-noreply
Author: sco...@google.com Date: Wed Mar 4 15:19:57 2009 New Revision: 4932 Modified: releases/1.6/dev/core/src/com/google/gwt/dev/GWTCompiler.java releases/1.6/dev/core/src/com/google/gwt/dev/GWTShell.java releases/1.6/dev/core/src/com/google/gwt/util/tools/ToolBase.java Log: Add a

[gwt-contrib] [google-web-toolkit commit] r4934 - releases/1.6/dev/core/src/com/google/gwt/dev

2009-03-04 Thread codesite-noreply
Author: sco...@google.com Date: Wed Mar 4 15:22:54 2009 New Revision: 4934 Modified: releases/1.6/dev/core/src/com/google/gwt/dev/PermutationCompiler.java Log: Use available constant instead of string literal. Modified:

[gwt-contrib] RR : Clean up tag interface assignments for SingleJsoImpl

2009-03-04 Thread BobV
@Lex or Scott, Can you review this mostly-deletion patch? The attached patch cleans up how tag interfaces are implemented by SingleJsoImpl types. It is legal for any number of JSO subclasses to implement a tag interface (one that implies no methods), so for simplicity's sake, it is assumed

[gwt-contrib] [google-web-toolkit commit] r4935 - in trunk/dev/core/src/com/google/gwt/dev: jjs/ast js/ast

2009-03-04 Thread codesite-noreply
Author: sco...@google.com Date: Wed Mar 4 20:44:05 2009 New Revision: 4935 Modified: trunk/dev/core/src/com/google/gwt/dev/jjs/ast/JModVisitor.java trunk/dev/core/src/com/google/gwt/dev/js/ast/JsModVisitor.java Log: JModVisitor and JsModVisitor now allow immutable lists to be traversed

[gwt-contrib] [google-web-toolkit commit] r4937 - trunk/dev/core/src/com/google/gwt/dev/jjs/impl

2009-03-04 Thread codesite-noreply
Author: sco...@google.com Date: Wed Mar 4 20:50:13 2009 New Revision: 4937 Modified: trunk/dev/core/src/com/google/gwt/dev/jjs/impl/SourceGenerationVisitor.java trunk/dev/core/src/com/google/gwt/dev/jjs/impl/ToStringGenerationVisitor.java Log: When viewing a JsniMethodBody in a

[gwt-contrib] [google-web-toolkit commit] r4938 - in trunk/dev/core: src/com/google/gwt/core/ext/linker/impl src/com/google/gwt/dev/cfg src...

2009-03-04 Thread codesite-noreply
Author: sco...@google.com Date: Wed Mar 4 20:53:08 2009 New Revision: 4938 Modified: trunk/dev/core/src/com/google/gwt/core/ext/linker/impl/StandardLinkerContext.java trunk/dev/core/src/com/google/gwt/dev/cfg/ModuleDefSchema.java

[gwt-contrib] Re: Four quick compiler code reviews -- trunk

2009-03-04 Thread Scott Blum
Committed as r4935-4938. --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---