[gwt-contrib] Re: down-merge of LinkerSuite tests

2009-01-20 Thread Freeland Abbott
Since 1.6 is currently red, I can't prove that it passes. Yet. I'll hold it 'til I can... On Tue, Jan 20, 2009 at 10:09 PM, Scott Blum wrote: > No need to review if it passes and is a clean merge. > > > On Tue, Jan 20, 2009 at 9:59 PM, Freeland Abbott < > gwt.team.fabb...@gmail.com> wrote: > >

[gwt-contrib] Re: help needed on gwt-maven-plugin

2009-01-20 Thread Scott Blum
Jarjar is a trunk issue that I believe is unrelated. On Tue, Jan 20, 2009 at 10:08 PM, John Tamplin wrote: > On Tue, Jan 20, 2009 at 9:41 PM, Scott Blum wrote: > >> Thanks, nicolas. Your test reproduced an issue, but I was unable to get >> Tomcat to work properly. We will probably not fix thi

[gwt-contrib] Re: down-merge of LinkerSuite tests

2009-01-20 Thread Scott Blum
No need to review if it passes and is a clean merge. On Tue, Jan 20, 2009 at 9:59 PM, Freeland Abbott wrote: > @Scott, > Perhaps an exercise in barn door closing, but this patch pulls LinkerSuite > from trunk to 1.6. > > > --~--~-~--~~~---~--~~ http://groups.goog

[gwt-contrib] Re: help needed on gwt-maven-plugin

2009-01-20 Thread John Tamplin
On Tue, Jan 20, 2009 at 9:41 PM, Scott Blum wrote: > Thanks, nicolas. Your test reproduced an issue, but I was unable to get > Tomcat to work properly. We will probably not fix this for 1.6 since Jetty > works fine. > http://code.google.com/p/google-web-toolkit/issues/detail?id=1032 > Actually

[gwt-contrib] down-merge of LinkerSuite tests

2009-01-20 Thread Freeland Abbott
@Scott, Perhaps an exercise in barn door closing, but this patch pulls LinkerSuite from trunk to 1.6. --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~--- linkertest-r4506.patch

[gwt-contrib] Re: help needed on gwt-maven-plugin

2009-01-20 Thread Scott Blum
Thanks, nicolas. Your test reproduced an issue, but I was unable to get Tomcat to work properly. We will probably not fix this for 1.6 since Jetty works fine. http://code.google.com/p/google-web-toolkit/issues/detail?id=1032 Scott On Tue, Jan 20, 2009 at 10:44 AM, nicolas de loof wrote: > You

[gwt-contrib] [google-web-toolkit commit] r4506 - trunk/dev/oophm/src/com/google/gwt/dev/shell

2009-01-20 Thread codesite-noreply
Author: j...@google.com Date: Tue Jan 20 16:55:55 2009 New Revision: 4506 Modified: trunk/dev/oophm/src/com/google/gwt/dev/shell/BrowserListener.java Log: Catch the case of a failure to start the browser listener and avoid NPE, so the log message stays visible. Patch by: jat Review by: bo

[gwt-contrib] Re: RR: ResourceOracleImpl patch: part 2

2009-01-20 Thread Scott Blum
ClassPathEntry: update @return on line 33 PathPrefixSet: - slightly dangerous to overload modCount this way - Needs format - Use javadoc on field comments, not single-line non-javadoc comments ResourceOracleImpl - Single-line multi-line comment on 305 - Comment for globalResourceToPrefixMap? - Let

[gwt-contrib] Re: r4419 - in trunk: . dev

2009-01-20 Thread Scott Blum
The end game for Jetty is to probably move it out of gwt-dev into a separate jar. On Tue, Jan 20, 2009 at 7:43 PM, Miroslav Pokorny < miroslav.poko...@gmail.com> wrote: > > Your problem is because the jetty classes have been re-packaged under > com.goolgle.gwt.thirdparty etc but somewhere there's

[gwt-contrib] trivial TBR code review requested - oophm

2009-01-20 Thread John Tamplin
Bob, could you review trunk/r4506? It was a trivial change to add a null check arounjd starting the BrowserListener thread so that if an exception occurred during initialization (which would be logged), an NPE prevented the user from reading it. One common cause would be starting a second OOPHM s

