[wtr-general] Re: Where to download gem watir 1.5.1.1100 ?

2009-11-25 Thread
gem update --system
gem install watir
Have no effect!!Because my network is so slow!! How to install it locally?

2009/11/25 b...@pettichord.com 

>
> This will be hard to build. We've updated our build instructions to
> match the current code in developement. Back then we were using SVN
> and I think you would need to pull from our old SVN repository on
> OpenQA to build this. The "1100" was the SVN revision number of the
> source it was built from.
>
> It's also possible that the Wayback machine could be used to recover
> old gems.
>
> Bret
>
> On Nov 24, 6:56 am, andoy  wrote:
> > On Nov 24, 8:40 pm, Željko Filipin 
> > wrote:
> >
> > > On Tue, Nov 24, 2009 at 1:27 PM, andoy  wrote:
> > > > Just making sure I can revert to this version. I'm in the process of
> > > > migrating to 1.6.5.
> >
> > > You can always uninstall 1.6.5 and you will be reverted automatically
> to
> > > what you had before.
> >
> > I had 1.5.6 installed in one machine then upgraded to 1.6.5, reverting
> > with "gem uninstall watir" didn't do the trick for me, i had to "gem
> > install -v 1.5.6" to get it working again, so i assumed it could
> > happen when coming form 1.5.1.1100
> >
> >
> >
> > > > Do you have a local copy you could send me?
> >
> > > No. I think you could build it yourself. There are instructions
> somewhere on
> > > our wiki. If you need them, and can not find them, let me know.
> >
> > I guess i have no other choice but to build it myself :)
> >
> > > Željko
> >
> > ~andoy
> >
>

--~--~-~--~~~---~--~~
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.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: Where to download gem watir 1.5.1.1100 ?

2009-11-25 Thread
Thanks!
But I can't understand Navigate in command prompt to place where gems are
located?Where ?
2009/11/25 Željko Filipin 

> 2009/11/25 唐觊隽 
>
> > How to install it locally?
>
> Get rubygems-update gem from:
>
> http://rubyforge.org/frs/?group_id=126
>
> Get watir gems (commonwatir, firewatir, watir) from:
>
> http://rubyforge.org/frs/?group_id=104
>
> Navigate in command prompt to place where gems are located:
>
> gem install rubygems-update
> gem instal watir
>
> Not tested, but it should work.
>
> Ž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.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: Where to download gem watir 1.5.1.1100 ?

2009-11-25 Thread
E:\ruby\rubygems-1.3.5\rubygems-1.3.5>gem install rubygems-update
ERROR:  http://gems.rubyforge.org/ does not appear to be a repository
ERROR:  could not find gem rubygems-update locally or in a repository
- -!!
2009/11/25 唐觊隽 

> Thanks!
> But I can't understand Navigate in command prompt to place where gems are
> located?Where ?
> 2009/11/25 Željko Filipin 
>
> 2009/11/25 唐觊隽 
>>
>> > How to install it locally?
>>
>> Get rubygems-update gem from:
>>
>> http://rubyforge.org/frs/?group_id=126
>>
>> Get watir gems (commonwatir, firewatir, watir) from:
>>
>> http://rubyforge.org/frs/?group_id=104
>>
>> Navigate in command prompt to place where gems are located:
>>
>> gem install rubygems-update
>> gem instal watir
>>
>> Not tested, but it should work.
>>
>> Ž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.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: Where to download gem watir 1.5.1.1100 ?

2009-11-25 Thread
I download rubygems-1.3.5 and watir-1.6.5.gem to e:/ruby
Then I go to that path !Run your command!
Then a dialog pop out(Do you want to uninstall ruby before reinstall it)!



2009/11/25 Željko Filipin 

> On Wed, Nov 25, 2009 at 11:44 AM, 唐觊隽  wrote:
> > But I can't understand Navigate in command prompt to place where gems are
> located?Where ?
>
> My mistake. Navigate to place where you have downloaded the gems. So if
> they are in c:\ you would go there.
>
>
> Ž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.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: Where to download gem watir 1.5.1.1100 ?

2009-11-25 Thread
Thank you for you advice ! Still not ok!! This Drive me crazy!

2009/11/25 Željko Filipin 

> On Wed, Nov 25, 2009 at 12:07 PM, 唐觊隽  wrote:
> > I download rubygems-1.3.5 and watir-1.6.5.gem to e:/ruby
>
> Ruby folder is probably the only place where you will get that pop up. Try
> moving the gems to desktop or anywhere else.
>
>
> Ž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.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---