[wtr-general] Re: Watir in JRuby?

2009-05-05 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
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 a

[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 normal

[wtr-general] Re: Watir in JRuby?

2009-03-18 Thread Željko Filipin
On Wed, Mar 18, 2009 at 00:17, Jim Knowlton jknowlton...@gmail.com 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/).

[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 jknowlton...@gmail.com 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

[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

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

[wtr-general] Re: Watir on JRuby

2009-03-18 Thread Bret Pettichord
Sai, Thanks for doing this. I've been meaning to take a look at this for some time, but just haven't had a chance to install JRuby. Anyway, I was wondering whether it would be possible for you -- or some one else, for that matter -- to apply your changes to a fork of Watir. One of the great

[wtr-general] Re: Watir on JRuby

2009-03-18 Thread sai
Will do Bret. Need to sit sometime with this. The code is more of a hack now. No tests covering it. So need to clean up a few things and I will fork watir to apply my changes. Over the weekend would be possible :) Regards, Sai http://code.google.com/p/chrome-watir On Mar 19, 9:21 am, Bret