Dir.[] error with wildcards in the basename of the path into jar files
----------------------------------------------------------------------

                 Key: JRUBY-5155
                 URL: http://jira.codehaus.org/browse/JRUBY-5155
             Project: JRuby
          Issue Type: Bug
    Affects Versions: JRuby 1.5.3
            Reporter: David Calavera
            Assignee: David Calavera


this works:

jruby-1.5.3 > Dir['db/migrate/[0-9]*_*.rb']
 => ["db/migrate/20101022230623_bar.rb"] 

but it doesn't into a jar file:

jruby-1.5.3 > 
Dir['file:/Users/david/dev/migrations/target/migrations-0.1.0.jar!/db/migrate/[0-9]*_*.rb']
 => [] 

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