Dick Davies wrote:
> Does anyone have any tips for getting merb (0.9.5) to run on JRuby (1.1.4)?
>
> My current showstopper  (there's been a few) is that merb (merb-gen at least)
> needs libxml-ruby, which is a native gem.

Remove dependency while installing from source:
1) git clone git://github.com/wycats/merb-core.git
2) git checkout tags/v0.9.5
3) in Rakefile, comment out the following line:
s.add_development_dependency "libxml-ruby"

Hope that helps.

-- viktors | http://rotanovs.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"merb" group.
To post to this group, send email to merb@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/merb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to