gwt 1.6 and oophm, how to?

2009-07-18 Thread denis56
pardon for asking, but it seems i am stuck and not moving on. i had one issue that hosted browser did not run gwt code (while firefox did) and thought to try my luck with oophm. tried to follow instructions at http://allahbaksh.blogspot.com/2009/02/building-gwt-oophm-from-source.html and ht

Re: gwt 1.6 and oophm, how to?

2009-07-21 Thread Sumit Chandel
Hi Denis, Unfortunately, you'll need to work from trunk for both GWT core and OOPHM as the two are under active development, and the OOPHM branch is generally staying in sync with changes in trunk. Many GWT developers have been using trunk successfully during development, but keep in mind the discl

Re: gwt 1.6 and oophm, how to?

2009-07-22 Thread denis56
Thanks for reply, I actually did get oophm work with gwt 1.6/1.7. Wanted to share some feedback. Building from trunk, I first run into issue #3556 (http:// code.google.com/p/google-web-toolkit/issues/detail?id=3556) which luckily had a workaround documented. http://code.google.com/p/google-web-

Re: gwt 1.6 and oophm, how to?

2009-07-23 Thread Sumit Chandel
Hi Denis, Glad to know you were able to get OOPHM working with the stable 1.6 and 1.7 releases. Thanks for sharing on how you got it setup. Hopefully other developers will stumble upon this thread when they're looking to do something similar until OOPHM releases in the next major release. Cheers,

Re: gwt 1.6 and oophm, how to?

2009-07-23 Thread Sumit Chandel
Also, feel free to send an explanatory paragraph my way if you're interested in adding it to the UsingOOPHM documentation. I'd be happy to review it. However, once OOPHM is released, the document is likely to get stale and become deprecated. Cheers, -Sumit Chandel On Thu, Jul 23, 2009 at 1:34 PM,

Re: gwt 1.6 and oophm, how to?

2009-08-21 Thread Sky
Could someone direct me how to use "trunk"? From what I gather, "trunk" is just the latest repository for the gwt source code. I have a gwt project already started and I don't want to break it by doing this. I want to be able to switch between trunk and gwt 1.7 stable for the same project. Is that