On Wed, Apr 22, 2009 at 1:35 AM, Jean <[email protected]> wrote: > I have been following the OOPHM issue for a while now, more > specifically this one > http://code.google.com/p/google-web-toolkit/issues/detail?id=135#makechanges > > I checked out and built the oophm branch and got it to work, I checked > out and built trunk and found no oophm > > The wiki page linked to from the issue above says that oophm is in > trunk and won't be available for 1.6 but I can't help noticing that > when I build trunk there is no trace of oophm (no trace of any xpi > file at least) > > my understanding is that : > * oophm only exists here > http://code.google.com/p/google-web-toolkit/source/browse/#svn/branches/oophm > * the oophm branch was made from a 1.5 code base and won't be updated > to 1.6 but will eventually be merged into trunk > > Am I correct ? Is there something preventing the merge of oophm back > into trunk that I have missed ? >
We didn't want to put all the different platform libraries/etc needed to build the Firefox extension multi-platform into the main GWT repository since few people would actually need to rebuild the plugin. It will probably wind up as a separate code.google.com project, but for now it exists only in the branch. To use OOPHM, simple follow the instructions at http://code.google.com/p/google-web-toolkit/wiki/UsingOOPHM which includes links to the binaries you need to install (which are in fact pulled from branches/oophm). -- John A. Tamplin Software Engineer (GWT), Google --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
