Re: Announcing GWT 1.6 Milestone 2

2009-04-28 Thread powwow

Try using FocusPanel.  Let us know if it solves your problem.

On Mar 12, 5:54 am, PS psl...@gmail.com wrote:
 Hi All
    I have an issue, I want to drag and drop the panel, It can be
 horizontal or vertical or any other panel so that i can change it
 property(like change its size), but it is not supporting for the
 panels it is supporting for simple widgets like label,button,text box
 and able to change it property also.

 I try to do but facing issue.
 Example:
 AbsolutePanel ab=new AbsolutePanel();
 Label LHP = new Label(HorizontalPanel);
 LHP.addClickHandler(new ClickHandler(){
 public void onClick(ClickEvent event) {
   HorizontalPanel newHP = new HorizontalPanel();
          newHP.setSize(50, 50);  // on click panel size must be
 fixed,user can change it size
          newHP.setBorderWidth(2);    // broder
          ab.add(newHP);              // adding panel to absolutePanel
         dragController.makeDraggable(newHP);

         // This listner is called when a panel is clicked
          newHP.addMouseDownHandler(newMouseDownHandler(){
         public void onMouseDown(MouseDownEvent event) {
         // TODO Auto-generated method stub
         Label proplab=new Label(Property Pallet);
         }

 });

 Here addMouseDownHandler it is not supporting please any one can help
 me in this regard.

 regards
 Lokesh
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6 Milestone 2

2009-03-12 Thread PS

Hi All
   I have an issue, I want to drag and drop the panel, It can be
horizontal or vertical or any other panel so that i can change it
property(like change its size), but it is not supporting for the
panels it is supporting for simple widgets like label,button,text box
and able to change it property also.



I try to do but facing issue.
Example:
AbsolutePanel ab=new AbsolutePanel();
Label LHP = new Label(HorizontalPanel);
LHP.addClickHandler(new ClickHandler(){
public void onClick(ClickEvent event) {
  HorizontalPanel newHP = new HorizontalPanel();
 newHP.setSize(50, 50);  // on click panel size must be
fixed,user can change it size
 newHP.setBorderWidth(2);// broder
 ab.add(newHP);  // adding panel to absolutePanel
dragController.makeDraggable(newHP);

// This listner is called when a panel is clicked
 newHP.addMouseDownHandler(new MouseDownHandler(){
public void onMouseDown(MouseDownEvent event) {
// TODO Auto-generated method stub
Label proplab=new Label(Property Pallet);
}

});

Here addMouseDownHandler it is not supporting please any one can help
me in this regard.

regards
Lokesh

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6 Milestone 2

2009-03-09 Thread Sumit Chandel
Hi Hez,
As Vitali mentioned, marking these downloads as deprecated is our way of
keeping them from view on the main download page. The milestone builds
aren't fit for production, so we want to make sure no one mistakenly
downloads a milestone build for work that they're planning to put into
production.

Cheers,
-Sumit Chandel

On Sun, Mar 8, 2009 at 8:23 AM, hezjing hezj...@gmail.com wrote:

 Hi
 In
 http://code.google.com/p/google-web-toolkit/downloads/list?can=1q=1.6+Milestone+2
 ,
 may I know why the GWT 1.6 Milestone 2 distributions are labeled as
 deprecated?


 On Thu, Feb 26, 2009 at 4:45 AM, Bruce Johnson br...@google.com wrote:

 The GWT team is happy to announce the availability of Google Web Toolkit
 1.6 Milestone 2! Binary distributions are available for download directly
 from the GWT Google Code project.


 http://code.google.com/p/google-web-toolkit/downloads/list?can=1q=1.6+Milestone+2

 If you have already tried GWT 1.6 Milestone 1, you may not notice much
 difference in Milestone 2. Changes have mostly been general polish and
 various small bug fixes. For the nitty-gritty details of the changes since
 the previous milestone, see the attached source control commit logs. You can
 also watch the GWT bug tracker for the most up-to-date list of resolved
 issues (
 http://code.google.com/p/google-web-toolkit/issues/list?can=1q=status:Fixed,FixedNotReleased%20milestone:1_6_RCnum=1000).
 As for doc, the javadoc that comes bundled with the distribution should be
 up-to-date, but the online Developer Guide (
 http://code.google.com/docreader/#p=google-web-toolkit-doc-1-6) is still
 being tweaked.

 We anticipate that GWT 1.6 M2 will be the last milestone build for this
 version. After a few more bugs fixes and a bit more doc, we expect it to be
 followed soon by a release candidate build. In the meanwhile, please report
 bugs to the GWT issue tracker (
 http://code.google.com/p/google-web-toolkit/issues/list) after doing a
 quick search to see if your issue has already been reported. If you
 encounter a bug in 1.6 M2 that you think qualifies as a showstopper, we
 would greatly appreciate it if you'd also reply on this thread to alert the
 engineering team.

 As always, remember that GWT milestone builds like this are
 use-at-your-own-risk. Don't be surprised if it takes a bit of trial and
 error to get everything to work, and we don't recommend it for production
 use quite yet.

 -- Bruce, on behalf of the GWT team






 --

 Hez

 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6 Milestone 2

2009-03-08 Thread hezjing
Hi
In
http://code.google.com/p/google-web-toolkit/downloads/list?can=1q=1.6+Milestone+2
,
may I know why the GWT 1.6 Milestone 2 distributions are labeled as
deprecated?


On Thu, Feb 26, 2009 at 4:45 AM, Bruce Johnson br...@google.com wrote:

 The GWT team is happy to announce the availability of Google Web Toolkit
 1.6 Milestone 2! Binary distributions are available for download directly
 from the GWT Google Code project.


 http://code.google.com/p/google-web-toolkit/downloads/list?can=1q=1.6+Milestone+2

 If you have already tried GWT 1.6 Milestone 1, you may not notice much
 difference in Milestone 2. Changes have mostly been general polish and
 various small bug fixes. For the nitty-gritty details of the changes since
 the previous milestone, see the attached source control commit logs. You can
 also watch the GWT bug tracker for the most up-to-date list of resolved
 issues (
 http://code.google.com/p/google-web-toolkit/issues/list?can=1q=status:Fixed,FixedNotReleased%20milestone:1_6_RCnum=1000).
 As for doc, the javadoc that comes bundled with the distribution should be
 up-to-date, but the online Developer Guide (
 http://code.google.com/docreader/#p=google-web-toolkit-doc-1-6) is still
 being tweaked.

 We anticipate that GWT 1.6 M2 will be the last milestone build for this
 version. After a few more bugs fixes and a bit more doc, we expect it to be
 followed soon by a release candidate build. In the meanwhile, please report
 bugs to the GWT issue tracker (
 http://code.google.com/p/google-web-toolkit/issues/list) after doing a
 quick search to see if your issue has already been reported. If you
 encounter a bug in 1.6 M2 that you think qualifies as a showstopper, we
 would greatly appreciate it if you'd also reply on this thread to alert the
 engineering team.

 As always, remember that GWT milestone builds like this are
 use-at-your-own-risk. Don't be surprised if it takes a bit of trial and
 error to get everything to work, and we don't recommend it for production
 use quite yet.

 -- Bruce, on behalf of the GWT team


 



-- 

Hez

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6 Milestone 2

2009-03-08 Thread Vitali Lovich
My guess would be so that they don't show up unless people really look for
it.

On Sun, Mar 8, 2009 at 11:23 AM, hezjing hezj...@gmail.com wrote:

 Hi
 In
 http://code.google.com/p/google-web-toolkit/downloads/list?can=1q=1.6+Milestone+2
 ,
 may I know why the GWT 1.6 Milestone 2 distributions are labeled as
 deprecated?


 On Thu, Feb 26, 2009 at 4:45 AM, Bruce Johnson br...@google.com wrote:

 The GWT team is happy to announce the availability of Google Web Toolkit
 1.6 Milestone 2! Binary distributions are available for download directly
 from the GWT Google Code project.


 http://code.google.com/p/google-web-toolkit/downloads/list?can=1q=1.6+Milestone+2

 If you have already tried GWT 1.6 Milestone 1, you may not notice much
 difference in Milestone 2. Changes have mostly been general polish and
 various small bug fixes. For the nitty-gritty details of the changes since
 the previous milestone, see the attached source control commit logs. You can
 also watch the GWT bug tracker for the most up-to-date list of resolved
 issues (
 http://code.google.com/p/google-web-toolkit/issues/list?can=1q=status:Fixed,FixedNotReleased%20milestone:1_6_RCnum=1000).
 As for doc, the javadoc that comes bundled with the distribution should be
 up-to-date, but the online Developer Guide (
 http://code.google.com/docreader/#p=google-web-toolkit-doc-1-6) is still
 being tweaked.

 We anticipate that GWT 1.6 M2 will be the last milestone build for this
 version. After a few more bugs fixes and a bit more doc, we expect it to be
 followed soon by a release candidate build. In the meanwhile, please report
 bugs to the GWT issue tracker (
 http://code.google.com/p/google-web-toolkit/issues/list) after doing a
 quick search to see if your issue has already been reported. If you
 encounter a bug in 1.6 M2 that you think qualifies as a showstopper, we
 would greatly appreciate it if you'd also reply on this thread to alert the
 engineering team.

 As always, remember that GWT milestone builds like this are
 use-at-your-own-risk. Don't be surprised if it takes a bit of trial and
 error to get everything to work, and we don't recommend it for production
 use quite yet.

 -- Bruce, on behalf of the GWT team






 --

 Hez

 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6 Milestone 2

2009-03-05 Thread Riyaz Mansoor


What version of Jetty is included with 1.6 ?

Specifically, which version of the Servlet API does it support ?  I
hope 2.4 is supported.

On Mar 5, 8:24 am, Riyaz Mansoor riyaz.mans...@gmail.com wrote:
 Just installed M2 and took a look around. I must say I like it - feels
 more natural to me. For a new project I wanted to start in 1.6, I
 didn't want to migrate in the middle and update all the deprecated
 stuff.

 Haven't put it through its paces yet. But first thing - I have control
 of web.xml :)

 Excellent work.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6 Milestone 2

2009-03-05 Thread Markus Knittig

On 03/05/2009 08:14 PM, Sumit Chandel wrote:

 GWT 1.6 ships with Jetty 6.1.11, which I believe supports Servlet API 2.5
 and downwards (meaning 2.4 is supported).

Any chance of upgrading before the release? Because support for multiple 
webapp directories would be quite handy, especially for Maven:
http://docs.codehaus.org/display/JETTY/Multiple+WebApp+Source+Directory

MfG Markus

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6 Milestone 2

2009-03-04 Thread Riyaz Mansoor


Just installed M2 and took a look around. I must say I like it - feels
more natural to me. For a new project I wanted to start in 1.6, I
didn't want to migrate in the middle and update all the deprecated
stuff.

Haven't put it through its paces yet. But first thing - I have control
of web.xml :)

Excellent work.



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6 Milestone 2

2009-03-03 Thread Sumit Chandel
Hi Ian,
Thanks for bringing this back up on the radar. I've updated Issue #1937 so
that the team can take another look at the issue and consider it for
inclusion for 1.6. Given that the HTMLPanel solution no longer works, this
should probably be fixed for 1.6. The issue log should be seeing some action
soon, so keep an eye out for that.

Issue #1937:
http://code.google.com/p/google-web-toolkit/issues/detail?id=1937

Cheers,
-Sumit Chandel

On Mon, Mar 2, 2009 at 5:22 PM, Ian Bambury ianbamb...@gmail.com wrote:

 id's in HTMLPanels have to be unique within an application for every
 HTMLPanel every time you use it. so, for example, if you go to a database
 and get some HTML returned, say
 div id=nameFred/div

  then

 getElementById(name).getInnerHTML()

 will return 'Fred'

 But from then on, every getElementById(name).getInnerHTML() will return
 'Fred', even if you create a new instance of the same class, even if you
 create an instance of a completely different class

 I reported this behaviour for version 1.4 for RootPanel back in 2007
 (issue#1937). Nothing has happened about it but I was recommended to use
 HTMLPanel. This has now become ususable, too.

 Is it worth adding a new issue, or will the v1.4 issue cover it?

 Or is it supposed to do that now?

 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6 Milestone 2

2009-03-03 Thread Sumit Chandel
Hello Ian,

Agreed, this doesn't sound like a showstopper, but still should be
investigated for a fix in a future release if not in 1.6.
I couldn't find this issue reported on the Issue Tracker. Feel free to add
this to the tracker - the details provided in the message below should be
enough for the issue report itself. I'll add it myself in case you don't get
a chance to get to it later today.

Cheers,
-Sumit Chandel

On Mon, Mar 2, 2009 at 4:39 PM, Ian Bambury ianbamb...@gmail.com wrote:

 I doubt it is considered a showstopper. No-one took any notice when I
 mentioned it for 1.5 and 1.6.0, but it severely limits what I would like to
 be able to do.
 There are a number of widgets which cannot be used anywhere inside
 DisclosurePanels and StackPanels and probably other things.

 For example: add a SplitPanel to a DisclosurePanel and in IE the split is
 set at 0 but can be moved, in FF/Safari/Chrome and, I think, Opera, it is at
 0 and cannot be moved

 There are a number of other combinations like this. Here's some example
 code:

 public class Main implements EntryPoint
 {
 public void onModuleLoad()
 {
 DisclosurePanel d = new DisclosurePanel(Click To Open);
 RootPanel.get().add(d);
 HorizontalSplitPanel s = new HorizontalSplitPanel();
 d.add(s);
 s.setLeftWidget(new Label(Left));
 s.setRightWidget(new Label(Right));
 s.setSize(200px, 100px);
 s.setSplitPosition(100px);
 }
 }


 Ian

 http://examples.roughian.com

 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6 Milestone 2

2009-03-02 Thread Ian Bambury
I doubt it is considered a showstopper. No-one took any notice when I
mentioned it for 1.5 and 1.6.0, but it severely limits what I would like to
be able to do.
There are a number of widgets which cannot be used anywhere inside
DisclosurePanels and StackPanels and probably other things.

For example: add a SplitPanel to a DisclosurePanel and in IE the split is
set at 0 but can be moved, in FF/Safari/Chrome and, I think, Opera, it is at
0 and cannot be moved

There are a number of other combinations like this. Here's some example
code:

public class Main implements EntryPoint
{
public void onModuleLoad()
{
DisclosurePanel d = new DisclosurePanel(Click To Open);
RootPanel.get().add(d);
HorizontalSplitPanel s = new HorizontalSplitPanel();
d.add(s);
s.setLeftWidget(new Label(Left));
s.setRightWidget(new Label(Right));
s.setSize(200px, 100px);
s.setSplitPosition(100px);
}
}


Ian

http://examples.roughian.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6 Milestone 2

2009-03-02 Thread Ian Bambury
id's in HTMLPanels have to be unique within an application for every
HTMLPanel every time you use it. so, for example, if you go to a database
and get some HTML returned, say
div id=nameFred/div

 then

getElementById(name).getInnerHTML()

will return 'Fred'

But from then on, every getElementById(name).getInnerHTML() will return
'Fred', even if you create a new instance of the same class, even if you
create an instance of a completely different class

I reported this behaviour for version 1.4 for RootPanel back in 2007
(issue#1937). Nothing has happened about it but I was recommended to use
HTMLPanel. This has now become ususable, too.

Is it worth adding a new issue, or will the v1.4 issue cover it?

Or is it supposed to do that now?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



[gwt-contrib] Re: Announcing GWT 1.6 Milestone 2

2009-02-25 Thread nicolas de loof
I notice running the Hosted mode server with wrong parameters output a help
message with :
-serverPrevents the embedded Tomcat server from running, even if a
port is specified

But Tomcat is supposed to have been replaced by Jetty, isn't it :D



On Wed, Feb 25, 2009 at 5:27 AM, Robert Cooper keber...@gmail.com wrote:


 And I have tried it with both -d32 and -d64 on Leopard.

 On Feb 24, 11:26 pm, Robert Cooper keber...@gmail.com wrote:
  I ran M1 and didn't get it, but at the time, I was still running
  GWTShell and dealing with the deprecated warning.
 
  Below is my launch script (if someone sees something glaringly wrong I
  have missed)
 
  export CLASSPATH=/Users/kebernet/Applications/gwt-mac-1.6.1/gwt-
  user.jar:/Users/kebernet/Applications/gwt-mac-1.6.1/gwt-dev-
  mac.jar:/Users/kebernet/Documents/code/gwittir/gwittir/gwittir-core/
  src/main/java:/Users/kebernet/Documents/code/gwittir/gwittir/gwittir-
  core/src/main/resources:/Users/kebernet/Documents/code/gwittir/
  gwittir/gwittir-core/classes:/Users/kebernet/Documents/code/gwittir/
  gwittir/gwittir-core/target/classes
 
  /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/
  java -XstartOnFirstThread -Xmx512m -cp $CLASSPATH -Dcatalina.base=/
  Users/kebernet/Documents/code/gwittir/gwittir/gwittir-core/target/
  tomcat  com.google.gwt.dev.HostedMode -gen /Users/kebernet/Documents/
  code/gwittir/gwittir/gwittir-core/target/gwtgen -logLevel INFO -style
  OBF -workDir /Users/kebernet/Documents/code/gwittir/gwittir/gwittir-
  core/target/gwtWork -extra /Users/kebernet/Documents/code/gwittir/
  gwittir/gwittir-core/target/gwtExtra -war /Users/kebernet/Documents/
  code/gwittir/gwittir/gwittir-core/target/gwittir-core-0.4.2 -
  localWorkers 2 -port 8088 -startupUrl /strict.html?log.level=spam
  com.totsp.gwittir.example.Example
 
  On Feb 24, 10:31 pm, Scott Blum sco...@google.com wrote:
 
   Robert, did you get this crash with Milestone 1?  If you didn't run
   Milestone 1, would you mind trying it out?
 
   On Tue, Feb 24, 2009 at 9:57 PM, Robert Cooper keber...@gmail.com
 wrote:
 
I'm getting a segfault (Leopard, java 1.5 (-d32)) trying to run the
HostedMode class. Any hints?
 
On Feb 24, 5:32 pm, Bruce Johnson br...@google.com wrote:
 The GWT team is happy to announce the availability of Google Web
 Toolkit
 1.6 Milestone 2! Binary distributions are available for download
 directly
 from the GWT Google Code project.
 

 http://code.google.com/p/google-web-toolkit/downloads/list?can=1q=1
 
 If you have already tried GWT 1.6 Milestone 1, you may not notice
 much
 difference in Milestone 2. Changes have mostly been general polish
 and
 various small bug fixes. For the nitty-gritty details of the
 changes
since
 the previous milestone, see the attached source control commit
 logs. You
can
 also watch the GWT bug tracker for the most up-to-date list of
 resolved
 issues (
   
 http://code.google.com/p/google-web-toolkit/issues/list?can=1q=statu...).
 As for doc, the javadoc that comes bundled with the distribution
 should
be
 up-to-date, but the online Developer Guide (
   http://code.google.com/docreader/#p=google-web-toolkit-doc-1-6) is
 still
 being tweaked.
 
 We anticipate that GWT 1.6 M2 will be the last milestone build for
 this
 version. After a few more bugs fixes and a bit more doc, we expect
 it to
be
 followed soon by a release candidate build. In the meanwhile,
 please
report
 bugs to the GWT issue tracker (
   http://code.google.com/p/google-web-toolkit/issues/list) after doing
 a
quick
 search to see if your issue has already been reported. If you
 encounter a
 bug in 1.6 M2 that you think qualifies as a showstopper, we would
 greatly
 appreciate it if you'd also reply on this thread to alert the
 engineering
 team.
 
 As always, remember that GWT milestone builds like this are
 use-at-your-own-risk. Don't be surprised if it takes a bit of trial
 and
 error to get everything to work, and we don't recommend it for
 production
 use quite yet.
 
 -- Bruce, on behalf of the GWT team
 
  svn-log-since-r4621.zip
 6KViewDownload
 


--~--~-~--~~~---~--~~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~--~~~~--~~--~--~---



[gwt-contrib] Re: Announcing GWT 1.6 Milestone 2

2009-02-25 Thread Scott Blum
That looks fine to me, although that -Dcatalina.base shouldn't matter
anymore.  Can you send me a VM crash log?

On Tue, Feb 24, 2009 at 11:26 PM, Robert Cooper keber...@gmail.com wrote:


 I ran M1 and didn't get it, but at the time, I was still running
 GWTShell and dealing with the deprecated warning.

 Below is my launch script (if someone sees something glaringly wrong I
 have missed)

 export CLASSPATH=/Users/kebernet/Applications/gwt-mac-1.6.1/gwt-
 user.jar:/Users/kebernet/Applications/gwt-mac-1.6.1/gwt-dev-
 mac.jar:/Users/kebernet/Documents/code/gwittir/gwittir/gwittir-core/
 src/main/java:/Users/kebernet/Documents/code/gwittir/gwittir/gwittir-
 core/src/main/resources:/Users/kebernet/Documents/code/gwittir/
 gwittir/gwittir-core/classes:/Users/kebernet/Documents/code/gwittir/
 gwittir/gwittir-core/target/classes

 /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/
 java -XstartOnFirstThread -Xmx512m -cp $CLASSPATH -Dcatalina.base=/
 Users/kebernet/Documents/code/gwittir/gwittir/gwittir-core/target/
 tomcat  com.google.gwt.dev.HostedMode -gen /Users/kebernet/Documents/
 code/gwittir/gwittir/gwittir-core/target/gwtgen -logLevel INFO -style
 OBF -workDir /Users/kebernet/Documents/code/gwittir/gwittir/gwittir-
 core/target/gwtWork -extra /Users/kebernet/Documents/code/gwittir/
 gwittir/gwittir-core/target/gwtExtra -war /Users/kebernet/Documents/
 code/gwittir/gwittir/gwittir-core/target/gwittir-core-0.4.2 -
 localWorkers 2 -port 8088 -startupUrl /strict.html?log.level=spam
 com.totsp.gwittir.example.Example


 On Feb 24, 10:31 pm, Scott Blum sco...@google.com wrote:
  Robert, did you get this crash with Milestone 1?  If you didn't run
  Milestone 1, would you mind trying it out?
 
  On Tue, Feb 24, 2009 at 9:57 PM, Robert Cooper keber...@gmail.com
 wrote:
 
   I'm getting a segfault (Leopard, java 1.5 (-d32)) trying to run the
   HostedMode class. Any hints?
 
   On Feb 24, 5:32 pm, Bruce Johnson br...@google.com wrote:
The GWT team is happy to announce the availability of Google Web
 Toolkit
1.6 Milestone 2! Binary distributions are available for download
 directly
from the GWT Google Code project.
 
   
 http://code.google.com/p/google-web-toolkit/downloads/list?can=1q=1
 
If you have already tried GWT 1.6 Milestone 1, you may not notice
 much
difference in Milestone 2. Changes have mostly been general polish
 and
various small bug fixes. For the nitty-gritty details of the changes
   since
the previous milestone, see the attached source control commit logs.
 You
   can
also watch the GWT bug tracker for the most up-to-date list of
 resolved
issues (
  
 http://code.google.com/p/google-web-toolkit/issues/list?can=1q=statu...).
As for doc, the javadoc that comes bundled with the distribution
 should
   be
up-to-date, but the online Developer Guide (
  http://code.google.com/docreader/#p=google-web-toolkit-doc-1-6) is
 still
being tweaked.
 
We anticipate that GWT 1.6 M2 will be the last milestone build for
 this
version. After a few more bugs fixes and a bit more doc, we expect it
 to
   be
followed soon by a release candidate build. In the meanwhile, please
   report
bugs to the GWT issue tracker (
  http://code.google.com/p/google-web-toolkit/issues/list) after doing a
   quick
search to see if your issue has already been reported. If you
 encounter a
bug in 1.6 M2 that you think qualifies as a showstopper, we would
 greatly
appreciate it if you'd also reply on this thread to alert the
 engineering
team.
 
As always, remember that GWT milestone builds like this are
use-at-your-own-risk. Don't be surprised if it takes a bit of trial
 and
error to get everything to work, and we don't recommend it for
 production
use quite yet.
 
-- Bruce, on behalf of the GWT team
 
 svn-log-since-r4621.zip
6KViewDownload
 


--~--~-~--~~~---~--~~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~--~~~~--~~--~--~---



[gwt-contrib] Re: Announcing GWT 1.6 Milestone 2

2009-02-25 Thread Scott Blum
Huh, that should have been fixed in M2.  It should now say Specify the TCP
port for the embedded web server (defaults to ).  Are you sure that's
still an issue in M2?

On Wed, Feb 25, 2009 at 4:57 AM, nicolas de loof
nicolas.del...@gmail.comwrote:

 I notice running the Hosted mode server with wrong parameters output a help
 message with :
 -serverPrevents the embedded Tomcat server from running, even if a
 port is specified

 But Tomcat is supposed to have been replaced by Jetty, isn't it :D

 On Wed, Feb 25, 2009 at 5:27 AM, Robert Cooper keber...@gmail.com wrote:


 And I have tried it with both -d32 and -d64 on Leopard.

 On Feb 24, 11:26 pm, Robert Cooper keber...@gmail.com wrote:
  I ran M1 and didn't get it, but at the time, I was still running
  GWTShell and dealing with the deprecated warning.
 
  Below is my launch script (if someone sees something glaringly wrong I
  have missed)
 
  export CLASSPATH=/Users/kebernet/Applications/gwt-mac-1.6.1/gwt-
  user.jar:/Users/kebernet/Applications/gwt-mac-1.6.1/gwt-dev-
  mac.jar:/Users/kebernet/Documents/code/gwittir/gwittir/gwittir-core/
  src/main/java:/Users/kebernet/Documents/code/gwittir/gwittir/gwittir-
  core/src/main/resources:/Users/kebernet/Documents/code/gwittir/
  gwittir/gwittir-core/classes:/Users/kebernet/Documents/code/gwittir/
  gwittir/gwittir-core/target/classes
 
  /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/
  java -XstartOnFirstThread -Xmx512m -cp $CLASSPATH -Dcatalina.base=/
  Users/kebernet/Documents/code/gwittir/gwittir/gwittir-core/target/
  tomcat  com.google.gwt.dev.HostedMode -gen /Users/kebernet/Documents/
  code/gwittir/gwittir/gwittir-core/target/gwtgen -logLevel INFO -style
  OBF -workDir /Users/kebernet/Documents/code/gwittir/gwittir/gwittir-
  core/target/gwtWork -extra /Users/kebernet/Documents/code/gwittir/
  gwittir/gwittir-core/target/gwtExtra -war /Users/kebernet/Documents/
  code/gwittir/gwittir/gwittir-core/target/gwittir-core-0.4.2 -
  localWorkers 2 -port 8088 -startupUrl /strict.html?log.level=spam
  com.totsp.gwittir.example.Example
 
  On Feb 24, 10:31 pm, Scott Blum sco...@google.com wrote:
 
   Robert, did you get this crash with Milestone 1?  If you didn't run
   Milestone 1, would you mind trying it out?
 
   On Tue, Feb 24, 2009 at 9:57 PM, Robert Cooper keber...@gmail.com
 wrote:
 
I'm getting a segfault (Leopard, java 1.5 (-d32)) trying to run the
HostedMode class. Any hints?
 
On Feb 24, 5:32 pm, Bruce Johnson br...@google.com wrote:
 The GWT team is happy to announce the availability of Google Web
 Toolkit
 1.6 Milestone 2! Binary distributions are available for download
 directly
 from the GWT Google Code project.
 

 http://code.google.com/p/google-web-toolkit/downloads/list?can=1q=1
 
 If you have already tried GWT 1.6 Milestone 1, you may not notice
 much
 difference in Milestone 2. Changes have mostly been general polish
 and
 various small bug fixes. For the nitty-gritty details of the
 changes
since
 the previous milestone, see the attached source control commit
 logs. You
can
 also watch the GWT bug tracker for the most up-to-date list of
 resolved
 issues (
   
 http://code.google.com/p/google-web-toolkit/issues/list?can=1q=statu...
 ).
 As for doc, the javadoc that comes bundled with the distribution
 should
be
 up-to-date, but the online Developer Guide (
   http://code.google.com/docreader/#p=google-web-toolkit-doc-1-6) is
 still
 being tweaked.
 
 We anticipate that GWT 1.6 M2 will be the last milestone build for
 this
 version. After a few more bugs fixes and a bit more doc, we expect
 it to
be
 followed soon by a release candidate build. In the meanwhile,
 please
report
 bugs to the GWT issue tracker (
   http://code.google.com/p/google-web-toolkit/issues/list) after doing
 a
quick
 search to see if your issue has already been reported. If you
 encounter a
 bug in 1.6 M2 that you think qualifies as a showstopper, we would
 greatly
 appreciate it if you'd also reply on this thread to alert the
 engineering
 team.
 
 As always, remember that GWT milestone builds like this are
 use-at-your-own-risk. Don't be surprised if it takes a bit of
 trial and
 error to get everything to work, and we don't recommend it for
 production
 use quite yet.
 
 -- Bruce, on behalf of the GWT team
 
  svn-log-since-r4621.zip
 6KViewDownload



 


--~--~-~--~~~---~--~~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~--~~~~--~~--~--~---



[gwt-contrib] Re: Announcing GWT 1.6 Milestone 2

2009-02-25 Thread nicolas de loof
I'm using M2 !
Unknown argument: -foo
Google Web Toolkit 1.6.1
HostedMode [-noserver] [-port port-number | auto] [-whitelist
whitelist-string] [-blacklist blacklist-string] [-logLevel level] [-gen dir]
[-style style] [-ea] [-server servletContainerLauncher] [-startupUrl url]
[-war dir] [-extra dir] [-workDir dir] [-localWorkers count] module[s]

where
  -noserver  Prevents the embedded web server from running
  -port  Specify the TCP port for the embedded web server (defaults
to )
  -whitelist Allows the user to browse URLs that match the specified
regexes (comma or space separated)
  -blacklist Prevents the user browsing URLs that match the specified
regexes (comma or space separated)
  -logLevel  The level of logging detail: ERROR, WARN, INFO, TRACE,
DEBUG, SPAM, or ALL
  -gen   The directory into which generated files will be written
for review
  -style Script output style: OBF[USCATED], PRETTY, or DETAILED
(defaults to OBF)
  -eaDebugging: causes the compiled output to check assert
statements.
  -serverPrevents the embedded Tomcat server from running, even if a
port is specified
  -startupUrlAutomatically launches the specified URL
  -war   The war directory to write output files into (defaults to
war)
  -extra The directory into which extra, non-deployed files will be
written
  -workDir   The compiler work directory (must be writeable; defaults to
a system temp dir)
  -localWorkers  Specifies the number of local workers to use whe compiling
permutations
and
  module[s]  Specifies the name(s) of the module(s) to host


On Wed, Feb 25, 2009 at 5:37 PM, Scott Blum sco...@google.com wrote:

 Huh, that should have been fixed in M2.  It should now say Specify the TCP
 port for the embedded web server (defaults to ).  Are you sure that's
 still an issue in M2?


 On Wed, Feb 25, 2009 at 4:57 AM, nicolas de loof nicolas.del...@gmail.com
  wrote:

 I notice running the Hosted mode server with wrong parameters output a
 help message with :
 -serverPrevents the embedded Tomcat server from running, even if a
 port is specified

 But Tomcat is supposed to have been replaced by Jetty, isn't it :D

 On Wed, Feb 25, 2009 at 5:27 AM, Robert Cooper keber...@gmail.comwrote:


 And I have tried it with both -d32 and -d64 on Leopard.

 On Feb 24, 11:26 pm, Robert Cooper keber...@gmail.com wrote:
  I ran M1 and didn't get it, but at the time, I was still running
  GWTShell and dealing with the deprecated warning.
 
  Below is my launch script (if someone sees something glaringly wrong I
  have missed)
 
  export CLASSPATH=/Users/kebernet/Applications/gwt-mac-1.6.1/gwt-
  user.jar:/Users/kebernet/Applications/gwt-mac-1.6.1/gwt-dev-
  mac.jar:/Users/kebernet/Documents/code/gwittir/gwittir/gwittir-core/
  src/main/java:/Users/kebernet/Documents/code/gwittir/gwittir/gwittir-
  core/src/main/resources:/Users/kebernet/Documents/code/gwittir/
  gwittir/gwittir-core/classes:/Users/kebernet/Documents/code/gwittir/
  gwittir/gwittir-core/target/classes
 
  /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/
  java -XstartOnFirstThread -Xmx512m -cp $CLASSPATH -Dcatalina.base=/
  Users/kebernet/Documents/code/gwittir/gwittir/gwittir-core/target/
  tomcat  com.google.gwt.dev.HostedMode -gen /Users/kebernet/Documents/
  code/gwittir/gwittir/gwittir-core/target/gwtgen -logLevel INFO -style
  OBF -workDir /Users/kebernet/Documents/code/gwittir/gwittir/gwittir-
  core/target/gwtWork -extra /Users/kebernet/Documents/code/gwittir/
  gwittir/gwittir-core/target/gwtExtra -war /Users/kebernet/Documents/
  code/gwittir/gwittir/gwittir-core/target/gwittir-core-0.4.2 -
  localWorkers 2 -port 8088 -startupUrl /strict.html?log.level=spam
  com.totsp.gwittir.example.Example
 
  On Feb 24, 10:31 pm, Scott Blum sco...@google.com wrote:
 
   Robert, did you get this crash with Milestone 1?  If you didn't run
   Milestone 1, would you mind trying it out?
 
   On Tue, Feb 24, 2009 at 9:57 PM, Robert Cooper keber...@gmail.com
 wrote:
 
I'm getting a segfault (Leopard, java 1.5 (-d32)) trying to run the
HostedMode class. Any hints?
 
On Feb 24, 5:32 pm, Bruce Johnson br...@google.com wrote:
 The GWT team is happy to announce the availability of Google Web
 Toolkit
 1.6 Milestone 2! Binary distributions are available for download
 directly
 from the GWT Google Code project.
 

 http://code.google.com/p/google-web-toolkit/downloads/list?can=1q=1
 
 If you have already tried GWT 1.6 Milestone 1, you may not notice
 much
 difference in Milestone 2. Changes have mostly been general
 polish and
 various small bug fixes. For the nitty-gritty details of the
 changes
since
 the previous milestone, see the attached source control commit
 logs. You
can
 also watch the GWT bug tracker for the most up-to-date list of
 resolved
 issues (
   
 

[gwt-contrib] Re: Announcing GWT 1.6 Milestone 2

2009-02-25 Thread Scott Blum
On Wed, Feb 25, 2009 at 11:41 AM, nicolas de loof
nicolas.del...@gmail.comwrote:

 I'm using M2 !
 where
   -noserver  Prevents the embedded web server from running
   -port  Specify the TCP port for the embedded web server (defaults
 to )
   -serverPrevents the embedded Tomcat server from running, even if
 a port is specified


Ooooh, okay.  I was looking in the wrong place.  It looks like it's the help
text for -server that's actually wrong.  Will fix, thanks.

--~--~-~--~~~---~--~~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~--~~~~--~~--~--~---



[gwt-contrib] Re: Announcing GWT 1.6 Milestone 2

2009-02-24 Thread Robert Cooper

I'm getting a segfault (Leopard, java 1.5 (-d32)) trying to run the
HostedMode class. Any hints?

On Feb 24, 5:32 pm, Bruce Johnson br...@google.com wrote:
 The GWT team is happy to announce the availability of Google Web Toolkit
 1.6 Milestone 2! Binary distributions are available for download directly
 from the GWT Google Code project.

 http://code.google.com/p/google-web-toolkit/downloads/list?can=1q=1

 If you have already tried GWT 1.6 Milestone 1, you may not notice much
 difference in Milestone 2. Changes have mostly been general polish and
 various small bug fixes. For the nitty-gritty details of the changes since
 the previous milestone, see the attached source control commit logs. You can
 also watch the GWT bug tracker for the most up-to-date list of resolved
 issues 
 (http://code.google.com/p/google-web-toolkit/issues/list?can=1q=statu...).
 As for doc, the javadoc that comes bundled with the distribution should be
 up-to-date, but the online Developer Guide 
 (http://code.google.com/docreader/#p=google-web-toolkit-doc-1-6) is still
 being tweaked.

 We anticipate that GWT 1.6 M2 will be the last milestone build for this
 version. After a few more bugs fixes and a bit more doc, we expect it to be
 followed soon by a release candidate build. In the meanwhile, please report
 bugs to the GWT issue tracker 
 (http://code.google.com/p/google-web-toolkit/issues/list) after doing a quick
 search to see if your issue has already been reported. If you encounter a
 bug in 1.6 M2 that you think qualifies as a showstopper, we would greatly
 appreciate it if you'd also reply on this thread to alert the engineering
 team.

 As always, remember that GWT milestone builds like this are
 use-at-your-own-risk. Don't be surprised if it takes a bit of trial and
 error to get everything to work, and we don't recommend it for production
 use quite yet.

 -- Bruce, on behalf of the GWT team

  svn-log-since-r4621.zip
 6KViewDownload
--~--~-~--~~~---~--~~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~--~~~~--~~--~--~---



[gwt-contrib] Re: Announcing GWT 1.6 Milestone 2

2009-02-24 Thread Robert Cooper

I ran M1 and didn't get it, but at the time, I was still running
GWTShell and dealing with the deprecated warning.

Below is my launch script (if someone sees something glaringly wrong I
have missed)

export CLASSPATH=/Users/kebernet/Applications/gwt-mac-1.6.1/gwt-
user.jar:/Users/kebernet/Applications/gwt-mac-1.6.1/gwt-dev-
mac.jar:/Users/kebernet/Documents/code/gwittir/gwittir/gwittir-core/
src/main/java:/Users/kebernet/Documents/code/gwittir/gwittir/gwittir-
core/src/main/resources:/Users/kebernet/Documents/code/gwittir/
gwittir/gwittir-core/classes:/Users/kebernet/Documents/code/gwittir/
gwittir/gwittir-core/target/classes

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/
java -XstartOnFirstThread -Xmx512m -cp $CLASSPATH -Dcatalina.base=/
Users/kebernet/Documents/code/gwittir/gwittir/gwittir-core/target/
tomcat  com.google.gwt.dev.HostedMode -gen /Users/kebernet/Documents/
code/gwittir/gwittir/gwittir-core/target/gwtgen -logLevel INFO -style
OBF -workDir /Users/kebernet/Documents/code/gwittir/gwittir/gwittir-
core/target/gwtWork -extra /Users/kebernet/Documents/code/gwittir/
gwittir/gwittir-core/target/gwtExtra -war /Users/kebernet/Documents/
code/gwittir/gwittir/gwittir-core/target/gwittir-core-0.4.2 -
localWorkers 2 -port 8088 -startupUrl /strict.html?log.level=spam
com.totsp.gwittir.example.Example


On Feb 24, 10:31 pm, Scott Blum sco...@google.com wrote:
 Robert, did you get this crash with Milestone 1?  If you didn't run
 Milestone 1, would you mind trying it out?

 On Tue, Feb 24, 2009 at 9:57 PM, Robert Cooper keber...@gmail.com wrote:

  I'm getting a segfault (Leopard, java 1.5 (-d32)) trying to run the
  HostedMode class. Any hints?

  On Feb 24, 5:32 pm, Bruce Johnson br...@google.com wrote:
   The GWT team is happy to announce the availability of Google Web Toolkit
   1.6 Milestone 2! Binary distributions are available for download directly
   from the GWT Google Code project.

  http://code.google.com/p/google-web-toolkit/downloads/list?can=1q=1

   If you have already tried GWT 1.6 Milestone 1, you may not notice much
   difference in Milestone 2. Changes have mostly been general polish and
   various small bug fixes. For the nitty-gritty details of the changes
  since
   the previous milestone, see the attached source control commit logs. You
  can
   also watch the GWT bug tracker for the most up-to-date list of resolved
   issues (
 http://code.google.com/p/google-web-toolkit/issues/list?can=1q=statu...).
   As for doc, the javadoc that comes bundled with the distribution should
  be
   up-to-date, but the online Developer Guide (
 http://code.google.com/docreader/#p=google-web-toolkit-doc-1-6) is still
   being tweaked.

   We anticipate that GWT 1.6 M2 will be the last milestone build for this
   version. After a few more bugs fixes and a bit more doc, we expect it to
  be
   followed soon by a release candidate build. In the meanwhile, please
  report
   bugs to the GWT issue tracker (
 http://code.google.com/p/google-web-toolkit/issues/list) after doing a
  quick
   search to see if your issue has already been reported. If you encounter a
   bug in 1.6 M2 that you think qualifies as a showstopper, we would greatly
   appreciate it if you'd also reply on this thread to alert the engineering
   team.

   As always, remember that GWT milestone builds like this are
   use-at-your-own-risk. Don't be surprised if it takes a bit of trial and
   error to get everything to work, and we don't recommend it for production
   use quite yet.

   -- Bruce, on behalf of the GWT team

    svn-log-since-r4621.zip
   6KViewDownload
--~--~-~--~~~---~--~~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~--~~~~--~~--~--~---



[gwt-contrib] Re: Announcing GWT 1.6 Milestone 2

2009-02-24 Thread Robert Cooper

And I have tried it with both -d32 and -d64 on Leopard.

On Feb 24, 11:26 pm, Robert Cooper keber...@gmail.com wrote:
 I ran M1 and didn't get it, but at the time, I was still running
 GWTShell and dealing with the deprecated warning.

 Below is my launch script (if someone sees something glaringly wrong I
 have missed)

 export CLASSPATH=/Users/kebernet/Applications/gwt-mac-1.6.1/gwt-
 user.jar:/Users/kebernet/Applications/gwt-mac-1.6.1/gwt-dev-
 mac.jar:/Users/kebernet/Documents/code/gwittir/gwittir/gwittir-core/
 src/main/java:/Users/kebernet/Documents/code/gwittir/gwittir/gwittir-
 core/src/main/resources:/Users/kebernet/Documents/code/gwittir/
 gwittir/gwittir-core/classes:/Users/kebernet/Documents/code/gwittir/
 gwittir/gwittir-core/target/classes

 /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/
 java -XstartOnFirstThread -Xmx512m -cp $CLASSPATH -Dcatalina.base=/
 Users/kebernet/Documents/code/gwittir/gwittir/gwittir-core/target/
 tomcat  com.google.gwt.dev.HostedMode -gen /Users/kebernet/Documents/
 code/gwittir/gwittir/gwittir-core/target/gwtgen -logLevel INFO -style
 OBF -workDir /Users/kebernet/Documents/code/gwittir/gwittir/gwittir-
 core/target/gwtWork -extra /Users/kebernet/Documents/code/gwittir/
 gwittir/gwittir-core/target/gwtExtra -war /Users/kebernet/Documents/
 code/gwittir/gwittir/gwittir-core/target/gwittir-core-0.4.2 -
 localWorkers 2 -port 8088 -startupUrl /strict.html?log.level=spam
 com.totsp.gwittir.example.Example

 On Feb 24, 10:31 pm, Scott Blum sco...@google.com wrote:

  Robert, did you get this crash with Milestone 1?  If you didn't run
  Milestone 1, would you mind trying it out?

  On Tue, Feb 24, 2009 at 9:57 PM, Robert Cooper keber...@gmail.com wrote:

   I'm getting a segfault (Leopard, java 1.5 (-d32)) trying to run the
   HostedMode class. Any hints?

   On Feb 24, 5:32 pm, Bruce Johnson br...@google.com wrote:
The GWT team is happy to announce the availability of Google Web Toolkit
1.6 Milestone 2! Binary distributions are available for download 
directly
from the GWT Google Code project.

   http://code.google.com/p/google-web-toolkit/downloads/list?can=1q=1

If you have already tried GWT 1.6 Milestone 1, you may not notice much
difference in Milestone 2. Changes have mostly been general polish and
various small bug fixes. For the nitty-gritty details of the changes
   since
the previous milestone, see the attached source control commit logs. You
   can
also watch the GWT bug tracker for the most up-to-date list of resolved
issues (
  http://code.google.com/p/google-web-toolkit/issues/list?can=1q=statu...).
As for doc, the javadoc that comes bundled with the distribution should
   be
up-to-date, but the online Developer Guide (
  http://code.google.com/docreader/#p=google-web-toolkit-doc-1-6) is still
being tweaked.

We anticipate that GWT 1.6 M2 will be the last milestone build for this
version. After a few more bugs fixes and a bit more doc, we expect it to
   be
followed soon by a release candidate build. In the meanwhile, please
   report
bugs to the GWT issue tracker (
  http://code.google.com/p/google-web-toolkit/issues/list) after doing a
   quick
search to see if your issue has already been reported. If you encounter 
a
bug in 1.6 M2 that you think qualifies as a showstopper, we would 
greatly
appreciate it if you'd also reply on this thread to alert the 
engineering
team.

As always, remember that GWT milestone builds like this are
use-at-your-own-risk. Don't be surprised if it takes a bit of trial and
error to get everything to work, and we don't recommend it for 
production
use quite yet.

-- Bruce, on behalf of the GWT team

 svn-log-since-r4621.zip
6KViewDownload
--~--~-~--~~~---~--~~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~--~~~~--~~--~--~---