WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

Can JRuby 1.1.2 be used with BSF?

View: New views
8 Messages — Rating Filter:   Alert me  

Can JRuby 1.1.2 be used with BSF?

by Keithgchapman :: Rate this Message:

| View Threaded | Show Only this Message

Hi,

I am using JRuby 1.0.1 with BSF 3.0-beta2 and it works fine. Due to this bug reported on JRuby [1] I want to upgrade my JRuby version. I tried this but it failed with the following exception. Are there any plans to upgrade the supported JRuby version?

org.jruby.Ruby.parse(Ljava/lang/String;Ljava/lang/String;Lorg/jruby/runtime/DynamicScope;I)Lorg/jruby/ast/Node;
        at
com.sun.script.jruby.JRubyScriptEngine.compileScript(JRubyScriptEngine.java:197)
        at
com.sun.script.jruby.JRubyScriptEngine.eval(JRubyScriptEngine.java:137)
        at
javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:89)


[1] http://jira.codehaus.org/browse/JRUBY-249Thanks,
Keith.

Re: Can JRuby 1.1.2 be used with BSF?

by Anthony Elder :: Rate this Message:

| View Threaded | Show Only this Message

Looks like no, the JRuby engine used by BSF 3.0-beta2 doesn't work with
JRuby 1.1.2 or 1.1.3 as there have been some non-compatible changes. We
need to upgrade BSF to the latest engine which works with JRuby 1.1.3 and
the earlier JRuby releases.

   ...ant





Keithgchapman <keithgchapman@...>
04/03/2009 05:48
Please respond to
"Bean Scripting Framework users" <bsf-user@...>


To
bsf-user@...
cc

Subject
Can JRuby 1.1.2 be used with BSF?







Hi,

I am using JRuby 1.0.1 with BSF 3.0-beta2 and it works fine. Due to this
bug
reported on JRuby [1] I want to upgrade my JRuby version. I tried this but
it failed with the following exception. Are there any plans to upgrade the
supported JRuby version?

org.jruby.Ruby.parse(Ljava/lang/String;Ljava/lang/String;Lorg/jruby/runtime/DynamicScope;I)Lorg/jruby/ast/Node;
        at
com.sun.script.jruby.JRubyScriptEngine.compileScript(JRubyScriptEngine.java:197)
        at
com.sun.script.jruby.JRubyScriptEngine.eval(JRubyScriptEngine.java:137)
        at
javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:89)


[1] http://jira.codehaus.org/browse/JRUBY-249Thanks,
Keith.
--
View this message in context:
http://www.nabble.com/Can-JRuby-1.1.2-be-used-with-BSF--tp22324091p22324091.html

Sent from the BSF - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: bsf-user-unsubscribe@...
For additional commands, e-mail: bsf-user-help@...








Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number
741598.
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU






Re: Can JRuby 1.1.2 be used with BSF?

by Keithgchapman :: Rate this Message:

| View Threaded | Show Only this Message

Hi Ant,

Yes I feared so. Is there any timeline as to when this would happen?

Thanks,
Keith.


Anthony Elder wrote:
Looks like no, the JRuby engine used by BSF 3.0-beta2 doesn't work with
JRuby 1.1.2 or 1.1.3 as there have been some non-compatible changes. We
need to upgrade BSF to the latest engine which works with JRuby 1.1.3 and
the earlier JRuby releases.

   ...ant





Keithgchapman <keithgchapman@gmail.com>
04/03/2009 05:48
Please respond to
"Bean Scripting Framework users" <bsf-user@jakarta.apache.org>


To
bsf-user@jakarta.apache.org
cc

Subject
Can JRuby 1.1.2 be used with BSF?







Hi,

I am using JRuby 1.0.1 with BSF 3.0-beta2 and it works fine. Due to this
bug
reported on JRuby [1] I want to upgrade my JRuby version. I tried this but
it failed with the following exception. Are there any plans to upgrade the
supported JRuby version?

org.jruby.Ruby.parse(Ljava/lang/String;Ljava/lang/String;Lorg/jruby/runtime/DynamicScope;I)Lorg/jruby/ast/Node;
        at
com.sun.script.jruby.JRubyScriptEngine.compileScript(JRubyScriptEngine.java:197)
        at
com.sun.script.jruby.JRubyScriptEngine.eval(JRubyScriptEngine.java:137)
        at
javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:89)


[1] http://jira.codehaus.org/browse/JRUBY-249Thanks,
Keith.
--
View this message in context:
http://www.nabble.com/Can-JRuby-1.1.2-be-used-with-BSF--tp22324091p22324091.html

