I have a build that uses SFTP to upload to a maven repo. This was working
at one point, but since updating from buildr 1.2.10 to buildr 1.3.5 +
JRuby 1.4 I'm getting the following:
undefined method `shutdown!' for nil:NilClass
Looks like Net::SSH.start is returning a nil session, the trace is:
buildr-1.3.5-jruby-1.4.0/lib/ruby/gems/1.8/gems/net-sftp-2.0.2/lib/net/sftp.rb:43:in
`start'
buildr-1.3.5-jruby-1.4.0/lib/ruby/gems/1.8/gems/buildr-1.3.5-java/lib/buildr/core/transports.rb:442:in
`write_internal'
Has anyone else run in to this?
Thanks,
--
Greg Lucas