Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Fixed: BUILDR-82: Temporary work around for Net::SSH 2.0.2 attempting…
Browse files Browse the repository at this point in the history
… to load Pageant DLLs when running on JRuby/Windows.

git-svn-id: https://svn.apache.org/repos/asf/incubator/buildr/trunk@698298 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
vic committed Sep 23, 2008
1 parent 71d26b8 commit 9eed109
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions buildr
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env sh
# Run buildr from source, specifically for testing stuff without doing a rake install.
ruby -Ilib -Iaddon bin/buildr $*
2 changes: 1 addition & 1 deletion buildr.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ Gem::Specification.new do |spec|
spec.add_dependency 'archive-tar-minitar', '0.5.2'
spec.add_dependency 'jruby-openssl', '0.2' if spec.platform.to_s == 'java'
spec.add_dependency 'ci_reporter', '1.5.1' if spec.platform.to_s == 'java'
end
end
2 changes: 1 addition & 1 deletion lib/buildr/core/compile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -593,4 +593,4 @@ def debug=(flag)

class Buildr::Project
include Buildr::Compile
end
end

0 comments on commit 9eed109

Please sign in to comment.