Re: [jruby-dev] JRUBY-2518 seems to have returned

2010-03-15 Thread Vladimir Sizikov
Hi James, I can't seem to reproduce. The java integration specs run fine (and they should contain those specs you've mentioned). Also, I tried manually, and it works here: java -jar /opt/work/jruby.git/lib/jruby-complete.jar -S jirb irb(main):004:0> Dir["file:/opt/work/jruby.git/lib/jruby-comple

Re: [jruby-dev] Tag for activerecord-jdbc-0.9.3?

2010-03-15 Thread Nick Sieger
On Sun, Mar 14, 2010 at 12:15 PM, David Kellum wrote: > Hey could someone in the know put a v0.9.3 tag on the git repo's for > activerecord-jdbc?  There isn't one in github or kenai.  Its currently hard > to tell what was released as 0.9.3 vs what is post development. 0.9.3 tag is on Github now,

Re: [jruby-dev] JRUBY-2518 seems to have returned

2010-03-15 Thread Nick Sieger
On Sun, Mar 14, 2010 at 9:48 PM, James Britt wrote: > Current github head breaks when doing a Dir.glob on a jar.  Some Monkeybars > code that used to work now fails because it can no longer munge $:. >  Dir.glob finds class files, but never reports any directories. > > I tried Logan's spec code fr

Re: [jruby-dev] Wrapping up 1.5

2010-03-15 Thread Charles Oliver Nutter
Hi Alistair, thanks for posting! Comments below... On Thu, Mar 11, 2010 at 12:34 AM, Alistair Bush wrote: > May I suggest that the "sweet spot" for linux binaries is to have them > packaged by there respective distro.  Linux users really should be using their > package manager for installing jrub

Re: [jruby-dev] JRUBY-2518 seems to have returned

2010-03-15 Thread James Britt
Vladimir Sizikov wrote: Hi James, I can't seem to reproduce. The java integration specs run fine (and they should contain those specs you've mentioned). Also, I tried manually, and it works here: java -jar /opt/work/jruby.git/lib/jruby-complete.jar -S jirb irb(main):004:0> Dir["file:/opt/work/

Re: [jruby-dev] JRUBY-2518 seems to have returned

2010-03-15 Thread James Britt
Nick Sieger wrote: Hi James, Make sure you create your jar files with directory entries in them. Some utilities (notably Ant's jar task as well as jarjar) can be configured to not store directories. Without them, JRuby's jar-globbing code won't work. Ah. The jars were created using rawr. I