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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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=1&q=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=1&q=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 -~----------~----~----~----~------~----~------~--~---
