Re: [jruby-dev] GSoC

2012-04-06 Thread Rodrigo Rosenfeld Rosas
Hi Kristian, I followed the instructions in the README, but adapted to use RVM: rvm jruby cd example/my_project bundle install bundle exec info.rb And it raised this exception: NameError: cannot load Java class org.slf4j.LoggerFactory get_proxy_or_package_under_package at org/jruby/javasupp

Re: [jruby-dev] GSoC

2012-04-06 Thread kristian
hi Rodrigo, also happy easter ! well, from the error is looks like the classpath from .jbundler/classpath.rb is empty. but actually I am surprised that you did not see another error since there was a little typo in the code - time to get specs ready ! please remove the Mvnfile.lock if it is the

[jruby-dev] [jira] (JRUBY-6585) "warning: loading in progress, circular require considered harmful" warnings

2012-04-06 Thread Anil Wadghule (JIRA)
Anil Wadghule created JRUBY-6585: Summary: "warning: loading in progress, circular require considered harmful" warnings Key: JRUBY-6585 URL: https://jira.codehaus.org/browse/JRUBY-6585 Project: JRuby

Re: [jruby-dev] GSoC

2012-04-06 Thread kristian
hi again Rodrigo, I guess my fixed typo was not the problem. how does you .jbundler/classpath.rb file look like ? -Kristian On Fri, Apr 6, 2012 at 9:20 PM, kristian wrote: > hi Rodrigo, > > also happy easter ! > > well, from the error is looks like the classpath from > .jbundler/classpath.rb is

Re: [jruby-dev] GSoC

2012-04-06 Thread Rodrigo Rosenfeld Rosas
I'll let you know when I get home. Em 06/04/2012 13:33, "kristian" escreveu: > hi again Rodrigo, > > I guess my fixed typo was not the problem. how does you > .jbundler/classpath.rb file look like ? > > -Kristian > > On Fri, Apr 6, 2012 at 9:20 PM, kristian wrote: > > hi Rodrigo, > > > > also ha

Re: [jruby-dev] GSoC

2012-04-06 Thread Rodrigo Rosenfeld Rosas
Hi Kristian, I'm just back to home. It didn't create any Mvnfile.lock nor a .jbundler directory here. Am I missing something? Sorry, but I couldn't find time to take a look at the sources yet. I was just trying to test it out-of-the-box. Good night, Rodrigo. Em 06-04-2012 13:33, kristian e

Re: [jruby-dev] GSoC

2012-04-06 Thread Rodrigo Rosenfeld Rosas
Okay, I took a glance over the code and I found that a file named 'jbundler.jar' was expected to exist, although the command-line doesn't give me the appropriate error message. So, I followed the instructions in Build.md to generate the jbundler.war file, which was painfully slow, by the way.

Re: [jruby-dev] GSoC

2012-04-06 Thread Rodrigo Rosenfeld Rosas
Em 06-04-2012 23:47, Rodrigo Rosenfeld Rosas escreveu: ... After that, I still had another issue. I set JRUBY_OPTS=--1.9 in my .bashrc, so I had to fix part of the code for 1.9 compatibility: See https://github.com/mkristian/jbundler/pull/4