Re: [dev] Ruby binding

2007-02-02 Thread Juergen Schmidt

Andrzej Zawadzki wrote:

Rony G. Flatscher wrote:
Once I get the ooRexx scripting language support packaged into an
extension package, I will send you the respective information, such that
you can do the same for JRuby.
I'll be very thankful. However I think I'll also need some time to do this 
integration properly:)#


really good news. Please ask when you have problems and let us know if i 
can help (depending on time constraints).


Juergen




Andrzej Zawadzki

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Ruby binding

2007-02-01 Thread Andrzej Zawadzki
> Rony G. Flatscher wrote:
> Once I get the ooRexx scripting language support packaged into an
> extension package, I will send you the respective information, such that
> you can do the same for JRuby.
I'll be very thankful. However I think I'll also need some time to do this 
integration properly:)

Andrzej Zawadzki

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Ruby binding

2007-02-01 Thread Rony G. Flatscher
Hi Andrzej,
>> Juergen Schmidt wrote:
>> i would also go forward with JRuby first, based on top of the scripting
>> framework and the Java UNO binding. One thing you have to do is to
>> provide an appropriate script provider.
>> 
> That's already done - thanks to Mr. Rony Flatscher I only did some minor 
> edits 
> to his script provider for ooRexx, and JRuby scripts are already being called 
> in OO. However there's of course some work left with JRuby-UNO integration, 
> because bare Ruby is not so convenient as it should be in OO. I'll be working 
> on it now.
>   
*Great* news !

Looking forward to your first scripts once you finished your preliminary
JRuby-UNO integration!

Regards,

---rony

P.S.: Once I get the ooRexx scripting language support packaged into an
extension package, I will send you the respective information, such that
you can do the same for JRuby, if you want. Still some studying (and
testing!) ahead, so it'll take some time. If it works the way as with
the other extension packages, this will be very attractive, as it allows
a very easy install for the user.



[dev] Ruby binding

2007-02-01 Thread Andrzej Zawadzki
> Juergen Schmidt wrote:
> i would also go forward with JRuby first, based on top of the scripting
> framework and the Java UNO binding. One thing you have to do is to
> provide an appropriate script provider.
That's already done - thanks to Mr. Rony Flatscher I only did some minor edits 
to his script provider for ooRexx, and JRuby scripts are already being called 
in OO. However there's of course some work left with JRuby-UNO integration, 
because bare Ruby is not so convenient as it should be in OO. I'll be working 
on it now.

Andrzej Zawadzki 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Ruby binding

2007-01-31 Thread Juergen Schmidt

Rony G. Flatscher wrote:

Hi Andrzej,

Stephan Bergmann wrote:

Andrzej Zawadzki wrote:

is there any kind of work going on with Ruby binding to UNO?

None that I am aware of, at least.  Go ahead. :)

If jruby is an option for the interpreter you could make your life
rather easy by taking advantage of Apache BSF (cf.
), which allows deploying scripting
languages via Java easily. As the OOo scripting framework is written in
Java you could use that and make jruby available for it. As I have been
successfully employing ooRexx via that infrastructure (and the gamma
version is humming along very nicely) I could point you to the
respective Java programs which you would have to adapt for it. Not a
terrible big job, as you could take over 98% 1:1.

Andrzej,

i would also go forward with JRuby first, based on top of the scripting 
framework and the Java UNO binding. One thing you have to do is to 
provide an appropriate script provider.


I have such an evaluation on my todo/wish list and have already talked 
about it with the JRuby developers. Especially the integration of JRuby 
in Java and the support of JRuby in Netbeans make it really interesting 
for me.


Your help would be highly appreciated.

Juergen




If not, were
there any attempts on completing such a task? I'm a Ruby/C++
programmer and I'd surely like such a binding done in OO. Since I'll
have some free time in the next few months I'm wondering whether I
could help in such a project.

Again, if JRuby is an option and you are interested in making it
available rather quickly, then drop me a note.

Regards,

---rony

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Ruby binding

2007-01-29 Thread Rony G. Flatscher
Hi Andrzej,

Stephan Bergmann wrote:
> Andrzej Zawadzki wrote:
>> is there any kind of work going on with Ruby binding to UNO?
> None that I am aware of, at least.  Go ahead. :)
If jruby is an option for the interpreter you could make your life
rather easy by taking advantage of Apache BSF (cf.
), which allows deploying scripting
languages via Java easily. As the OOo scripting framework is written in
Java you could use that and make jruby available for it. As I have been
successfully employing ooRexx via that infrastructure (and the gamma
version is humming along very nicely) I could point you to the
respective Java programs which you would have to adapt for it. Not a
terrible big job, as you could take over 98% 1:1.

> > If not, were
>> there any attempts on completing such a task? I'm a Ruby/C++
>> programmer and I'd surely like such a binding done in OO. Since I'll
>> have some free time in the next few months I'm wondering whether I
>> could help in such a project.
Again, if JRuby is an option and you are interested in making it
available rather quickly, then drop me a note.

Regards,

---rony

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Ruby binding

2007-01-29 Thread Stephan Bergmann

Andrzej Zawadzki wrote:

Hi,

is there any kind of work going on with Ruby binding to UNO?


None that I am aware of, at least.  Go ahead. :)

-Stephan

> If not, were
there any attempts on completing such a task? I'm a Ruby/C++ programmer and 
I'd surely like such a binding done in OO. Since I'll have some free time in 
the next few months I'm wondering whether I could help in such a project.


Andrzej Zawadzki


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dev] Ruby binding

2007-01-27 Thread Andrzej Zawadzki
Hi,

is there any kind of work going on with Ruby binding to UNO? If not, were 
there any attempts on completing such a task? I'm a Ruby/C++ programmer and 
I'd surely like such a binding done in OO. Since I'll have some free time in 
the next few months I'm wondering whether I could help in such a project.

Andrzej Zawadzki

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]