[jruby-dev] [jira] Created: (JRUBY-930) org.jruby.Ruby#initLibraries little fix

2007-05-10 Thread Koichiro Ohba (JIRA)
org.jruby.Ruby#initLibraries little fix --- Key: JRUBY-930 URL: http://jira.codehaus.org/browse/JRUBY-930 Project: JRuby Issue Type: Bug Components: Core Classes/Modules Affects Versions: JRu

[jruby-dev] [jira] Created: (JRUBY-929) Java input/output streams from Ruby string's backing byte array

2007-05-10 Thread Bill Dortch (JIRA)
Java input/output streams from Ruby string's backing byte array --- Key: JRUBY-929 URL: http://jira.codehaus.org/browse/JRUBY-929 Project: JRuby Issue Type: New Feature Co

Re: [jruby-dev] Kicking out the 099 release

2007-05-10 Thread Ryan Bell
Agreed. But in the meantime, specifying the encoding gets stuff working. Heck, I can even run the Maven build now. On 5/10/07, Nick Sieger <[EMAIL PROTECTED]> wrote: On 5/8/07, Ryan Bell <[EMAIL PROTECTED]> wrote: > Ha. It looks like you can run maven with the > -Dmaven.compiler.encoding=ISO-88

[jruby-dev] [jira] Created: (JRUBY-928) Java arrays don't inherit from java.lang.Object in Rubified Java class hierarchy

2007-05-10 Thread Bill Dortch (JIRA)
Java arrays don't inherit from java.lang.Object in Rubified Java class hierarchy Key: JRUBY-928 URL: http://jira.codehaus.org/browse/JRUBY-928 Project: JRuby Is

[jruby-dev] [jira] Created: (JRUBY-927) Kernel.sleep(n) sleeps forever for n < 0.001

2007-05-10 Thread Andrew Geweke (JIRA)
Kernel.sleep(n) sleeps forever for n < 0.001 Key: JRUBY-927 URL: http://jira.codehaus.org/browse/JRUBY-927 Project: JRuby Issue Type: Bug Components: Core Classes/Modules Affects Ver

[jruby-dev] [jira] Created: (JRUBY-926) Rails script/console broken in JRuby 1.0.0RC1 (was still working in JRuby 0.99)

2007-05-10 Thread Raphael Valyi (JIRA)
Rails script/console broken in JRuby 1.0.0RC1 (was still working in JRuby 0.99) --- Key: JRUBY-926 URL: http://jira.codehaus.org/browse/JRUBY-926 Project: JRuby Issu

Re: [jruby-dev] Kicking out the 099 release

2007-05-10 Thread Nick Sieger
On 5/8/07, Ryan Bell <[EMAIL PROTECTED]> wrote: Ha. It looks like you can run maven with the -Dmaven.compiler.encoding=ISO-8859-1 set and it will work. On 5/9/07, Ryan Bell < [EMAIL PROTECTED]> wrote: > In the build.xml, add the encoding attribute to the javac task in the compile.tasks target a

Re: [jruby-dev] Great 1.0.0 block bug challenge #1

2007-05-10 Thread Koichiro Ohba
> <[EMAIL PROTECTED]> > Thomas E Enebo <[EMAIL PROTECTED]> : > How about this one: > JRUBY-867: Iconv character set options (//ignore, //translit) not supported > That is last known iconv bug for 1.0.0. Thanks for feeding me another task. Please check the attached patch for it. I thin