Hi Wes, This looks like a regression in JRuby-1.1.* series. I bisected it down to the following revision: r4763: "JRUBY-1160: fix arg processing. msdos batch files are evil!". :)
Could you please file a new issue in JIRA for that? Thanks, --Vladimir On Mon, Aug 4, 2008 at 11:24 PM, Wes Nakamura <[EMAIL PROTECTED]> wrote: > > I'm having a problem getting wildcards passed through to jruby 1.1.3. > > If you create a test file that only says "p ARGV" and run it with a > wildcard argument, > > jruby test.rb *.xml > > it will only show the last match (I thought it wouldn't expand > anything...) A coworker with jruby 1.0 installed reported that it > works (the wildcard is expanded). > > I'm guessing the problem is in _jrubyvmopts.bat, but I don't usually use > jruby on a Windows machine, so I'm not sure exactly how wildcards are > handled in jruby on Windows--should they be expanded before the > interpreter sees them, and is it possible to escape them? > > thanks, > Wes > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
