You can use svn. TortoiseSVN integrates into windows explorer: http://tortoisesvn.tigris.org/
Use it to keep in synch with the latest version, do a checkout from http://svn.openqa.org/svn/watir/trunk/watir into a local directory, and then updates when  you want: svn update from a right mouse clicking the directory you checked out to.

Once you've downloaded, you can create your own gem and install it into your local ruby gems directory. Open a command line where you downloaded watir and type the following:
'gem build watir.gemspec'

/** replace whatever version you've now downloaded with the right version number of the new gem, it's been built out in the same directory you ran gem build in **/
'gem install watir****version***.gem'

'gem list --local watir'

The last command will list the gem versions on your local system. You can also do a gem uninstall on previous versions if you'd like.
'gem help uninstall'
or just
'gem uninstall watir'
and you'll get a list of versions to choose from.

Hopefully this helps.

-Charley

On 5/19/06, Mike Townley < [EMAIL PROTECTED]> wrote:

Is there a place I can check out the latest features, bug fixes and updates to Watir with out cvs'ing the daily?

I'm curious in particular about the support for modals such as _javascript_ alert boxes.

 

Thanks

Mike


_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general


_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to