I just installed the latest jruby (1.1.1+) with the latest rails,
mongrel, mongrel_cluster, capistrano, etc... gems.
Although I can run capify on my project without trouble, when I run
cap -T I receive the following:
stty: standard input: Invalid argument
/jruby/lib/ruby/gems/1.8/gems/capistrano-2.3.0/lib/capistrano/cli/
help.rb:100:in `output_columns': undefined method `>' for nil:NilClass
(NoMethodError)
from /jruby/lib/ruby/gems/1.8/gems/capistrano-2.3.0/lib/capistrano/
cli/help.rb:37:in `task_list'
from /jruby/lib/ruby/gems/1.8/gems/capistrano-2.3.0/lib/capistrano/
cli/help.rb:15:in `execute_requested_actions_with_help'
from /jruby/lib/ruby/gems/1.8/gems/capistrano-2.3.0/lib/capistrano/
cli/execute.rb:31:in `execute!'
from /jruby/lib/ruby/gems/1.8/gems/capistrano-2.3.0/lib/capistrano/
cli/execute.rb:14:in `execute'
from /jruby/lib/ruby/gems/1.8/gems/capistrano-2.3.0/bin/cap:4:in `/
home/esmith/Apps/jruby/lib/ruby/gems/1.8/gems/capistrano-2.3.0/bin/
cap'
from /jruby/lib/ruby/gems/1.8/gems/capistrano-2.3.0/bin/cap:19:in
`load'
from /Apps/jruby/bin/cap:19
It's obvious by going through the code that the problem is that stty
cannot accept all of the arguments it is being passed.
At one point in late 2007, Jamis identified this problem on the
solaris platform (http://groups.google.com/group/capistrano/msg/
421f117585b994e3) but I cannot find a bug report in the old Trac
system or the new lighthouse system that covers this problem.
Has anyone seen this issue?
Does anyone have a known solution?
Eric
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---