[wtr-general] Re: Watir in JRuby?

2009-05-04 Thread SANTOSH SOLAPURKAR
Hi All, I also was looking for a way to call waiter api from JRuby as our web application has interface with Weblogic JMS server to send and receive XML files with legacy applications, and for which i had posted long back. JRuby did not work for me as i could not call Ruby Script (Watir API) from

[wtr-general] Re: Watir in JRuby?

2009-05-04 Thread Jared
Thanks, I will take a look. I'm dreaming of being able to run Watir and set my browser to be :raw_http, or something like that though :) Jared http://www.quinert.com/blog/ On May 5, 2:02 pm, Manish Sapariya wrote: > Check this out.http://github.com/langalex/culerity/tree/master > > It makes i

[wtr-general] Re: Watir in JRuby?

2009-05-04 Thread Manish Sapariya
Check this out. http://github.com/langalex/culerity/tree/master It makes it possible to run watir test using celerity from C-Ruby. You need jRuby and Celerity though. Regards, Manish Jared wrote: > I keep thinking I'd like to have access to a celerity-style driver > when I'm running from norma

[wtr-general] Re: Watir in JRuby?

2009-05-04 Thread Jared
I keep thinking I'd like to have access to a celerity-style driver when I'm running from normal Ruby for faster feedback...Is this on the radar? What would be required to get celerity to run under Ruby rather than JRuby? Jared > >> You could run your tests throughCeleritywhich wraps HtmlUnit in

Re: [OT] Re: [wtr-general] Re: Watir in JRuby?

2009-03-18 Thread Bret Pettichord
My guess is that DRb would work, as long as you restricted yourself to objects that were pure Ruby and not wrappers for Java or Win32OLE objects. Bret Manish Sapariya wrote: > Hi List, > This is little off topic, but very much inline with the content of this > thread. > > I also have run into

[OT] Re: [wtr-general] Re: Watir in JRuby?

2009-03-18 Thread Manish Sapariya
Hi List, This is little off topic, but very much inline with the content of this thread. I also have run into situation where some of my tests run only on jRuby, some java tests, but my rest of the framework is in C-Ruby. I am looking for integration of jRuby and C-Ruby tests. One approach I wa

[wtr-general] Re: Watir in JRuby?

2009-03-18 Thread aidy lewis
You could run your tests through Celerity which wraps HtmlUnit in a Watir API through JRuby Aidy On 17/03/2009, Jim Knowlton wrote: > > Does anyone know the status of porting Watir to JRuby? I saw some > posts last year that indicated it was on the wish list, but that a > stumbling block wa

[wtr-general] Re: Watir in JRuby?

2009-03-18 Thread sai
Sorry didn't write about it :). It is there in the mailing list.http:// bit.ly/z0MOL. It is a patch on firewatir. As you said Watir needs Win32OLE and that is not available in JRuby till now. Please let me know if you need more info. Regards, Sai On Mar 18, 1:34 pm, Željko Filipin wrote: > On

[wtr-general] Re: Watir in JRuby?

2009-03-18 Thread Željko Filipin
On Wed, Mar 18, 2009 at 00:17, Jim Knowlton wrote: > Does anyone know the status of porting Watir to JRuby? Sai has a link on his blog (http://developer-in-test.blogspot.com/) to "Firewatir on JRuby", but it just points to Watir wiki ( http://wiki.openqa.org/display/WTR/). Maybe Sai could give y