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