[gwt-contrib] Re: Prevent parallel compilation of files

2009-10-23 Thread Scott Blum
Peanut gallery sez: Can we use an ant "outofdate" to just generically guard rerunning this rule? On Fri, Oct 23, 2009 at 3:01 PM, wrote: > > Reviewers: Ray Ryan, > > Description: > Description: > === > Our ant test targets run in parallel, and they all depend on compile and > compile.tes

[gwt-contrib] [google-web-toolkit] r6461 committed - Rolling back r6449 (Soyc test).

2009-10-23 Thread codesite-noreply
Revision: 6461 Author: kpro...@google.com Date: Fri Oct 23 19:19:09 2009 Log: Rolling back r6449 (Soyc test). http://code.google.com/p/google-web-toolkit/source/detail?r=6461 Deleted: /trunk/dev/core/test/com/google/gwt/dev/SoycTest.java Modified: /trunk/dev/build.xml =

[gwt-contrib] Re: Fix sundry warnings

2009-10-23 Thread rjrjr
One or two questions, and I can't really answer most of the FIXME issues--some or all of the others will need to pick those up. Thanks for this! http://gwt-code-reviews.appspot.com/86801/diff/1/9 File dev/core/src/com/google/gwt/dev/generator/ast/MethodCall.java (right): http://gwt-code-review

[gwt-contrib] [google-web-toolkit] r6460 committed - Adding properties to the user test targets to prevent parallel compile...

2009-10-23 Thread codesite-noreply
Revision: 6460 Author: jlaba...@google.com Date: Fri Oct 23 16:28:56 2009 Log: Adding properties to the user test targets to prevent parallel compiles, as we already did with the main test target. Patch by: jlabanca Review by: rjrjr (TBR) http://code.google.com/p/google-web-toolkit/source/det

[gwt-contrib] Re: Prevent parallel compilation of files

2009-10-23 Thread jlabanca
I submitted this TBR because its breaking the build: http://code.google.com/p/google-web-toolkit/source/detail?r=6460 http://gwt-code-reviews.appspot.com/86802 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~

[gwt-contrib] [google-web-toolkit] r6459 committed - r6458 causes CssProperty to add a space before the first part of a CSS...

2009-10-23 Thread codesite-noreply
Revision: 6459 Author: jlaba...@google.com Date: Fri Oct 23 16:25:03 2009 Log: r6458 causes CssProperty to add a space before the first part of a CSS expression. This patch only adds spaces after the first part. Patch by: jlabanca Review by: bobv (TBR) http://code.google.com/p/google-web-too

[gwt-contrib] [google-web-toolkit] r6458 committed - Adding a TokenValue to CssProperty to handle CSS components that shoul...

2009-10-23 Thread codesite-noreply
Revision: 6458 Author: jlaba...@google.com Date: Fri Oct 23 15:25:47 2009 Log: Adding a TokenValue to CssProperty to handle CSS components that should not be wrapped with spaces. This fixes a bug in the generated css for WidgetUiDemo that affects IE. Patch by: jlabanca Review by: bobv http

[gwt-contrib] Re: UiBinder adds spaces around CSS idents when they aren't needed

2009-10-23 Thread bobv
LGTM http://gwt-code-reviews.appspot.com/87802 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Prevent parallel compilation of files

2009-10-23 Thread jlabanca
Reviewers: Ray Ryan, Description: Description: === Our ant test targets run in parallel, and they all depend on compile and compile.tests. Ant is not smart enough to only run the depends targets once, so its possible to compile these targets multiple times, even in parallel. This can le

[gwt-contrib] Re: Change ResourceGeneratorUtil to use all Locators before giving up

2009-10-23 Thread rjrjr
LGTM http://gwt-code-reviews.appspot.com/83801 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: Disable mhtml because it might cause IE6 to hang

2009-10-23 Thread John LaBanca
Yes. It should be deleted. Thanks, John LaBanca jlaba...@google.com On Fri, Oct 23, 2009 at 5:48 PM, Ray Ryan wrote: > We're backing away from this change, right? --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--

[gwt-contrib] [google-web-toolkit] r6457 committed - Adding DoNotRunWith(HtmlUnit) to ListBoxTest/StackPanelTest#testDebugI...