[gwt-contrib] Re: Why MenuBar widget do not have a setHorizontalAlignment or setVerticalAlignment method?

2009-01-20 Thread John Tamplin
On Tue, Jan 20, 2009 at 11:15 AM, Jack Yang wrote: > Yes, I truly understand your considerations about the confusing of setting > the alignment of the widget itself. When I asked myself what might be your > reason on not having these methods for alignment I think of this point. But, > I think thi

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

2009-01-20 Thread codesite-noreply
Author: fabb...@google.com Date: Tue Jan 20 15:06:01 2009 New Revision: 4504 Modified: releases/1.6/dev/core/src/com/google/gwt/core/linker/SingleScriptLinker.java releases/1.6/dev/core/src/com/google/gwt/core/linker/XSLinker.java Log: buildbreak fix, that onScriptLoad needs to be give

[gwt-contrib] Re: r4419 - in trunk: . dev

2009-01-20 Thread Miroslav Pokorny
Your problem is because the jetty classes have been re-packaged under com.goolgle.gwt.thirdparty etc but somewhere there's some reflection code try to instantiate a jetty class using it's org.mortbay name. The class name must be coming from a string or text file which unfortunately did not

[gwt-contrib] Re: Why MenuBar widget do not have a setHorizontalAlignment or setVerticalAlignment method?

2009-01-20 Thread jack.yang
Yes, I truly understand your considerations about the confusing of setting the alignment of the widget itself. When I asked myself what might be your reason on not having these methods for alignment I think of this point. But, I think this is the wrong way. In my opinion, GWT should aim to encapsu

[gwt-contrib] Re: Why MenuBar widget do not have a setHorizontalAlignment or setVerticalAlignment method?

2009-01-20 Thread Jack Yang
Yes, I truly understand your considerations about the confusing of setting the alignment of the widget itself. When I asked myself what might be your reason on not having these methods for alignment I think of this point. But, I think this is the wrong way. In my opinion, GWT should aim to encapsul

[gwt-contrib] Re: r4419 - in trunk: . dev

2009-01-20 Thread Sam
Got the same problem, the project skeleton created by WebAppCreator failed to execute Seems to be a CL issue Any idea ? conf -> Windows XP r4505 Sami 2009-01-21 01:13:39.299::INFO: Logging to STDERR via com.google.gwt.thirdparty.org.mortbay.log.StdErrLog 2009-01-21 01:13:39.339::INFO: jet

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

2009-01-20 Thread codesite-noreply
Author: sco...@google.com Date: Tue Jan 20 14:51:34 2009 New Revision: 4502 Modified: releases/1.6/dev/core/src/com/google/gwt/dev/Compiler.java releases/1.6/dev/core/src/com/google/gwt/dev/GWTCompiler.java Log: Fixed a bug where compiling from hosted mode would fail to refresh module

[gwt-contrib] [google-web-toolkit commit] r4499 - trunk/dev/core/src/com/google/gwt/util/tools

2009-01-20 Thread codesite-noreply
Author: fabb...@google.com Date: Tue Jan 20 13:25:41 2009 New Revision: 4499 Modified: trunk/dev/core/src/com/google/gwt/util/tools/Utility.java Log: Merged a fix to tmpdir creation, so the gwt-tmp layer can't create permission errors Review by: scottb Merge from: 1...@4498 Modified: trun

[gwt-contrib] [google-web-toolkit commit] r4503 - releases/1.6/user/src/com/google/gwt/event/shared

2009-01-20 Thread codesite-noreply
Author: sco...@google.com Date: Tue Jan 20 14:52:14 2009 New Revision: 4503 Modified: releases/1.6/user/src/com/google/gwt/event/shared/HandlerManager.java Log: Organize imports. Modified: releases/1.6/user/src/com/google/gwt/event/shared/HandlerManager.java ==

[gwt-contrib] [google-web-toolkit commit] r4497 - releases/1.6/user/src/com/google/gwt/event/dom

