[Wtr-general] Development updates

Charley Baker charley.baker at gmail.com
Fri May 19 15:12:23 EDT 2006


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 <mtownley at firstlook.biz> 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
> Wtr-general at rubyforge.org
> http://rubyforge.org/mailman/listinfo/wtr-general
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/wtr-general/attachments/20060519/4d49be66/attachment.html 


More information about the Wtr-general mailing list