2009-10-23 Thread codesite-noreply
Revision: 6457 Author: jlaba...@google.com Date: Fri Oct 23 14:47:52 2009 Log: Adding DoNotRunWith(HtmlUnit) to ListBoxTest/StackPanelTest#testDebugId because they fail fairly often in HtmlUnit. Patch by: jlabanca Review by: rjrjr http://code.google.com/p/google-web-toolkit/source/detail?r=

[gwt-contrib] Re: Disable mhtml because it might cause IE6 to hang

2009-10-23 Thread Ray Ryan
We're backing away from this change, right? --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: UiBinder adds spaces around CSS idents when they aren't needed

2009-10-23 Thread Ray Ryan
Nice sleuthing John! --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: StackPanelTest/ListBoxTest#testDebugId fail with HtmlUnit

2009-10-23 Thread rjrjr
LGTM Thanks, John. http://gwt-code-reviews.appspot.com/87804 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: UiBinder adds spaces around CSS idents when they aren't needed

2009-10-23 Thread bobv
Good job on diagnosing the problem. Instead of hacking up IdentValue, introduce another Value subtype (call it "TokenValue") that has this alternate printing behavior. http://gwt-code-reviews.appspot.com/87802 --~--~-~--~~~---~--~~ http://groups.google.com/group/

[gwt-contrib] [google-web-toolkit] r6456 committed - JUnitShell will wait indefinitely for a remote web test to start becau...

2009-10-23 Thread codesite-noreply
Revision: 6456 Author: jlaba...@google.com Date: Fri Oct 23 14:26:17 2009 Log: JUnitShell will wait indefinitely for a remote web test to start because BrowserManagerServer might queue the test for a while. Patch by: jlabanca Review by: jat http://code.google.com/p/google-web-toolkit/source/d

[gwt-contrib] Re: JUnitShell fails tests that are queued in BrowserManagerServer

2009-10-23 Thread John Tamplin
On Fri, Oct 23, 2009 at 2:23 PM, John LaBanca wrote: > RunStyleRemoteWeb#launchModule will detect if the test cannot start, and > #doKeepAlives will detect communication errors. If BrowserManager is stuck > running a test, then presumably the JUnitShell that opened it will timeout > the test aft

[gwt-contrib] Re: JUnitShell fails tests that are queued in BrowserManagerServer

2009-10-23 Thread John LaBanca
RunStyleRemoteWeb#launchModule will detect if the test cannot start, and #doKeepAlives will detect communication errors. If BrowserManager is stuck running a test, then presumably the JUnitShell that opened it will timeout the test after 20 minutes and kill the test, so I think we're covered all a

[gwt-contrib] Re: JUnitShell fails tests that are queued in BrowserManagerServer

2009-10-23 Thread John Tamplin
On Fri, Oct 23, 2009 at 1:38 PM, wrote: > RunStyleRemoteWeb now takes a similar path as RunStyleManual, giving > clients unlimited time to start the test. RunStyleRemoteWeb already > handles communication errors with JUnitShell, so we just check for > wasInterrupted. > My concern is that it will

[gwt-contrib] Re: incubator shouldn't need gwt-dev-${platform}.jar anymore