2009-01-20 Thread codesite-noreply
Author: j...@google.com Date: Tue Jan 20 12:56:27 2009 New Revision: 4497 Modified: releases/1.6/user/src/com/google/gwt/event/dom/DomEvent.gwt.xml Log: Fixed capitalization typo (don't ask me how this compiled on my desk). Modified: releases/1.6/user/src/com/google/gwt/event/dom/DomEvent.

[gwt-contrib] [google-web-toolkit commit] r4505 - trunk/dev/core/src/com/google/gwt/core/linker

2009-01-20 Thread codesite-noreply
Author: fabb...@google.com Date: Tue Jan 20 15:07:43 2009 New Revision: 4505 Modified: trunk/dev/core/src/com/google/gwt/core/linker/SingleScriptLinker.java trunk/dev/core/src/com/google/gwt/core/linker/XSLinker.java Log: upmerge of buildbreak fix for XSLinker and StandaloneScriptLinker

[gwt-contrib] Re: buildbreak fix to XSLinker and StandaloneScriptLinker

2009-01-20 Thread John Tamplin
On Tue, Jan 20, 2009 at 5:57 PM, Freeland Abbott wrote: > For the XSLinker breakage... longer in the digging than the fixing. This > is against *trunk* r4499, although I imagine it's identical in 1.6... in > 1.6, I also wanted to downport the LinkerSuite tests, but I'm getting what I > think is

[gwt-contrib] [google-web-toolkit commit] r4493 - tools/redist/emma

2009-01-20 Thread codesite-noreply
Author: amitman...@google.com Date: Mon Jan 19 15:16:47 2009 New Revision: 4493 Modified: tools/redist/emma/README.txt tools/redist/emma/com.mountainminds.eclemma.core_1.3.2.jar tools/redist/emma/emma-multiclassloader-fix.patch tools/redist/emma/emma.jar Log: Fixes the ClassCastE

[gwt-contrib] buildbreak fix to XSLinker and StandaloneScriptLinker

2009-01-20 Thread Freeland Abbott
For the XSLinker breakage... longer in the digging than the fixing. This is against *trunk* r4499, although I imagine it's identical in 1.6... in 1.6, I also wanted to downport the LinkerSuite tests, but I'm getting what I think is an unrelated break in user/test/com/google/gwt/junit/client/TestMa

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

2009-01-20 Thread codesite-noreply
Author: j...@google.com Date: Tue Jan 20 14:11:08 2009 New Revision: 4501 Modified: releases/1.6/eclipse/README.txt Log: Update documentation to include new way of specifying the gwt-dev-.jar location. Patch by: jat Review by: scottb Modified: releases/1.6/eclipse/README.txt ===

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

2009-01-20 Thread codesite-noreply
Author: fabb...@google.com Date: Tue Jan 20 12:56:29 2009 New Revision: 4498 Modified: releases/1.6/dev/core/src/com/google/gwt/util/tools/Utility.java Log: Fix Utility.java to use better unique temporaries, not under gwt-tmp (which can have permission issues). Review by: scottb Modified:

[gwt-contrib] Re: [google-web-toolkit commit] r4500 - releases/1.6

2009-01-20 Thread Scott Blum
Methinks your fencepost is wrong... shouldn't that be 4490:4497,4498: if you want to skip c4498? On Tue, Jan 20, 2009 at 5:13 PM, wrote: > > Author: fabb...@google.com > Date: Tue Jan 20 13:27:40 2009 > New Revision: 4500 > > Modified: >releases/1.6/branch-info.txt > > Log: > Recording m

[gwt-contrib] Re: GWTCanvas and ImageBundle,

2009-01-20 Thread Jaime Yap
Ray nailed it mostly. You can (as of 5 minutes ago) clip from a source image in GWTCanvas. However, you will notice that GWTCanvas drawImage() expects a regular ImageElement. ImageBundle uses background image slicing and other trickery that varies by browser. You can do some magic to tease the un

[gwt-contrib] Re: GWTCanvas and ImageBundle,

2009-01-20 Thread Axel Kittenberger
Thanks Ray! I'll just do traditional ImagePrefetching then... ( I'm just experimenting with using the new Canvas object to do GWT based games. Say No to Flash! :-) Kind regards, Axel BTW: just realising I might have hit the wrong group, sorry about that. On Jan 20, 10:15 pm, Ray Cromwell wro

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

2009-01-20 Thread codesite-noreply
Author: fabb...@google.com Date: Tue Jan 20 13:27:40 2009 New Revision: 4500 Modified: releases/1.6/branch-info.txt Log: Recording merge of c4498 to trunk Modified: releases/1.6/branch-info.txt == --- releases/1.6/

