Skip to content

Commit

Permalink
Disable include_recipe "java" in helpers.rb. Will need a workaround.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed Feb 9, 2011
1 parent 68a7614 commit d8871bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libraries/helpers.rb
Expand Up @@ -147,7 +147,9 @@ def install_ruby_dependencies(rubie)
pkgs << %w{ git-core subversion autoconf } if rubie =~ /^ruby-head$/
end
elsif rubie =~ /^jruby/
include_recipe "java"
# TODO: need to figure out how to pull in java recipe only when needed. For
# now, users of jruby will have to add the "java" recipe to their run_list.
#include_recipe "java"
pkgs << "g++"
end

Expand Down

0 comments on commit d8871bf

Please sign in to comment.