Thanks for the link!
This is how I did it:
* checked out oophm branch, installed browser plugin from there,
ignored the branch for the rest (now I see I simply could have used
link from the guide)
* checked out trunk/tools, build it (had to comment out something
about svninfo, cause of error, don't know what that was)
* added <fileset dir="${gwt.sdk}" includes="gwt-dev-oophm.jar"/> to
build xml before the get-dev* directive.
* added a symlink in /usr/bin from "ln -s firefox-3 firefox" since it
wants to call "firefox" literally.
* Runs nice!
* Now I can finally use new markups like style="white-space: pre-line"
mozilla-1.7.2 just wanst capable to.
* Only backside, when a lot happens I get "skript stopped responding"
messages that don't happen in compiled mode, but its just for
development after all.
* Using a svn trunk I got already into a place I didn't want to be :-/
The newest alpha release dependencies so much developer stuff on the
net seems to suffer from. But I guess thats the price to take if one
wants the latest hottest features.
Kind regards,
On Jun 10, 5:53 pm, Darth <[email protected]> wrote:
> Hi Alex,
>
> Here's the complete guide to what you're looking for
> ->http://code.google.com/p/google-web-toolkit/wiki/UsingOOPHM:)
> There's a section called "Getting the right Classpath", you might want
> to try the first option, since you already have an existing project.
>
> Cheers,
> Darth
>
> On Jun 10, 11:01 pm, Axel Kittenberger <[email protected]> wrote:
>
> > Ok thanks, can you give any easy guidelines how to alter ones
> > build.xml so hosted mode fires the new window, and launches firefox
> > (like in the branch) instead of the buildin mozilla 1.7.2?
>
> > On 10 Jun., 16:49, Jason Essington <[email protected]> wrote:
>
> > > Try trunk rather than the OOPHM branch. I believe that the most
> > > current OOPHM code is located there. Though you may still need to grab
> > > the browser plugins from the older branch.
>
> > > -jason
> > > On Jun 10, 2009, at 2:20 AM, Axel Kittenberger wrote:
>
> > > > Ok,I built OOPHM according to this:
> > > >http://allahbaksh.blogspot.com/2009/02/building-gwt-oophm-from-source...
>
> > > > Now when I try to compile my project with the created gwt-oophm I get:
> > > > ---------------------------------------------------------------------------
> > > >
> > > > ---------------------------------------------------------------------------
> > > > a...@woodstock:~/gwt-oophm$ ./UbiquEdity-compile
> > > > Removing units with errors
> > > > [ERROR] Errors in 'file:/home/axel/gwt-linux-1.6.4/src/org/
> > > > ubiquedity/client/InputCatcher.java'
> > > > [ERROR] Line 3: The import com.google.gwt.dom.client.NativeEvent
> > > > cannot be resolved
> > > > [ERROR] Line 4: The import com.google.gwt.event cannot be
> > > > resolved
> > > > [ERROR] Line 5: The import com.google.gwt.event cannot be
> > > > resolved
> > > > [ERROR] Line 6: The import com.google.gwt.event cannot be
> > > > resolved
> > > > [ERROR] Line 7: The import com.google.gwt.event cannot be
> > > > resolved
> > > > [ERROR] Line 8: The import com.google.gwt.event cannot be
> > > > resolved
> > > > [ERROR] Line 17: KeyDownHandler cannot be resolved to a type
> > > > [ERROR] Line 17: KeyPressHandler cannot be resolved to a type
> > > > [ERROR] Line 18: KeyDownEvent cannot be resolved to a type
> > > > [ERROR] Line 26: KeyPressEvent cannot be resolved to a type
> > > > ---------------------------------------------------------------------------
> > > >
> > > > ---------------------------------------------------------------------------
> > > > and so on.
>
> > > > This are all the new API, So can it be that the oophm tree is pretty
> > > > behind in API? :-(
>
> > > > Kind regard,
> > > > Axel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---