Erroneously redirecting stdout when running jgem
------------------------------------------------
Key: JRUBY-3524
URL: http://jira.codehaus.org/browse/JRUBY-3524
Project: JRuby
Issue Type: Bug
Components: Windows
Environment: Windows XP x64, Java 1.6.0_02, JRuby 1.1.5 and JRuby 1.2.0
Reporter: Dennis Ushakov
Priority: Critical
Fix For: JRuby 1.2, JRuby 1.1.5
When running following command line on my Windows machine I get
{code}E:\Java\jruby-1.2.0\bin\jruby.bat E:\Java\jruby-1.2.0\bin\jgem install
acts_as_paranoid --version "> 0.1"
JRuby limited openssl loaded. gem install jruby-openssl for full support.
http://wiki.jruby.org/wiki/JRuby_Builtin_OpenSSL
ERROR: While executing gem ... (ArgumentError)
Illformed requirement [""]
{code}
and file 0.1_D is created in working directory.
When I run it on my gentoo box, everything works fine
{code}
denofe...@mismar ~/jruby-1.2.0/bin $ ./jruby
/home/denofevil/jruby-1.2.0/bin/jgem install acts_as_paranoid --version "> 0.1"
JRuby limited openssl loaded. gem install jruby-openssl for full support.
http://wiki.jruby.org/wiki/JRuby_Builtin_OpenSSL
Successfully installed acts_as_paranoid-0.3.1
1 gem installed
Installing ri documentation for acts_as_paranoid-0.3.1...
Installing RDoc documentation for acts_as_paranoid-0.3.1...
{code}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email