FYI:   got this same builder doc error when I tried to install just
now..

Do we need to update the install instructions in the tutorial and such
to reflect that users might expect to see this error, and what (if
anything) they need to do about it?

Perhaps also update the 'Output should be something like this:"
example to reflect what users currently see when they do the install
(sample below)

=-=-=- My experience =-=-=

Environment is a CLEAN (as in pristine, fresh) windows 2003 server
system (it's a VM but I doubt that matters).   Never had Ruby or Watir
on it.

 Installed Ruby 186-27-RC2 without issues  (yeah living on the 'edge'
with the RC {smirk})

Rest of the install looked like this (yes I'm an admin on the box)

C:\Documents and Settings\Chuckv>gem update --system
Updating RubyGems
Nothing to update

C:\Documents and Settings\Chuckv>gem install watir
Successfully installed activesupport-2.2.2
Successfully installed xml-simple-1.0.11
Successfully installed rubyforge-1.0.1
Successfully installed rake-0.8.3
Successfully installed hoe-1.8.2
Successfully installed s4t-utils-1.0.4
Successfully installed builder-2.1.2
Successfully installed user-choices-1.1.6
Successfully installed commonwatir-1.6.2
Successfully installed firewatir-1.6.2
Successfully installed watir-1.6.2
11 gems installed
Installing ri documentation for activesupport-2.2.2...
Installing ri documentation for rubyforge-1.0.1...
Installing ri documentation for rake-0.8.3...
Installing ri documentation for hoe-1.8.2...
Installing ri documentation for s4t-utils-1.0.4...
Installing ri documentation for builder-2.1.2...
ERROR:  While generating documentation for builder-2.1.2
... MESSAGE:   Unhandled special: Special: type=17, text="<!-- HI -->"
... RDOC args: --ri --op C:/Ruby/lib/ruby/gems/1.8/doc/builder-2.1.2/
ri --title
Builder -- Easy XML Building --main README --line-numbers --quiet lib
CHANGES Ra
kefile README doc/releases/builder-1.2.4.rdoc doc/releases/
builder-2.0.0.rdoc do
c/releases/builder-2.1.1.rdoc
(continuing with the rest of the installation)
Installing ri documentation for user-choices-1.1.6...
Installing ri documentation for commonwatir-1.6.2...
Installing ri documentation for firewatir-1.6.2...
Installing ri documentation for watir-1.6.2...
Installing RDoc documentation for activesupport-2.2.2...
Installing RDoc documentation for rubyforge-1.0.1...
Installing RDoc documentation for rake-0.8.3...
Installing RDoc documentation for hoe-1.8.2...
Installing RDoc documentation for s4t-utils-1.0.4...
Installing RDoc documentation for builder-2.1.2...
Installing RDoc documentation for user-choices-1.1.6...
Installing RDoc documentation for commonwatir-1.6.2...
Installing RDoc documentation for firewatir-1.6.2...
Installing RDoc documentation for watir-1.6.2...

C:\Documents and Settings\Chuckv>

On Nov 11, 1:32 pm, Bret Pettichord <[EMAIL PROTECTED]> wrote:
> Lisa Crispin wrote:
> > If you are monkey-patching and want to use firefox, what do you do
> > instead of
> > require 'watir/ie' - do you say require 'watir/firefox'?  We tried
> > that and it didn't work.
>
> use 'require "firewatir"' as before.
>
>
>
> > Maybe our assumption is bad - we assumed that since the new version
> > can use firefox, we can run watir on the mac?
>
> > If you use the environment variable to set the browser version, and
> > use Watir::Browser.new instead, do you need require 'watir/ie' at all?
> No.
> > I'm just trying to get pointed down the right road. require 'watir/ie'
> > is working when we run our scripts on windows. But we want more
> > flexibility.
> > thanks,
> > Lisa- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to