Re: [Wtr-general] Installing watir 1.5 actually installs 1.4.1 again

2007-07-23 Thread Ajitesh Srinetra

You can look into
http://wiki.openqa.org/display/WTR/FAQ

It will tell you about the installation steps as well as the source .

Look for Installing a gem from the latest development source .

I hope it helps
I
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] Installing watir 1.5 actually installs 1.4.1 again

2007-07-23 Thread vipin
Thanx a lot. Its working.
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


Re: [Wtr-general] Installing watir 1.5 actually installs 1.4.1 again

2007-07-23 Thread Željko Filipin

On 7/23/07, vipin <[EMAIL PROTECTED]> wrote:


i tried to find the watir-1.5.1.1192.gem but didnt find it.



Oh, why did not you tell that earlier?! :)

Go to http://wiki.openqa.org/display/WTR/Development+Builds
There is a table with Watir gems. The first row, the first column (titled
"Version") has text "1.5.1.1192". The third column (titled "Download") has
link with text "Gem". That link leads to watir-1.5.1.1192.gem (
http://wiki.openqa.org/download/attachments/522/watir-1.5.1.1192.gem?version=1
).

Zeljko

___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] Installing watir 1.5 actually installs 1.4.1 again

2007-07-23 Thread vipin
Ok..but i tried to find the watir-1.5.1.1192.gem but didnt find it.
pls. help

vipin
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


Re: [Wtr-general] Installing watir 1.5 actually installs 1.4.1 again

2007-07-23 Thread Željko Filipin

On 7/23/07, vipin <[EMAIL PROTECTED]> wrote:


I downloaded watir-1.5.1.1081.gem and it is installed with no problem.
Do I now have to download the watir-bonus-1.5.1.1192 to get latest?



No. You should download and install watir-1.5.1.1192.gem.

Also, how to install it?


gem install watir

Zeljko
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] Installing watir 1.5 actually installs 1.4.1 again

2007-07-23 Thread vipin
Thanx.
I downloaded watir-1.5.1.1081.gem and it is installed with no problem.
Do I now have to download the watir-bonus-1.5.1.1192 to get latest?

Will the latest sufficient to work with Windows Standard dialog boxes like 
Open, Save, Find etc?

Also, how to install it?

thanx a lot.

vipin
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


Re: [Wtr-general] Installing watir 1.5 actually installs 1.4.1 again

2007-07-20 Thread marekj

Thanks. I wasn't aware that gem command scans working dir first.
Here it is "gem install... It will attempt a local installation (i.e. a .gem
file in the current directory), and if that fails, it will attempt to
download"
http://rubygems.org/read/chapter/10#page33
Note to self: read instructions and installation notes.


thanks.
marekj




On 7/20/07, Bret Pettichord <[EMAIL PROTECTED]> wrote:


marekj wrote:
> One word of caution with downloaded gems.
> Use 'gem install watir --local' option to to pick up the downloaded
> gem and not the --remote
>
Actually, this only matters if you didn't actually download the gem to
the current directory.

___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] Installing watir 1.5 actually installs 1.4.1 again

2007-07-20 Thread Bret Pettichord
marekj wrote:
> One word of caution with downloaded gems.
> Use 'gem install watir --local' option to to pick up the downloaded 
> gem and not the --remote
>
Actually, this only matters if you didn't actually download the gem to 
the current directory.

___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


Re: [Wtr-general] Installing watir 1.5 actually installs 1.4.1 again

2007-07-20 Thread marekj

One word of caution with downloaded gems.
Use 'gem install watir --local' option to to pick up the downloaded gem and
not the --remote

marekj

On 7/20/07, vipin <[EMAIL PROTECTED]> wrote:


Hi,

I have watir 1.4.1. I uninstalled it by typing gem uninstall watir.
I then downloaded "watir-bonus-1.5.1.1192.zip" on desktop
I open cmd, cd to desktop and typed gem install watir. It starts
installing 1.4.1 again

I then uninstalled ruby, reinstalled it and followed same steps.
Again it installed 1.4.1

What I am doing wrong?

regards

vipin
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] Installing watir 1.5 actually installs 1.4.1 again

2007-07-20 Thread Željko Filipin

On 7/20/07, vipin <[EMAIL PROTECTED]> wrote:


I then downloaded "watir-bonus-1.5.1.1192.zip"



Hi Vipin,

You should have downloaded watir gem, not bonus zip.

Zeljko
--
ZeljkoFilipin.com
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

[Wtr-general] Installing watir 1.5 actually installs 1.4.1 again

2007-07-20 Thread vipin
Hi,

I have watir 1.4.1. I uninstalled it by typing gem uninstall watir.
I then downloaded "watir-bonus-1.5.1.1192.zip" on desktop
I open cmd, cd to desktop and typed gem install watir. It starts installing 
1.4.1 again

I then uninstalled ruby, reinstalled it and followed same steps.
Again it installed 1.4.1

What I am doing wrong?

regards

vipin
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general