Sent from the BSF - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: bsf-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bsf-user-help@jakarta.apache.org








Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number
741598.
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU





Re: Can JRuby 1.1.2 be used with BSF?

by Anthony Elder :: Rate this Message:

| View Threaded | Show Only this Message

There's been no discussion on the next release. If you need one with that
fix i guess we could do one, though i'm off on vacation today so I
wouldn't be able to help with that till after March 15th.

   ...ant




Keithgchapman <keithgchapman@...>
04/03/2009 09:58
Please respond to
"Bean Scripting Framework users" <bsf-user@...>


To
bsf-user@...
cc

Subject
Re: Can JRuby 1.1.2 be used with BSF?







Hi Ant,

Yes I feared so. Is there any timeline as to when this would happen?

Thanks,
Keith.



Anthony Elder wrote:
>
> Looks like no, the JRuby engine used by BSF 3.0-beta2 doesn't work with
> JRuby 1.1.2 or 1.1.3 as there have been some non-compatible changes. We
> need to upgrade BSF to the latest engine which works with JRuby 1.1.3
and

> the earlier JRuby releases.
>
>    ...ant
>
>
>
>
>
> Keithgchapman <keithgchapman@...>
> 04/03/2009 05:48
> Please respond to
> "Bean Scripting Framework users" <bsf-user@...>
>
>
> To
> bsf-user@...
> cc
>
> Subject
> Can JRuby 1.1.2 be used with BSF?
>
>
>
>
>
>
>
> Hi,
>
> I am using JRuby 1.0.1 with BSF 3.0-beta2 and it works fine. Due to this

> bug
> reported on JRuby [1] I want to upgrade my JRuby version. I tried this
but
> it failed with the following exception. Are there any plans to upgrade
the
> supported JRuby version?
>
>
org.jruby.Ruby.parse(Ljava/lang/String;Ljava/lang/String;Lorg/jruby/runtime/DynamicScope;I)Lorg/jruby/ast/Node;
>         at
>
com.sun.script.jruby.JRubyScriptEngine.compileScript(JRubyScriptEngine.java:197)

>         at
> com.sun.script.jruby.JRubyScriptEngine.eval(JRubyScriptEngine.java:137)
>         at
> javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:89)
>
>
> [1] http://jira.codehaus.org/browse/JRUBY-249Thanks,
> Keith.
> --
> View this message in context:
>
http://www.nabble.com/Can-JRuby-1.1.2-be-used-with-BSF--tp22324091p22324091.html

>
> Sent from the BSF - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: bsf-user-unsubscribe@...
> For additional commands, e-mail: bsf-user-help@...
>
>
>
>
>
>
>
>
> Unless stated otherwise above:
> IBM United Kingdom Limited - Registered in England and Wales with number

> 741598.
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6
3AU
>
>
>
>
>
>
>

--
View this message in context:
http://www.nabble.com/Can-JRuby-1.1.2-be-used-with-BSF--tp22324091p22326881.html

Sent from the BSF - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: bsf-user-unsubscribe@...
For additional commands, e-mail: bsf-user-help@...








Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number
741598.
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU






Re: Can JRuby 1.1.2 be used with BSF?

by Keithgchapman :: Rate this Message:

| View Threaded | Show Only this Message


Anthony Elder wrote:
There's been no discussion on the next release. If you need one with that
fix i guess we could do one, though i'm off on vacation today so I
wouldn't be able to help with that till after March 15th.

That would be awesome Ant.  Looking forward to the new release...

Thanks,
Keith.

   ...ant




Keithgchapman <keithgchapman@gmail.com>
04/03/2009 09:58
Please respond to
"Bean Scripting Framework users" <bsf-user@jakarta.apache.org>


To
bsf-user@jakarta.apache.org
cc

Subject
Re: Can JRuby 1.1.2 be used with BSF?







Hi Ant,

Yes I feared so. Is there any timeline as to when this would happen?

Thanks,
Keith.



Anthony Elder wrote:
>
> Looks like no, the JRuby engine used by BSF 3.0-beta2 doesn't work with
> JRuby 1.1.2 or 1.1.3 as there have been some non-compatible changes. We
> need to upgrade BSF to the latest engine which works with JRuby 1.1.3
and
> the earlier JRuby releases.
>
>    ...ant
>
>
>
>
>
> Keithgchapman <keithgchapman@gmail.com>
> 04/03/2009 05:48
> Please respond to
> "Bean Scripting Framework users" <bsf-user@jakarta.apache.org>
>
>
> To
> bsf-user@jakarta.apache.org
> cc
>
> Subject
> Can JRuby 1.1.2 be used with BSF?
>
>
>
>
>
>
>
> Hi,
>
> I am using JRuby 1.0.1 with BSF 3.0-beta2 and it works fine. Due to this

