Re: [jruby-dev] New contributor question(s)

2011-01-19 Thread Shih-gian Lee
Hi David, Thank you very much! It worked like a charm :) - Lee On Wed, Jan 19, 2011 at 9:39 AM, David Calavera wrote: > Hi, > > the ant script contains several targets to execute the complete suites of > Rubyspec. If you just want to execute some of them you can use a script that > I wrote some

[jruby-dev] [jira] Created: (JRUBY-5392) IOError (Stream closed)

2011-01-19 Thread Jeff Wang (JIRA)
IOError (Stream closed) --- Key: JRUBY-5392 URL: http://jira.codehaus.org/browse/JRUBY-5392 Project: JRuby Issue Type: Bug Components: Application Error Affects Versions: JRuby 1.6RC1, JRuby 1.5.6, JRuby 1.5

[jruby-dev] [jira] Created: (JRUBY-5391) MongoMapper's usage of defined? is handled incorrectly

2011-01-19 Thread Srdjan Pejic (JIRA)
MongoMapper's usage of defined? is handled incorrectly -- Key: JRUBY-5391 URL: http://jira.codehaus.org/browse/JRUBY-5391 Project: JRuby Issue Type: Bug Affects Versions: JRuby 1.6RC1

[jruby-dev] [jira] Created: (JRUBY-5390) Rails 3.0.3 Gemfile and warbler oddity

2011-01-19 Thread David Kowis (JIRA)
Rails 3.0.3 Gemfile and warbler oddity -- Key: JRUBY-5390 URL: http://jira.codehaus.org/browse/JRUBY-5390 Project: JRuby Issue Type: Bug Components: JRuby-extras, Rails WAR Deployment Affects

Re: [jruby-dev] error on "gem install postgresql:postgresql"

2011-01-19 Thread Rodrigo Rosenfeld Rosas
I'll take a look on it when I have some time. Thank you! Rodrigo. Em 19-01-2011 18:15, kristian escreveu: maybe http://blog.mkristian.tk/2010/03/riding-ruby-on-rails3-with-maven.html is of interest to you. regards, Kristian On Thu, Jan 20, 2011 at 1:37 AM, Rodrigo Rosenfeld Rosas wrote:

Re: [jruby-dev] error on "gem install postgresql:postgresql"

2011-01-19 Thread kristian
maybe http://blog.mkristian.tk/2010/03/riding-ruby-on-rails3-with-maven.html is of interest to you. regards, Kristian On Thu, Jan 20, 2011 at 1:37 AM, Rodrigo Rosenfeld Rosas wrote: >  Hi Kristian, thank you for your replay. Actually, I'm not depending on this > feature yet, but I was just testi

Re: [jruby-dev] error on "gem install postgresql:postgresql"

2011-01-19 Thread Rodrigo Rosenfeld Rosas
Hi Kristian, thank you for your replay. Actually, I'm not depending on this feature yet, but I was just testing it since it'll be a great feature if we decide to move from Grails to JRuby on Rails. This feature would be an extra point of argumentation while trying to convince the person that c

[jruby-dev] [jira] Created: (JRUBY-5389) IO.popen doesn't support Array of String's arg in 1.9 mode

2011-01-19 Thread Jon (JIRA)
IO.popen doesn't support Array of String's arg in 1.9 mode -- Key: JRUBY-5389 URL: http://jira.codehaus.org/browse/JRUBY-5389 Project: JRuby Issue Type: Bug Components: Ruby 1

Re: [jruby-dev] error on "gem install postgresql:postgresql"

2011-01-19 Thread kristian
then I got the current head from git and it worked for me. if I look at the stacktrace it seems that the uri.path is nil. could it be an issue related to 'rvm' - but I doubt ? there are some patches on the way related to maven_gems, maybe it is worth waiting for them before investing further !?

[jruby-dev] [jira] Created: (JRUBY-5388) Requiring a filename with accented characters fails

2011-01-19 Thread Nick Sieger (JIRA)
Requiring a filename with accented characters fails --- Key: JRUBY-5388 URL: http://jira.codehaus.org/browse/JRUBY-5388 Project: JRuby Issue Type: Bug Affects Versions: JRuby 1.6RC1, JRuby

Re: [jruby-dev] New contributor question(s)

2011-01-19 Thread David Calavera
Hi, the ant script contains several targets to execute the complete suites of Rubyspec. If you just want to execute some of them you can use a script that I wrote some time ago: https://gist.github.com/190948 or call them directly with Mspec, for instance, from my

[jruby-dev] error on "gem install postgresql:postgresql"

2011-01-19 Thread Rodrigo Rosenfeld Rosas
I've just 'rvm install jruby-head' and yielded 'gem install ruby-maven --pre', 'gem install postgresql:postgresql' and got the following error: ERROR: While executing gem ... (TypeError) can't convert nil into String gem install postgresql:postgresql -V --backtrace ERROR: While executin

[jruby-dev] New contributor question(s)

2011-01-19 Thread Shih-gian Lee
Hi All, I am tinkering with JRuby source. I would like to know how to run rubyspec on the modified JRuby source for different ruby versions. Can someone points me to a source? Thank you!

Re: [jruby-dev] Re: Unresolved error in eclipse for JRuby source

2011-01-19 Thread Shih-gian Lee
> Create a new user library named "ANT", and it will magically work. > screenshot here => https://skitch.com/qmx.me/rjanu/preferences > > Netbeans puts ant on classpath by default, as this is used on the build > cycle That worked for me, too! Thanks everyone!

[jruby-dev] [jira] Created: (JRUBY-5387) Unable to run Rails tests since we use Psych as default yaml lib

2011-01-19 Thread David Calavera (JIRA)
Unable to run Rails tests since we use Psych as default yaml lib Key: JRUBY-5387 URL: http://jira.codehaus.org/browse/JRUBY-5387 Project: JRuby Issue Type: Bug Compon