Google Groups Home
Help | Sign in
ANNOUNCE: GWT 1.4.62
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Joel Webber  
View profile
(1 user)  More options Mar 17, 2:30 pm
From: "Joel Webber" <j...@google.com>
Date: Mon, 17 Mar 2008 14:30:59 -0400
Local: Mon, Mar 17 2008 2:30 pm
Subject: ANNOUNCE: GWT 1.4.62

All,

The GWT team has just released GWT 1.4.62. It includes fixes for the two
issues
known to specifically break the Firefox 3 beta, as well as a fix for a
Windows
hosted-mode crash bug. The specific patches are detailed below.

You will want to update to GWT 1.4.62 in order to ensure that your
applications
work properly on Firefox 3 when it is formally released. To update from GWT
1.4.61 to 1.4.62, follow the steps below for each GWT application you want
to
update:

1) Download GWT 1.4.62 for your platform at the link below and unpack
it to the directory of your choice (only needs to be performed once
per platform):

- http://google-web-toolkit.googlecode.com/files/gwt-windows-1.4.62.zip
- http://google-web-toolkit.googlecode.com/files/gwt-mac-1.4.62.tar.gz
- http://google-web-toolkit.googlecode.com/files/gwt-linux-1.4.62.tar.gz
- http://google-web-toolkit.googlecode.com/files/gwt-leopard-1.4.62.tar.gz

2) Update your GWT project build path to use the latest GWT JARs. This
includes gwt-user.jar, gwt-dev-<platform>.jar and gwt-servlet.jar if
your application uses GWT-RPC.

3) Update any run configurations or application compile and shell
scripts to include the latest JARs in the classpath (same JARs as
mentioned in step 2).

4) Run a GWT compilation over your project to generate the latest GWT
application files for your project.

5) Deploy the latest GWT application files to your web server.

For those of you who have experienced the bugs that GWT 1.4.62 aims to
fix, give the latest build a spin and let us know if you're still
experiencing any problems. Also, please reply back to this thread if
you experience any other difficulty updating to GWT 1.4.62 or
deploying your GWT application with the latest release.

The following patches are included in this release:

r1533:
Fixes issue 1702
insertListItem current created an option element with the wrong
owner document. This causes errors in FF3 preview builds.

r1871:
Fixes issue 1942
FF3 Beta 1 throws WRONG_DOCUMENT_ERROR in getBoxObjectFor if the
element is not attached to the DOM. This affects our implementation
of Tree when an element is selected programmatically on a tree that
is unattached. This change wraps the call to getBoxObjectFor in a
try/catch and returns 0 if a WRONG_DOCUMENT_ERROR occurs, which
emulates what getBoxObjectFor is supposed to do. This bug is set
to P1 in bugzilla, https://bugzilla.mozilla.org/show_bug.cgi?id=409111,
so this change can be saftely removed in the future.

r1991, r1995:
Fixes a latent bug in SwtOleGlue.extractStringFromOleCharPtr().  We were
treating the incoming value as a BSTR, but it's really just a naked
OLECHAR*.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andrés Testi  
View profile
 More options Mar 18, 11:32 am
From: Andrés Testi <andres.a.te...@gmail.com>
Date: Tue, 18 Mar 2008 08:32:57 -0700 (PDT)
Local: Tues, Mar 18 2008 11:32 am
Subject: Re: ANNOUNCE: GWT 1.4.62
Hi Joel:
Is there a new compilation axis to support FF3?

- Andrés

Joel Webber ha escrito:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ToonTalk@googlemail.com  
View profile
 More options Mar 25, 6:51 am
From: "ToonT...@googlemail.com" <ToonT...@googlemail.com>
Date: Tue, 25 Mar 2008 03:51:36 -0700 (PDT)
Local: Tues, Mar 25 2008 6:51 am
Subject: Re: ANNOUNCE: GWT 1.4.62
Hi.

Shouldn't http://code.google.com/webtoolkit/download.html be updated
to point to 1.4.62? And http://code.google.com/webtoolkit/versions.html

Best,

-ken

On Mar 17, 6:30 pm, "Joel Webber" <j...@google.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bruce Johnson  
View profile
 More options Mar 25, 10:20 am
From: "Bruce Johnson" <br...@google.com>
Date: Tue, 25 Mar 2008 10:20:32 -0400
Local: Tues, Mar 25 2008 10:20 am
Subject: Re: ANNOUNCE: GWT 1.4.62

Thanks for noticing, and you're right. Our plan was to stage it so that
people who are active on the groups would have the earliest access (and
would be most likely to give us feedback on the new version). The next step
is to change the primary download hyperlink as you suggest, which we'll
probably do in the next week or so.

As a data point, have you found that all your code works on FF3 using 1.4.62
?

On Tue, Mar 25, 2008 at 6:51 AM, ToonT...@googlemail.com <


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ToonTalk@googlemail.com  
View profile
(1 user)  More options Mar 26, 5:16 am
From: "ToonT...@googlemail.com" <ToonT...@googlemail.com>
Date: Wed, 26 Mar 2008 02:16:47 -0700 (PDT)
Local: Wed, Mar 26 2008 5:16 am
Subject: Re: ANNOUNCE: GWT 1.4.62
Works fine in FF3 beta 4, thanks.

On Mar 25, 2:20 pm, "Bruce Johnson" <br...@google.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ccocco  
View profile
 More options Apr 15, 9:51 am
From: ccocco <cco...@yahoo.com>
Date: Tue, 15 Apr 2008 06:51:39 -0700 (PDT)
Local: Tues, Apr 15 2008 9:51 am
Subject: Re: ANNOUNCE: GWT 1.4.62
Hi, the links still appear to point to 1.4.61.  Any idea as to when
they will point to the latest release?  Thanks!

On Mar 25, 6:51 am, "ToonT...@googlemail.com"


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google