[gwt-contrib] [google-web-toolkit commit] r4494 - in releases/1.6/user: src/com/google/gwt/event src/com/google/gwt/event/dom src/com/googl...

2009-01-20 Thread codesite-noreply
Author: j...@google.com Date: Tue Jan 20 09:18:24 2009 New Revision: 4494 Added: releases/1.6/user/src/com/google/gwt/event/EventBase.gwt.xml releases/1.6/user/src/com/google/gwt/event/dom/DomEvent.gwt.xml releases/1.6/user/src/com/google/gwt/event/logical/LogicalEvent.gwt.xml Modifie

[gwt-contrib] [google-web-toolkit commit] r4496 - in releases/1.6/user: super/com/google/gwt/junit/translatable/com/google/gwt/junit/client...

2009-01-20 Thread codesite-noreply
Author: j...@google.com Date: Tue Jan 20 10:38:07 2009 New Revision: 4496 Modified: releases/1.6/user/super/com/google/gwt/junit/translatable/com/google/gwt/junit/client/GWTTestCase.java releases/1.6/user/test/com/google/gwt/junit/client/TestManualAsync.java Log: JUnit infrastructure n

[gwt-contrib] Re: GWTCanvas and ImageBundle,

2009-01-20 Thread Ray Cromwell
I don't think you can, at least not easily. To do this requires the drawImage() call which allows specifying the source rectangle. GWTCanvas doesn't support clipping either, so you can't set a rectangle path, and clip the source image. This might be due to a limitation of IE/VML, I dunno, I try to

[gwt-contrib] GWTCanvas and ImageBundle,

2009-01-20 Thread Axel Kittenberger
Can I (and if yes how) use ImageBundle images in GWTCanvas.drawImage ()? Kind regards, Axel --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: documentation review requested for releases-1.6 - eclipse README updated to reflect gwt_devjar variable

2009-01-20 Thread Scott Blum
LGTM. On Tue, Jan 20, 2009 at 2:47 PM, John Tamplin wrote: > The attached patch, relative to 1.6 @ r4495, updates the Eclipse README.txt > file to properly set the recently introduced gwt_devjar variable. > > -- > John A. Tamplin > Software Engineer (GWT), Google > --~--~-~--~~-

[gwt-contrib] Re: tmpdir patch in Utility.java

2009-01-20 Thread Scott Blum
LGTM. Feel free to commit to both 1.6 and trunk as there is a 99.9% chance this will merge cleanly. On Tue, Jan 20, 2009 at 1:14 PM, Freeland Abbott wrote: > We've bumped into some problems where the pattern /tmp/gwt-tmp/* > something-unique* fails, because the intermediate gwt-tmp layer has ba

[gwt-contrib] documentation review requested for releases-1.6 - eclipse README updated to reflect gwt_devjar variable

2009-01-20 Thread John Tamplin
The attached patch, relative to 1.6 @ r4495, updates the Eclipse README.txt file to properly set the recently introduced gwt_devjar variable. -- John A. Tamplin Software Engineer (GWT), Google --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit

[gwt-contrib] Re: Event triggering patch (issue 3166)

2009-01-20 Thread rjrjr
One design issue below. LGTM once you shoot it down. :-) http://gwt-code-reviews.appspot.com/2009/diff/1/8 File user/src/com/google/gwt/user/client/Event.java (right): http://gwt-code-reviews.appspot.com/2009/diff/1/8#newcode464 Line 464: DOM.setEventListener((com.google.gwt.user.client.Element

[gwt-contrib] Re: strange compiler error in trunk

2009-01-20 Thread Lex Spoon
On Fri, Jan 16, 2009 at 8:46 PM, Cameron Braid wrote: > I am using version 1.2.1 > > I created a new module that triggers the compiler error : > > > > > > > > package error.client; > import com.extjs.gxt.ui.client.widget.ContentPanel; > import com.google.gwt.core.client.EntryPoin

[gwt-contrib] Re: Event triggering patch (issue 3166)