> bug
> reported on JRuby [1] I want to upgrade my JRuby version. I tried this
but
> it failed with the following exception. Are there any plans to upgrade
the
> supported JRuby version?
>
>
org.jruby.Ruby.parse(Ljava/lang/String;Ljava/lang/String;Lorg/jruby/runtime/DynamicScope;I)Lorg/jruby/ast/Node;
>         at
>
com.sun.script.jruby.JRubyScriptEngine.compileScript(JRubyScriptEngine.java:197)
>         at
> com.sun.script.jruby.JRubyScriptEngine.eval(JRubyScriptEngine.java:137)
>         at
> javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:89)
>
>
> [1] http://jira.codehaus.org/browse/JRUBY-249Thanks,
> Keith.
> --
> View this message in context:
>
http://www.nabble.com/Can-JRuby-1.1.2-be-used-with-BSF--tp22324091p22324091.html

>
> Sent from the BSF - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: bsf-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: bsf-user-help@jakarta.apache.org
>
>
>
>
>
>
>
>
> Unless stated otherwise above:
> IBM United Kingdom Limited - Registered in England and Wales with number

> 741598.
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6
3AU
>
>
>
>
>
>
>

--
View this message in context:
http://www.nabble.com/Can-JRuby-1.1.2-be-used-with-BSF--tp22324091p22326881.html

Sent from the BSF - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: bsf-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bsf-user-help@jakarta.apache.org








Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number
741598.
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU





Re: Can JRuby 1.1.2 be used with BSF?

by Keithgchapman :: Rate this Message:

| View Threaded | Show Only this Message

Hi Ant,

Any progress on this? Would it be possible to do a BSF release?

Thanks,
Keith.


Anthony Elder wrote:
There's been no discussion on the next release. If you need one with that
fix i guess we could do one, though i'm off on vacation today so I
wouldn't be able to help with that till after March 15th.

   ...ant




Keithgchapman <keithgchapman@gmail.com>
04/03/2009 09:58
Please respond to
"Bean Scripting Framework users" <bsf-user@jakarta.apache.org>


To
bsf-user@jakarta.apache.org
cc

Subject
Re: Can JRuby 1.1.2 be used with BSF?







Hi Ant,

Yes I feared so. Is there any timeline as to when this would happen?

Thanks,
Keith.



Anthony Elder wrote:
>
> Looks like no, the JRuby engine used by BSF 3.0-beta2 doesn't work with
> JRuby 1.1.2 or 1.1.3 as there have been some non-compatible changes. We
> need to upgrade BSF to the latest engine which works with JRuby 1.1.3
and
> the earlier JRuby releases.
>
>    ...ant
>
>
>
>
>
> Keithgchapman <keithgchapman@gmail.com>
> 04/03/2009 05:48
> Please respond to
> "Bean Scripting Framework users" <bsf-user@jakarta.apache.org>
>
>
> To
> bsf-user@jakarta.apache.org
> cc
>
> Subject
> Can JRuby 1.1.2 be used with BSF?
>
>
>
>
>
>
>
> Hi,
>
> I am using JRuby 1.0.1 with BSF 3.0-beta2 and it works fine. Due to this

> bug
> reported on JRuby [1] I want to upgrade my JRuby version. I tried this
but
> it failed with the following exception. Are there any plans to upgrade
the
> supported JRuby version?
>
>
org.jruby.Ruby.parse(Ljava/lang/String;Ljava/lang/String;Lorg/jruby/runtime/DynamicScope;I)Lorg/jruby/ast/Node;
>         at
>
com.sun.script.jruby.JRubyScriptEngine.compileScript(JRubyScriptEngine.java:197)
>         at
> com.sun.script.jruby.JRubyScriptEngine.eval(JRubyScriptEngine.java:137)
>         at
> javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:89)
>
>
> [1] http://jira.codehaus.org/browse/JRUBY-249Thanks,
> Keith.
> --
> View this message in context:
>
http://www.nabble.com/Can-JRuby-1.1.2-be-used-with-BSF--tp22324091p22324091.html

>
> Sent from the BSF - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: bsf-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: bsf-user-help@jakarta.apache.org
>
>
>
>
>
>
>
>
> Unless stated otherwise above:
> IBM United Kingdom Limited - Registered in England and Wales with number

> 741598.
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6
3AU
>
>
>
>
>
>
>

--
View this message in context:
http://www.nabble.com/Can-JRuby-1.1.2-be-used-with-BSF--tp22324091p22326881.html

