Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.3.1
-
Fix Version/s: JRuby 1.7.0.pre1
-
Component/s: HelpWanted
-
Labels:None
-
Number of attachments :
Description
File.open( "file://path/to/my.jar!/something/inside.txt" ) works (so does read())
File.mtime( "file://path/to/my.jar!/something/inside.txt" ) throws an ENOENT thinking the inside.txt does not exist.
File.mtime and some of the file test methods might need a short-circuit for things inside a jar to do what is expected.