2009-10-23 Thread Ray Ryan
Incubator trunk is *already incompatible* with 1.7. Don't waste your time. On Fri, Oct 23, 2009 at 11:52 AM, Freeland Abbott wrote: > Well, the dual-mode isn't a big deal... updated, and I can go either way on > submission. (But I agree that trunk-tracks-trunk is sane, and > trunk-tracks-many is

[gwt-contrib] JUnitShell fails tests that are queued in BrowserManagerServer

2009-10-23 Thread jlabanca
Reviewers: jat, Description: Description: JUnitShell fails tests after 60s, but BrowserManagerServer may have a queue much longer than that if multiple JUnitShell instances are using it. For example, our own build runs in parallel, and some tests take 2-5 minutes to complete, so oth

[gwt-contrib] [google-web-toolkit] r6455 committed - Reduces some compiler spew....

2009-10-23 Thread codesite-noreply
Revision: 6455 Author: kpro...@google.com Date: Fri Oct 23 13:15:54 2009 Log: Reduces some compiler spew. Review by: spoon, scottb http://code.google.com/p/google-web-toolkit/source/detail?r=6455 Modified: /trunk/dev/core/src/com/google/gwt/core/ext/soyc/impl/DependencyRecorder.java /t

[gwt-contrib] [google-web-toolkit] r6454 committed - Updated with c6451, Fix a fatal error when asserts are enabled and a l...

2009-10-23 Thread codesite-noreply
Revision: 6454 Author: fabb...@google.com Date: Fri Oct 23 12:30:47 2009 Log: Updated with c6451, Fix a fatal error when asserts are enabled and a locale specified in @DefaultLocale is not in the current list of locales. Patch by: jat Review by: jlabanca Merge by: fabbott http://code.google.c

[gwt-contrib] StackPanelTest/ListBoxTest#testDebugId fail with HtmlUnit

2009-10-23 Thread jlabanca
Reviewers: Ray Ryan, Description: Description: Both of these tests use a DeferredCommand and do similar things. They fail in HtmlUnit fairly often on our build system, even with long timeouts. Fix: Disable the tests on HtmlUnit. Please review this at http://gwt-code-reviews.

[gwt-contrib] Re: incubator shouldn't need gwt-dev-${platform}.jar anymore

2009-10-23 Thread Freeland Abbott
Well, the dual-mode isn't a big deal... updated, and I can go either way on submission. (But I agree that trunk-tracks-trunk is sane, and trunk-tracks-many is less so.) On Fri, Oct 23, 2009 at 2:46 PM, Ray Ryan wrote: > No, we changed that last month, discussed the change on GWT-C, and updated

[gwt-contrib] Re: incubator shouldn't need gwt-dev-${platform}.jar anymore

2009-10-23 Thread Ray Ryan
No, we changed that last month, discussed the change on GWT-C, and updated the Incubator wiki accordingly. This is okay. On Fri, Oct 23, 2009 at 11:43 AM, Freeland Abbott wrote: > Grr. You're right, but it's supposed to work with *either* the trunk *or* the > most current, so I'll have to revisi

[gwt-contrib] Re: incubator shouldn't need gwt-dev-${platform}.jar anymore

2009-10-23 Thread John LaBanca
I thought incubator policy was that it tracks with trunk. We usually provide a jar to support the previously released version. We abandoned the idea of supported the previous release and trunk after gwt 1.6 because nearly impossible to do so. Thanks, John LaBanca jlaba...@google.com On Fri, Oc

[gwt-contrib] Re: incubator shouldn't need gwt-dev-${platform}.jar anymore

2009-10-23 Thread Freeland Abbott
Grr. You're right, but it's supposed to work with *either* the trunk *or* the most current, so I'll have to revisit that patch... On Fri, Oct 23, 2009 at 2:39 PM, wrote: > I thought incubator policy was it needed to operate with the most recent > official release, which is currently 1.7.1 and w

[gwt-contrib] Re: incubator shouldn't need gwt-dev-${platform}.jar anymore

2009-10-23 Thread jat
I thought incubator policy was it needed to operate with the most recent official release, which is currently 1.7.1 and will fail after this change. http://gwt-code-reviews.appspot.com/87803 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-C

[gwt-contrib] [google-web-toolkit] r6453 committed - Merge r6451 from trunk to the release branch....

2009-10-23 Thread codesite-noreply
Revision: 6453 Author: j...@google.com Date: Fri Oct 23 11:37:32 2009 Log: Merge r6451 from trunk to the release branch. Fixes a fatal error on @DefaultLocale("foo") when foo is not in the locale list svn merge --ignore-ancestry -c6451 \ https://google-web-toolkit.googlecode.com/sv

[gwt-contrib] incubator shouldn't need gwt-dev-${platform}.jar anymore

2009-10-23 Thread fabbott
Reviewers: jlabanca, Description: let it compile! Please review this at http://gwt-code-reviews.appspot.com/87803 Affected files: common.ant.xml Index: common.ant.xml === --- common.ant.xml (revision 1733) +++ common.ant.

[gwt-contrib] [google-web-toolkit] r6452 committed - Suppress spurious JSNI ref warnings inside EmmaClassLoadingTest. Subm...

2009-10-23 Thread codesite-noreply
Revision: 6452 Author: jlaba...@google.com Date: Fri Oct 23 11:30:55 2009 Log: Suppress spurious JSNI ref warnings inside EmmaClassLoadingTest. Submitting on Keith's behalf. Patch by: kplatfoot Review by: jlabanca http://code.google.com/p/google-web-toolkit/source/detail?r=6452 Modified:

[gwt-contrib] [google-web-toolkit] r6451 committed - Fix a fatal error when asserts are enabled and a locale specified in...

2009-10-23 Thread codesite-noreply
Revision: 6451 Author: j...@google.com Date: Fri Oct 23 11:29:07 2009 Log: Fix a fatal error when asserts are enabled and a locale specified in @DefaultLocale is not in the current list of locales. Patch by: jat Review by: jlabanca http://code.google.com/p/google-web-toolkit/source/detail?r=6451

[gwt-contrib] Re: Fix @DefaultLocale value that isn't a listed locale being a fatal error

2009-10-23 Thread jat
Thanks, committed to trunk at r6451. http://gwt-code-reviews.appspot.com/87801 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: Fix @DefaultLocale value that isn't a listed locale being a fatal error

2009-10-23 Thread jlabanca
LGTM http://gwt-code-reviews.appspot.com/87801 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] UiBinder adds spaces around CSS idents when they aren't needed

2009-10-23 Thread jlabanca
Reviewers: Ray Ryan, Description: Description: === CssProperty.ListValue#getExpression() joins IdentValues in a single CSS expression, adding a space between them. Example: border: 1px solid red; However, spaces are not required in all cases, and in one case, they cause a parsing error

[gwt-contrib] [google-web-toolkit] r6450 committed - Cleans up SOYC options: -compileReport is now preferred way to generat...

2009-10-23 Thread codesite-noreply
Revision: 6450 Author: kpro...@google.com Date: Fri Oct 23 11:09:22 2009 Log: Cleans up SOYC options: -compileReport is now preferred way to generate SOYC reports, -soyc is now undocumented, and getting detailed SOYC report now automatically implies the regular SOYC report also. Review by: sp

[gwt-contrib] Fix @DefaultLocale value that isn't a listed locale being a fatal error

2009-10-23 Thread jat
Reviewers: jlabanca, Description: If asserts are enabled, having @DefaultLocale("foo") is a fatal error if foo is not in the current list of locales. Please review this at http://gwt-code-reviews.appspot.com/87801 Affected files: user/src/com/google/gwt/i18n/rebind/AbstractLocalizableImplCre

[gwt-contrib] [google-web-toolkit] r6449 committed - Adds basic test case for SOYC.

2009-10-23 Thread codesite-noreply
Revision: 6449 Author: kpro...@google.com Date: Fri Oct 23 09:55:33 2009 Log: Adds basic test case for SOYC. http://code.google.com/p/google-web-toolkit/source/detail?r=6449 Added: /trunk/dev/core/test/com/google/gwt/dev/SoycTest.java Modified: /trunk/dev/build.xml

[gwt-contrib] [google-web-toolkit] r6448 committed - Adding branch-info.txt

2009-10-23 Thread codesite-noreply
Revision: 6448 Author: fabb...@google.com Date: Fri Oct 23 09:31:50 2009 Log: Adding branch-info.txt http://code.google.com/p/google-web-toolkit/source/detail?r=6448 Added: /branches/snapshot-2009.10.23-r6446/branch-info.txt === --- /dev/null +++ /branches/

[gwt-contrib] [google-web-toolkit] r6447 committed - Created ms2-equivalent snapshot via:...

2009-10-23 Thread codesite-noreply
Revision: 6447 Author: fabb...@google.com Date: Fri Oct 23 09:04:26 2009 Log: Created ms2-equivalent snapshot via: svn copy -r6446 https://google-web-toolkit.googlecode.com/svn/trunk https://google-web-toolkit.googlecode.com/svn/branches/snapshot-2009.10.23-r6446 http://code.google.com/p/go

[gwt-contrib] Fix sundry warnings

2009-10-23 Thread rice
Reviewers: jat, Ray Ryan, Lex, scottb, Description: Fix some cases of the following classes of warnings: 1) (Obviously correctly) unused variables 2) Redundant interface inheritance 3) Redundant null checks 4) Redundant casts 5) Hidden variables 6) Deprecation 6) (Only in HandlerClassInfo.java)