[windows] File.atime is broken (regression)
-------------------------------------------

                 Key: JRUBY-4047
                 URL: http://jira.codehaus.org/browse/JRUBY-4047
             Project: JRuby
          Issue Type: Bug
          Components: Windows
    Affects Versions: JRuby 1.5
         Environment: jruby 1.5dev on windows vista x64 with jdk 6 x32.
            Reporter: Vladimir Sizikov
            Assignee: Wayne Meissner


Essantially, File.atime always returns 0 on Windows for me:

{code}
D:\work\jruby-dev\jruby>jruby -e "p File.atime('README').to_i"
0

D:\work\jruby-dev\jruby>ruby -e "p File.atime('README').to_i"
1254665654
{code}

Please note that this is rather recent regression (most possibly caused by 
switch from jna to jnr?), 1.4.0RC1 is OK.

-- 
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


Reply via email to