Sent from the BSF - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: bsf-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bsf-user-help@jakarta.apache.org








Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number
741598.
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU





Re: Can JRuby 1.1.2 be used with BSF?

by Anthony Elder :: Rate this Message:

| View Threaded | Show Only this Message

Just an FYI on the BSF 2.0 beta3 release, its taking a while to work out
how to get the website updated but the artifacts are now released and
available in the maven repository and distribution area if anyone needs to
start using them before the release announcement is made when the website
is updated.

   ...ant






Keithgchapman <keithgchapman@...>
19/03/2009 15:59
Please respond to
"Bean Scripting Framework users" <bsf-user@...>


To
bsf-user@...
cc

Subject
Re: Can JRuby 1.1.2 be used with BSF?







Hi Ant,

Any progress on this? Would it be possible to do a BSF release?

Thanks,
Keith.



Anthony Elder wrote:
>
> There's been no discussion on the next release. If you need one with
that

> fix i guess we could do one, though i'm off on vacation today so I
> wouldn't be able to help with that till after March 15th.
>
>    ...ant
>
>
>
>
> Keithgchapman <keithgchapman@...>
> 04/03/2009 09:58
> Please respond to
> "Bean Scripting Framework users" <bsf-user@...>
>
>
> To
> bsf-user@...
> cc
>
> Subject
> Re: Can JRuby 1.1.2 be used with BSF?
>
>
>
>
>
>
>
> Hi Ant,
>
> Yes I feared so. Is there any timeline as to when this would happen?
>
> Thanks,
> Keith.
>
>
>
> Anthony Elder wrote:
>>
>> Looks like no, the JRuby engine used by BSF 3.0-beta2 doesn't work with

>> JRuby 1.1.2 or 1.1.3 as there have been some non-compatible changes. We

>> need to upgrade BSF to the latest engine which works with JRuby 1.1.3
> and
>> the earlier JRuby releases.
>>
>>    ...ant
>>
>>
>>
>>
>>
>> Keithgchapman <keithgchapman@...>
>> 04/03/2009 05:48
>> Please respond to
>> "Bean Scripting Framework users" <bsf-user@...>
>>
>>
>> To
>> bsf-user@...
>> cc
>>
>> Subject
>> Can JRuby 1.1.2 be used with BSF?
>>
>>
>>
>>
>>
>>
>>
>> Hi,
>>
>> I am using JRuby 1.0.1 with BSF 3.0-beta2 and it works fine. Due to
this

>
>> bug
>> reported on JRuby [1] I want to upgrade my JRuby version. I tried this
> but
>> it failed with the following exception. Are there any plans to upgrade
> the
>> supported JRuby version?
>>
>>
>
org.jruby.Ruby.parse(Ljava/lang/String;Ljava/lang/String;Lorg/jruby/runtime/DynamicScope;I)Lorg/jruby/ast/Node;
>>         at
>>
>
com.sun.script.jruby.JRubyScriptEngine.compileScript(JRubyScriptEngine.java:197)

>>         at
>> com.sun.script.jruby.JRubyScriptEngine.eval(JRubyScriptEngine.java:137)
>>         at
>> javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:89)
>>
>>
>> [1] http://jira.codehaus.org/browse/JRUBY-249Thanks,
>> Keith.
>> --
>> View this message in context:
>>
>
http://www.nabble.com/Can-JRuby-1.1.2-be-used-with-BSF--tp22324091p22324091.html

>
>>
>> Sent from the BSF - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: bsf-user-unsubscribe@...
>> For additional commands, e-mail: bsf-user-help@...
>>
>>
>>
>>
>>
>>
>>
>>
>> Unless stated otherwise above:
>> IBM United Kingdom Limited - Registered in England and Wales with
number

>
>> 741598.
>> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6
> 3AU
>>
>>
>>
>>
>>
>>
>>
>
> --
> View this message in context:
>
http://www.nabble.com/Can-JRuby-1.1.2-be-used-with-BSF--tp22324091p22326881.html

>
> Sent from the BSF - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: bsf-user-unsubscribe@...
> For additional commands, e-mail: bsf-user-help@...
>
>
>
>
>
>
>
>
> Unless stated otherwise above:
> IBM United Kingdom Limited - Registered in England and Wales with number

> 741598.
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6
3AU
>
>
>
>
>
>
>

--
View this message in context:
http://www.nabble.com/Can-JRuby-1.1.2-be-used-with-BSF--tp22324091p22602171.html

Sent from the BSF - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: bsf-user-unsubscribe@...
For additional commands, e-mail: bsf-user-help@...









Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number
741598.
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU






Re: Can JRuby 1.1.2 be used with BSF?