2009-01-20 Thread jgw
http://gwt-code-reviews.appspot.com/2009/diff/1/7 File user/src/com/google/gwt/user/client/impl/DOMImplStandard.java (right): http://gwt-code-reviews.appspot.com/2009/diff/1/7#newcode46 Line 46: var button = evt.button; Note that this switch from evt.which to evt.button is quite intentional. It

[gwt-contrib] Event triggering patch (issue 3166)

2009-01-20 Thread jgw
Reviewers: rjrjr, ecc, Description: This was originally discussed on the main Rietveld instance here: http://codereview.appspot.com/8894 I'm moving it here because that's where we're doing everything now, and the 1.6 branch has drifted enough that it merits another look. This includes: - All

[gwt-contrib] Re: code review: issues_3166_3167_gwt16_r4353.patch

2009-01-20 Thread Joel Webber
Ok, I *finally* got the freakin' JUnit infrastructure changes committed, which means it's time to get this stuff landed as well. The 1.6 release branch has drifted a bit since I last put this patch up for review, so I'll send out a new one momentarily. There should be no substantive changes over th

[gwt-contrib] Re: Fix for JUnit to deal with synchronous exceptions in event handlers (issue 3258)

2009-01-20 Thread jgw
Commited as r4496. http://gwt-code-reviews.appspot.com/2008 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: Fix for JUnit to deal with synchronous exceptions in event handlers (issue 3258)

2009-01-20 Thread jgw
On 2009/01/16 15:34:48, jgw wrote: > From scottb on issue 3258: LGTM. http://gwt-code-reviews.appspot.com/2008 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] tmpdir patch in Utility.java

2009-01-20 Thread Freeland Abbott
We've bumped into some problems where the pattern /tmp/gwt-tmp/* something-unique* fails, because the intermediate gwt-tmp layer has bad permissions from one user that later block a second user. I think that was my original error, fwiw, but here's a patch that just cuts the middle layer... less "p

[gwt-contrib] Re: Proposed tweaks to the new event infrastructure

2009-01-20 Thread Joel Webber
Oh yeah, forgot to answer that. HasHandlers.isEventHandled() exists to allow optimization of event object instantiation, as in: class SomeEvent { static void fireSomeEvent(HasHandlers source) { if (source.isEventHandled(SomeEvent.TYPE) { source.fireEvent(new SomeEvent()); } } }

[gwt-contrib] Re: Why MenuBar widget do not have a setHorizontalAlignment or setVerticalAlignment method?

2009-01-20 Thread dflorey
It would be very nice if we could add widgets to MenuItems instead of using setting html. This would make formatting of custom menu items a lot easier. I just tried to add menu items that display text + an aligned image and it took some time to find out how to do that (nesting a table). On Jan 2

[gwt-contrib] Re: help needed on gwt-maven-plugin

2009-01-20 Thread nicolas de loof
You can get the test project from http://people.apache.org/~nicolas/MGWT-14/ as a ZIP of browse its content. plugin source is code at https://svn.codehaus.org/mojo/trunk/mojo/gwt-maven-plugin The maven plugin creates : - a classpath entries list in target/gwt.classpath file (warning : files path

[gwt-contrib] Re: Why MenuBar widget do not have a setHorizontalAlignment or setVerticalAlignment method?

2009-01-20 Thread John LaBanca
The fact that MenuBar uses a table to render itself is just an implementation detail, and sometimes we abstract away the DOM implementation of a widget. Personally, I think adding a setHorizontal/VerticalAlignment() would be a little confusing because people might assume it would set the alignment

[gwt-contrib] Re: help needed on gwt-maven-plugin

2009-01-20 Thread Scott Blum
Hi Nicolas, Can you supply the actual script produced and any Java classes that are used to setup the "booter"? Thanks, Scott On Tue, Jan 20, 2009 at 5:04 AM, nicolas.deloof wrote: > > Hi, > > the gwt-maven-plugin development has a Classloader issue with tomcat > embedded > http://jira.codehaus.

[gwt-contrib] help needed on gwt-maven-plugin

2009-01-20 Thread nicolas.deloof
Hi, the gwt-maven-plugin development has a Classloader issue with tomcat embedded http://jira.codehaus.org/browse/MGWT-14 We have no idea of what's wrong, so any of you with ClassLoader / Tomcat embedded skills would be welcome to help if possible. Please apologies for "spaming" this group for a