[ 
https://issues.apache.org/jira/browse/BUILDR-158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640883#action_12640883
 ] 

vic edited comment on BUILDR-158 at 10/19/08 4:17 PM:
--------------------------------------------------------------------

Resolved in trunk. Now buildr/nailgun is just a delegate for buildr/drb. For 
JRuby users, using the nailgun client is better than loading a JVM+JRuby just 
to run a drb client.

      was (Author: vic):
    Resolved in trunk. Now buildr/nailgun is just a delegate for buildr/drb. 
For JRuby users, using the nailgun client is than loading a JVM+JRuby just to 
run a drb client.
  
> IllegalArgumentException using nailgun with JRuby 1.1.4 + Buildr 1.3.3 
> (snapshot)
> ---------------------------------------------------------------------------------
>
>                 Key: BUILDR-158
>                 URL: https://issues.apache.org/jira/browse/BUILDR-158
>             Project: Buildr
>          Issue Type: Bug
>            Reporter: Alex Boisvert
>             Fix For: 1.3.4
>
>         Attachments: error.log, error_jruby_trunk_r7831.txt
>
>
> I start the nailgun server:
> [EMAIL PROTECTED]:~/scala/test$ jruby -S buildr -rbuildr/nailgun 
> nailgun:start 
> (in /home/boisvert/scala/test, development)
> Booting Buildr nailgun server...
> Buildr::Nailgun::NGServer(Buildr 1.3.3 (JRuby 1.1.4), 127.0.0.1, 2113) 
> Started.
> [Completed] Your build has completed: /home/boisvert/scala/test
> buildr nailgun:start
> Completed in 3.384s
> Got connection from /home/boisvert/scala/test
> then try to run the build in a separate terminal:
> [EMAIL PROTECTED]:~/scala/process$ ng build
> java.lang.IllegalArgumentException: array element type mismatch
>       at java.lang.reflect.Array.set(Native Method)
>       at 
> org.jruby.javasupport.JavaArray.setWithExceptionHandling(JavaArray.java:121)
>       at 
> org.jruby.java.addons.ArrayJavaAddons.copyDataToJavaArray(ArrayJavaAddons.java:108)
>       at 
> org.jruby.javasupport.JavaClass.javaArrayFromRubyArray(JavaClass.java:1511)
> ...
> ... (see full log attached)
> ...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to