Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.5.5
-
Fix Version/s: JRuby 1.7.0.RC1
-
Component/s: Application Error, Windows
-
Labels:None
-
Number of attachments :
Description
Not sure whether MRI has the same error or not, but it appears that ri is not handling impossible file names on windows properly:
Installing ri documentation for tzinfo-0.3.23...
Installing ri documentation for abstract-1.0.0...
Installing ri documentation for erubis-2.6.6...
Installing ri documentation for actionpack-3.0.3...
Installing ri documentation for arel-2.0.6...
Installing ri documentation for activerecord-3.0.3...
ERROR: While executing gem ... (SystemCallError)
Unknown error - Unknown Error (20047) - C:\jruby-1.5.5\lib\ruby\gems\1.8\doc\activerecord-3.0.3\ri\.\<
Can someone verify this with MRI? If it also happens on MRI then we need to create another bug elsewhere...
Activity
Charles Oliver Nutter
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | JRuby 1.6 [ 16275 ] |
Charles Oliver Nutter
made changes -
| Fix Version/s | JRuby 1.6 [ 17062 ] | |
| Fix Version/s | JRuby 1.6RC1 [ 16275 ] |
Thomas E Enebo
made changes -
| Fix Version/s | JRuby 1.7 [ 17049 ] | |
| Fix Version/s | JRuby 1.6 [ 17062 ] |
Charles Oliver Nutter
made changes -
| Fix Version/s | JRuby 1.7.0.pre2 [ 18527 ] | |
| Fix Version/s | JRuby 1.7.0.pre1 [ 17049 ] |
Charles Oliver Nutter
made changes -
| Fix Version/s | JRuby 1.7.0.RC1 [ 18717 ] | |
| Fix Version/s | JRuby 1.7.0.pre2 [ 18527 ] |
Charles Oliver Nutter
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Assignee | Charles Oliver Nutter [ headius ] | |
| Resolution | Fixed [ 1 ] |
From twitter: "@tom_enebo: Looks like MRI is busted too, at least 1.9.1 on XP is: https://gist.github.com/724102"
If this is also busted on 1.8.7 then we have a trifecta. Looks like it may be a ri bug and not a JRuby problem.