Yes, I was having this problem and posted the answer to my own question in the above mentioned link:
"To answer my own question, and for other users having the same issue, this worked: I created a standard Java Application launch configuration, using com.google.gwt.dev.HostedMode as the Main class, and the above recommended classpath. You'll have to get the command arguments right, but you're bright enough to figure that out. Having done that, it would appear to work. It was never clear to me when reading the instructions before (maybe I should have read more carefully) that a Web Application launch configuration could no longer be used. A Java Application launch configuration is required. That's the magic sauce." Note, OOPHM will not automatically launch your browser on the Mac. You will instead see an error in the OOPHM console about firefox. Ignore it. Copy the URL it tried to launch firefox with and past it into Safari (assuming you have installed the OOPHM .dmg file to get the browser plugin). See my other comments on the above referenced page about other issues you may experience. But basically it works. -Brett On Aug 5, 8:05 am, miller <[email protected]> wrote: > You can also try this > page:http://code.google.com/p/google-web-toolkit/wiki/OophmForMacBasedGwtC... > > On Aug 4, 1:39 pm, Masto <[email protected]> wrote: > > > > > Hi there, > > > i'm currently trying to make the oophm works on my Mac using eclipse > > 3.5 and the latest plugin. I use the revision 5873 of the trunk (ant > > clean then ant > my project refers to build/staging/gwt-mac-0.0.0/). > > > Because i use gwt 2.0, a checkbox appears under Run Configuration > > > GWT Tab > just under the URL. So i checked it. > > > The logs show that : > > > 2009-08-04 11:33:30.967 java[40650:80f] [Java CocoaComponent > > compatibility mode]: Enabled > > 2009-08-04 11:33:30.969 java[40650:80f] [Java CocoaComponent > > compatibility mode]: Setting timeout for SWT to 0.100000 > > 2009-08-04 11:33:34.458 java[40650:1c303] *** -[NSConditionLock > > unlock]: lock (<NSConditionLock: 0x1c8e70> '(null)') unlocked when not > > locked > > 2009-08-04 11:33:34.459 java[40650:1c303] *** Break on _NSLockError() > > to debug. > > 2009-08-04 11:33:34.673 java[40650:1c303] *** -[NSConditionLock > > unlock]: lock (<NSConditionLock: 0x1bc570> '(null)') unlocked when not > > locked > > 2009-08-04 11:33:34.674 java[40650:1c303] *** Break on _NSLockError() > > to debug. > > 2009-08-04 11:33:34.775 java[40650:1c303] *** -[NSConditionLock > > unlock]: lock (<NSConditionLock: 0x1ddb30> '(null)') unlocked when not > > locked > > 2009-08-04 11:33:34.775 java[40650:1c303] *** Break on _NSLockError() > > to debug. > > 2009-08-04 11:33:34.901 java[40650:1c303] *** -[NSConditionLock > > unlock]: lock (<NSConditionLock: 0x1df520> '(null)') unlocked when not > > locked > > 2009-08-04 11:33:34.903 java[40650:1c303] *** Break on _NSLockError() > > to debug. > > 2009-08-04 11:33:38.207 java[40650:1c303] *** -[NSConditionLock > > unlock]: lock (<NSConditionLock: 0x11d330> '(null)') unlocked when not > > locked > > 2009-08-04 11:33:38.208 java[40650:1c303] *** Break on _NSLockError() > > to debug. > > 2009-08-04 11:33:38.308 java[40650:1c303] *** -[NSConditionLock > > unlock]: lock (<NSConditionLock: 0x121930> '(null)') unlocked when not > > locked > > 2009-08-04 11:33:38.309 java[40650:1c303] *** Break on _NSLockError() > > to debug. > > 2009-08-04 11:33:38.445 java[40650:1c303] *** -[NSConditionLock > > unlock]: lock (<NSConditionLock: 0x1e4700> '(null)') unlocked when not > > locked > > 2009-08-04 11:33:38.445 java[40650:1c303] *** Break on _NSLockError() > > to debug. > > 2009-08-04 11:33:39.316 java[40650:1c303] *** -[NSConditionLock > > unlock]: lock (<NSConditionLock: 0x1e5950> '(null)') unlocked when not > > locked > > 2009-08-04 11:33:39.317 java[40650:1c303] *** Break on _NSLockError() > > to debug. > > 2009-08-04 11:33:39.418 java[40650:1c303] *** -[NSConditionLock > > unlock]: lock (<NSConditionLock: 0x134f90> '(null)') unlocked when not > > locked > > 2009-08-04 11:33:39.419 java[40650:1c303] *** Break on _NSLockError() > > to debug. > > 2009-08-04 11:33:39.540 java[40650:1c303] *** -[NSConditionLock > > unlock]: lock (<NSConditionLock: 0x1e60f0> '(null)') unlocked when not > > locked > > 2009-08-04 11:33:39.542 java[40650:1c303] *** Break on _NSLockError() > > to debug. > > 2009-08-04 11:33:40.757 java[40650:1c303] *** -[NSConditionLock > > unlock]: lock (<NSConditionLock: 0x1e77f0> '(null)') unlocked when not > > locked > > 2009-08-04 11:33:40.757 java[40650:1c303] *** Break on _NSLockError() > > to debug. > > 2009-08-04 11:33:40.870 java[40650:1c303] *** -[NSConditionLock > > unlock]: lock (<NSConditionLock: 0x1e7970> '(null)') unlocked when not > > locked > > 2009-08-04 11:33:40.870 java[40650:1c303] *** Break on _NSLockError() > > to debug. > > > The Swing window shows up but with a beachball running, so i can not > > click on it. > > > Did someone face a similar issue? How did you work it around ? > > > Thanks, > > > Thomas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
