The following two patches are the steps I had to take to get deltacloud-core running under JRuby.
Similar to deltacloud-client, the output of rake package will now produce a -java variant of the gem as well (patch 1/2) You'll notice that we don't pull in eventmachine, thin, or rerun gems under JRuby. Because there is no thin gem for JRuby we use webrick for the deltacloudd command (patch 2/2). Ben Browning (2): Build java and ruby versions of core gem Update deltacloudd script to work under jruby. server/Rakefile | 12 ++++- server/bin/deltacloudd | 102 ++++++++++++++++++++++++++-------------- server/deltacloud-core.gemspec | 14 ++++-- 3 files changed, 86 insertions(+), 42 deletions(-) -- 1.7.2.1