by Keithgchapman :: Rate this Message:

| View Threaded | Show Only this Message

Thanks Ant, I downloaded the release and tried it out and it seems like the issue is now resolved. Thanks for the help.

Thanks,
Keith.

Anthony Elder wrote:
Just an FYI on the BSF 2.0 beta3 release, its taking a while to work out
how to get the website updated but the artifacts are now released and
available in the maven repository and distribution area if anyone needs to
start using them before the release announcement is made when the website
is updated.

   ...ant






Keithgchapman <keithgchapman@gmail.com>
19/03/2009 15:59
Please respond to
"Bean Scripting Framework users" <bsf-user@jakarta.apache.org>


To
bsf-user@jakarta.apache.org
cc

Subject
Re: Can JRuby 1.1.2 be used with BSF?







Hi Ant,

Any progress on this? Would it be possible to do a BSF release?

Thanks,
Keith.



Anthony Elder wrote:
>
> There's been no discussion on the next release. If you need one with
that
> fix i guess we could do one, though i'm off on vacation today so I
> wouldn't be able to help with that till after March 15th.
>
>    ...ant
>
>
>
>
> Keithgchapman <keithgchapman@gmail.com>
> 04/03/2009 09:58
> Please respond to
> "Bean Scripting Framework users" <bsf-user@jakarta.apache.org>
>
>
> To
> bsf-user@jakarta.apache.org
> cc
>
> Subject
> Re: Can JRuby 1.1.2 be used with BSF?
>
>
>
>
>
>
>
> Hi Ant,
>
> Yes I feared so. Is there any timeline as to when this would happen?
>
> Thanks,
> Keith.
>
>
>
> Anthony Elder wrote:
>>
>> Looks like no, the JRuby engine used by BSF 3.0-beta2 doesn't work with

>> JRuby 1.1.2 or 1.1.3 as there have been some non-compatible changes. We

>> need to upgrade BSF to the latest engine which works with JRuby 1.1.3
> and
>> the earlier JRuby releases.
>>
>>    ...ant
>>
>>
>>
>>
>>
>> Keithgchapman <keithgchapman@gmail.com>
>> 04/03/2009 05:48
>> Please respond to
>> "Bean Scripting Framework users" <bsf-user@jakarta.apache.org>
>>
>>
>> To
>> bsf-user@jakarta.apache.org
>> cc
>>
>> Subject
>> Can JRuby 1.1.2 be used with BSF?
>>
>>
>>
>>
>>
>>
>>
>> Hi,
>>
>> I am using JRuby 1.0.1 with BSF 3.0-beta2 and it works fine. Due to
this
>
>> bug
>> reported on JRuby [1] I want to upgrade my JRuby version. I tried this
> but
>> it failed with the following exception. Are there any plans to upgrade
> the
>> supported JRuby version?
>>
>>
>
org.jruby.Ruby.parse(Ljava/lang/String;Ljava/lang/String;Lorg/jruby/runtime/DynamicScope;I)Lorg/jruby/ast/Node;
>>         at
>>
>
com.sun.script.jruby.JRubyScriptEngine.compileScript(JRubyScriptEngine.java:197)
>>         at
>> com.sun.script.jruby.JRubyScriptEngine.eval(JRubyScriptEngine.java:137)
>>         at
>> javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:89)
>>
>>
>> [1] http://jira.codehaus.org/browse/JRUBY-249Thanks,
>> Keith.
>> --
>> View this message in context:
>>
>
http://www.nabble.com/Can-JRuby-1.1.2-be-used-with-BSF--tp22324091p22324091.html

>
>>
>> Sent from the BSF - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: bsf-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: bsf-user-help@jakarta.apache.org
>>
>>
>>
>>
>>
>>
>>
>>
>> Unless stated otherwise above:
>> IBM United Kingdom Limited - Registered in England and Wales with
number
>
>> 741598.
>> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6
> 3AU
>>
>>
>>
>>
>>
>>
>>
>
> --
> View this message in context:
>
http://www.nabble.com/Can-JRuby-1.1.2-be-used-with-BSF--tp22324091p22326881.html

>
> Sent from the BSF - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: bsf-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: bsf-user-help@jakarta.apache.org
>
>
>
>
>
>
>
>
> Unless stated otherwise above:
> IBM United Kingdom Limited - Registered in England and Wales with number

> 741598.
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6
3AU
>
>
>
>
>
>
>

--
View this message in context:
http://www.nabble.com/Can-JRuby-1.1.2-be-used-with-BSF--tp22324091p22602171.html

Sent from the BSF - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: bsf-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bsf-user-help@jakarta.apache.org









Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number
741598.
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU