[wtr-general] Re: Watir 1.6.5.rc1 - release candidate available for testing

2009-10-12 Thread Bret Pettichord
We have a fix for this and it will be included in RC2. Željko Filipin wrote: > 3) upgrade Watir from 1.6.2 to 1.6.5. > - machine with Watir 1.6.2 (from the second example) > - install watir-1.6.5.rc1.gem > > >gem install watir --no-rdoc --no-ri > Successfully installed commonwatir-1.6.5.rc1 > Su

[wtr-general] Re: Watir 1.6.5.rc1 - release candidate available for testing

2009-10-12 Thread Željko Filipin
Executed all my tests with Watir 1.6.5. Just one failure, Watir now sees Spanish characters differently. Fixed that and everything works just fine. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group

[wtr-general] Re: Watir 1.6.5.rc1 - release candidate available for testing

2009-10-12 Thread Željko Filipin
If you get this: >gem update --system Updating RubyGems Nothing to update >gem -v 1.2.0 you should read this: http://stackoverflow.com/questions/566614/how-can-i-force-gem-to-upgrade-to-gem-1-3-1 http://soft-dev-pro.blogspot.com/2009/07/update-rubygems.html Probably the easiest way to update r

[wtr-general] Re: Watir 1.6.5.rc1 - release candidate available for testing

2009-10-12 Thread Željko Filipin
The upgrade works fine if I first uninstall 1.6.2 versions of watir, firewatir and commonwatir, and then install 1.6.5. Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this gr

[wtr-general] Re: Watir 1.6.5.rc1 - release candidate available for testing

2009-10-12 Thread Željko Filipin
- all examples at Windows 2003 Server machine 1) clean Watir 1.6.5 - uninstall Ruby - install ruby186-26.exe - update rubygems - install watir-1.6.5.rc1.gem - everything is fine 2) clean Watir 1.6.2 - uninstall Ruby - install ruby186-2

[wtr-general] Re: Watir 1.6.5.rc1 - release candidate available for testing - redux

2009-10-10 Thread Charley Baker
I was wondering the same, worked with orde a bit last night on irc, and got him to send me his gem list - commonwatir, watir and all dependencies seem to be there. I'm trying to reproduce it on my side, and would appreciate any help from people who are seeing this. Charley Baker blog: http://blog

[wtr-general] Re: Watir 1.6.5.rc1 - release candidate available for testing

2009-10-09 Thread Bret Pettichord
Interesting. Charley Baker wrote: > Good point. Also I spoke too soon. Github is no longer going to > support gem building - blog from yesterday: > http://github.com/blog/515-gem-building-is-defunct > The new solution is to use gemcutter and jeweler - gemcutter.org > , ht

[wtr-general] Re: Watir 1.6.5.rc1 - release candidate available for testing

2009-10-09 Thread Bret Pettichord
I wonder if this is because the gem server is in the united states. bret On Oct 9, 5:10 pm, Željko Filipin wrote: > On Sat, Oct 10, 2009 at 12:07 AM, Charley Baker > wrote: > > > Wow, it didn't take very long for me, 5mins tops. > > My example was after a clean Ruby install. I guess it does no

[wtr-general] Re: Watir 1.6.5.rc1 - release candidate available for testing - redux

2009-10-09 Thread Bret Pettichord
I am wondering if maybe commonwatir is installed, but not watir? That would be consistent with these symptoms. bret On Oct 9, 3:48 pm, orde wrote: > I also experienced the same problem using WinXP SP3 + IE8.x > > Followed install instructions and tried to check watir version (i.e. > ruby -e 're

[wtr-general] Re: Watir 1.6.5.rc1 - release candidate available for testing

2009-10-09 Thread Željko Filipin
On Sat, Oct 10, 2009 at 12:07 AM, Charley Baker wrote: > Wow, it didn't take very long for me, 5mins tops. My example was after a clean Ruby install. I guess it does not take so long if you have never version of rubygems. Željko --~--~-~--~~~---~--~~ You received

[wtr-general] Re: Watir 1.6.5.rc1 - release candidate available for testing - redux

2009-10-09 Thread Željko Filipin
On Sat, Oct 10, 2009 at 12:06 AM, Nathan Lane wrote: > 1.3.5 Same here. Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send email to watir-general@googlegroups.

[wtr-general] Re: Watir 1.6.5.rc1 - release candidate available for testing

2009-10-09 Thread Charley Baker
Wow, it didn't take very long for me, 5mins tops. Not sure why it took so long. I generally go no ri, no rdoc as well, nice tip if you're not using it, some people do. -c On Fri, Oct 9, 2009 at 3:21 PM, Željko Filipin < zeljko.fili...@wa-research.ch> wrote: > On Fri, Oct 9, 2009 at 4:04 PM, Želj

[wtr-general] Re: Watir 1.6.5.rc1 - release candidate available for testing - redux

2009-10-09 Thread Nathan Lane
1.3.5 On Fri, Oct 9, 2009 at 4:04 PM, Charley Baker wrote: > Which version of rubygems for all of you? > > gem -v from the command prompt > > -c > On Fri, Oct 9, 2009 at 3:15 PM, Nathan Lane wrote: > >> Nevermind about that syntax thing -- I'm dumb: Watir::IE::VERSION produces >> the desired resu

[wtr-general] Re: Watir 1.6.5.rc1 - release candidate available for testing - redux

2009-10-09 Thread Charley Baker
Which version of rubygems for all of you? gem -v from the command prompt -c On Fri, Oct 9, 2009 at 3:15 PM, Nathan Lane wrote: > Nevermind about that syntax thing -- I'm dumb: Watir::IE::VERSION produces > the desired results. > > > On Fri, Oct 9, 2009 at 3:12 PM, Nathan Lane wrote: > >> I was

[wtr-general] Re: Watir 1.6.5.rc1 - release candidate available for testing

2009-10-09 Thread Željko Filipin
On Fri, Oct 9, 2009 at 4:04 PM, Željko Filipin < zeljko.fili...@wa-research.ch> wrote: > `gem update --system` took something like an hour after a clean Ruby 1.8.6-26 install "gem update --system --no-rdoc --no-ri" took a long time too, but probably only 1/3 or 1/2 of full install, I did not measu

[wtr-general] Re: Watir 1.6.5.rc1 - release candidate available for testing - redux

2009-10-09 Thread Nathan Lane
Nevermind about that syntax thing -- I'm dumb: Watir::IE::VERSION produces the desired results. On Fri, Oct 9, 2009 at 3:12 PM, Nathan Lane wrote: > I was using IRB, haven't tried scripting it out. > > Further environmental information: I downloaded the 1.6.5 RC 1 watir, > commonwatir, and firew

[wtr-general] Re: Watir 1.6.5.rc1 - release candidate available for testing - redux

2009-10-09 Thread Nathan Lane
I was using IRB, haven't tried scripting it out. Further environmental information: I downloaded the 1.6.5 RC 1 watir, commonwatir, and firewatir gems, and installed them from a local directory next to the 1.6.2 gems. I know that by default Ruby uses the latest version of the gems when using the s

[wtr-general] Re: Watir 1.6.5.rc1 - release candidate available for testing - redux

2009-10-09 Thread Željko Filipin
On Fri, Oct 9, 2009 at 10:21 PM, Nathan Lane wrote: > I get the error that watir/ie does not exist. Same here. Windows 2003 Server with IE6. I thought it was something on my side since nobody reported anything so I reinstalled Ruby, but I did not have the time to try after that. Željko -- http:/

[wtr-general] Re: Watir 1.6.5.rc1 - release candidate available for testing - redux

2009-10-09 Thread Charley Baker
Well, that's certainly a problem. :) Is that just through irb or where is it happening? Also if there's any chance you can jump on irc, might make troubleshooting easier than email. http://wiki.openqa.org/display/WTR/The+IRC+Channel Charley Baker blog: http://blog.charleybaker.org/ Lead Develope

[wtr-general] Re: Watir 1.6.5.rc1 - release candidate available for testing - redux

2009-10-09 Thread orde
I also experienced the same problem using WinXP SP3 + IE8.x Followed install instructions and tried to check watir version (i.e. ruby -e 'require "watir"; puts Watir::IE::VERSION' on command line): -e:1: no such file to load -- watir/ie (LoadError) On Oct 9, 1:21 pm, Nathan Lane wrote: > I'm

[wtr-general] Re: Watir 1.6.5.rc1 - release candidate available for testing - redux

2009-10-09 Thread Nathan Lane
I'm usually not very bad at figuring things out, but after I install the gems you've provided, I can't get my Windows Vista IE8 to load with Watir. I get the error that watir/ie does not exist. On Fri, Oct 9, 2009 at 1:43 PM, Charley Baker wrote: > Hi all, > >There's been a lack of feedback o

[wtr-general] Re: Watir 1.6.5.rc1 - release candidate available for testing

2009-10-09 Thread Charley Baker
Good point. Also I spoke too soon. Github is no longer going to support gem building - blog from yesterday: http://github.com/blog/515-gem-building-is-defunct The new solution is to use gemcutter and jeweler - gemcutter.org, http://github.com/technicalpickles/jeweler Interesting new development. W

[wtr-general] Re: Watir 1.6.5.rc1 - release candidate available for testing

2009-10-09 Thread Bret Pettichord
Another problem is that github only allowed one gem per project. We currently have three. On Oct 9, 10:33 am, Charley Baker wrote: > I'd thought about doing something like that. Unfortunately it's somewhat of > a moot point right now since github's gem creation isn't working since the > switch t

[wtr-general] Re: Watir 1.6.5.rc1 - release candidate available for testing

2009-10-09 Thread Charley Baker
I'd thought about doing something like that. Unfortunately it's somewhat of a moot point right now since github's gem creation isn't working since the switch to rackspace. :) That's probably the way to go next time though. Charley Baker blog: http://blog.charleybaker.org/ Lead Developer, Watir, h

[wtr-general] Re: Watir 1.6.5.rc1 - release candidate available for testing

2009-10-09 Thread aidy lewis
Hi Charley 2009/10/5 Charley Baker : wrote: > http://wiki.openqa.org/display/WTR/Development+Builds Would it not be an idea to install the gem(s) directly from github? Aidy --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[wtr-general] Re: Watir 1.6.5.rc1 - release candidate available for testing

2009-10-09 Thread Željko Filipin
`gem update --system` took something like an hour after a clean Ruby 1.8.6-26 install. I know we can not do anything about it, but I was _really_ surprised. Željko -- http://watirpodcast.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribe