[wtr-general] Re: Firefox 3.5 compatible with FireWatir?

2009-07-16 Thread Al B.

Hi Angrez,

I tried it and it didn't work.  I still get the same error in the
error console.

Regards,

Al B.


On Jul 16, 5:44 am, Angrez Singh ang...@gmail.com wrote:
 for those whom XPI is not working on Firefox 3.5 can you try
 installing Microsoft
 Visual C++ 2008 SP1 Redistributable Package (x86) from 
 here:http://www.microsoft.com/downloads/details.aspx?FamilyID=a5c84275-3b9...

 Let me know if this helps.

 Thanks,
 Angrez



 On Thu, Jul 16, 2009 at 1:59 PM, al3kc aleks.kiev...@gmail.com wrote:

  I have a similar error

  Failed to load XPCOM component: C:\Documents and Settings\username
  \Application Data\Mozilla\Firefox\Profiles\mk3pna4d.default\extensions
  \j...@extensions.mozilla.org\components\jssh.dll

  I don't have 'extensions' folder in mk3pna4d.default at all.- 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 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: Firefox 3.5 compatible with FireWatir?

2009-07-16 Thread Al B.

Hello again, Angrez,

I just got it to work.  I de-installed jssh, then manually deleted the
'j...@extensions.mozilla.org' directory from the 'extensions'
directory under the 'mozilla firefox' directory as well as the
extensions directory in my profile directory tree.  Then I re-
installed 'jssh'.  Now it works.  It may have been a permissions
problem preventing the XPI from updating one of those directories.

Regards,

Al B.



On Jul 16, 10:02 am, Al B. a...@comcast.net wrote:
 Hi Angrez,

 I tried it and it didn't work.  I still get the same error in the
 error console.

 Regards,

 Al B.

 On Jul 16, 5:44 am, Angrez Singh ang...@gmail.com wrote:



  for those whom XPI is not working on Firefox 3.5 can you try
  installing Microsoft
  Visual C++ 2008 SP1 Redistributable Package (x86) from 
  here:http://www.microsoft.com/downloads/details.aspx?FamilyID=a5c84275-3b9...

  Let me know if this helps.

  Thanks,
  Angrez

  On Thu, Jul 16, 2009 at 1:59 PM, al3kc aleks.kiev...@gmail.com wrote:

   I have a similar error

   Failed to load XPCOM component: C:\Documents and Settings\username
   \Application Data\Mozilla\Firefox\Profiles\mk3pna4d.default\extensions
   \j...@extensions.mozilla.org\components\jssh.dll

   I don't have 'extensions' folder in mk3pna4d.default at all.- Hide quoted 
   text -

  - Show quoted text -- 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 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: Firefox 3.5 compatible with FireWatir?

2009-07-13 Thread Al B.

Angrez,

I'm using 'jssh-20090703-WINNT.xpi', which you posted on July 3.  I'm
using version 3.5 of Firefox, which was just recently released.

Al B.



On Jul 13, 2:44 am, Angrez Singh ang...@gmail.com wrote:
 Which XPI you are using  on which Firefox version?

 On Fri, Jul 10, 2009 at 8:08 PM, Al B. a...@comcast.net wrote:

  Hi Angrez.  Thanks for getting back to me.  The error console says:

  Error: Components.classes['@mozilla.org/jssh-server;1'] is undefined

  Source File:

  file:///C:/Documents%20and%20Settings/baracal/Application%20Data/Mozilla/Firefox/Profiles/bmak0f7g.default/extensions/
  j...@extensions.mozilla.org/components/nsJSShStarter.js
  Line: 133

  Thanks,

  Al B.

  On Jul 10, 2:50 am, Angrez Singh ang...@gmail.com wrote:
   Can you check event viewer/firefox error console to check if XPI has been
   installed correctly?

   On Thu, Jul 9, 2009 at 7:46 PM, Al B. a...@comcast.net wrote:

Hi Angrez,

I tried the steps in your July 8 post, using the XPI for Windows that
you posted on July 3, and got the following results when I tried to
run Firewatir:

C:/Ruby/lib/ruby/gems/1.8/gems/firewatir-1.6.2/lib/firewatir/
firefox.rb:271:in `set_defaults': Unable to connect to machine :
127.0.0.1 on port 9997. Make sure
that JSSh is properly installed and Firefox is running with '-jssh'
option (Watir::Exception::UnableToStartJSShException)
from C:/Ruby/lib/ruby/gems/1.8/gems/firewatir-1.6.2/lib/
firewatir/firefox.rb:161:in `initialize'
   from benchmark.rb:11:in `new'
   from benchmark.rb:11

Also, I couldn't telnet to port 9997.  I don't have a development
environment with which to build Firefox, so I'm stuck.

Please help!

Thanks,

Al B.

On Jul 8, 2:05 pm, Angrez Singh ang...@gmail.com wrote:
 The think is this the XPI that is generated can be installed only on
Firefox
 1.x as the format in which it is generated works only on that
  version.
From
 version 2.x the format of the XPI has changed. You can try the
  following
 solution:

 1. Unpack the XPI that works with Firefox 3.0.x and the newly created
  XPI
 for Firefox 3.5
 2. Make sure the structure i.e. folder structure is same as that for
3.0.x
 XPI
 3. Copy install.rdf file from 3.0.x XPI to 3.5 XPI. Open the file and
change
 the max version to 3.5+
 4. Zip the 3.5.x folder
 5. Rename it to .xpi

 Let me know if that works.

 - Angrez

 On Wed, Jul 8, 2009 at 6:59 PM, Felipe Knorr Kuhn fkn...@gmail.com
wrote:

  Hello Angrez,

  What are these tweaks you mentioned?

  I have successfully compiled Firefox but like you said, I can't use
  the
  generated XPI :)

  Thanks,

  FK

  On Mon, Jul 6, 2009 at 4:01 AM, Angrez Singh ang...@gmail.com
  wrote:

  You need to build Firefox with the JSSh extension enabled. To
  create
the
  XPI go to JSSh directory and say make xpi that will generate the
XPI. The
  only problem with the generated XPI is that its format is
  compatible
with
  only Firefox 1.5.x versions. We need to tweak the XPI (nothing but
  a
zip
  file) a bit. Let me know if you need any help while compiling
  Firefox
code.

  Thanks,
  Angrez

  On Fri, Jul 3, 2009 at 6:45 PM, Felipe Knorr Kuhn 
  fkn...@gmail.com
wrote:

  Hello Angrez,

  To build the XPI, do you have to go through the whole Firefox
building
  process?

  I've seen guides to build Firefox+JSSh, but I don't know if it
creates
  the extension file separately or not :)

  I could try to build it for Linux.

  FK

  On Fri, Jul 3, 2009 at 9:44 AM, Angrez Singh ang...@gmail.com
wrote:

  Sure let me know where it fails

  On Fri, Jul 3, 2009 at 5:28 PM, Gonza gonzalogte...@gmail.com
wrote:

  Works fine! After testing it for a while I can tell you It
  works!
I've
  several TCs, if any fails because jssh, I'll let you know.

  Thanks,

  Gonza- Hide quoted text -

 - Show quoted text -- 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 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: Firefox 3.5 compatible with FireWatir?

2009-07-10 Thread Al B.

Hi Angrez.  Thanks for getting back to me.  The error console says:

Error: Components.classes['@mozilla.org/jssh-server;1'] is undefined

Source File:
file:///C:/Documents%20and%20Settings/baracal/Application%20Data/Mozilla/Firefox/Profiles/bmak0f7g.default/extensions/j...@extensions.mozilla.org/components/nsJSShStarter.js
Line: 133


Thanks,

Al B.


On Jul 10, 2:50 am, Angrez Singh ang...@gmail.com wrote:
 Can you check event viewer/firefox error console to check if XPI has been
 installed correctly?



 On Thu, Jul 9, 2009 at 7:46 PM, Al B. a...@comcast.net wrote:

  Hi Angrez,

  I tried the steps in your July 8 post, using the XPI for Windows that
  you posted on July 3, and got the following results when I tried to
  run Firewatir:

  C:/Ruby/lib/ruby/gems/1.8/gems/firewatir-1.6.2/lib/firewatir/
  firefox.rb:271:in `set_defaults': Unable to connect to machine :
  127.0.0.1 on port 9997. Make sure
  that JSSh is properly installed and Firefox is running with '-jssh'
  option (Watir::Exception::UnableToStartJSShException)
          from C:/Ruby/lib/ruby/gems/1.8/gems/firewatir-1.6.2/lib/
  firewatir/firefox.rb:161:in `initialize'
         from benchmark.rb:11:in `new'
         from benchmark.rb:11

  Also, I couldn't telnet to port 9997.  I don't have a development
  environment with which to build Firefox, so I'm stuck.

  Please help!

  Thanks,

  Al B.

  On Jul 8, 2:05 pm, Angrez Singh ang...@gmail.com wrote:
   The think is this the XPI that is generated can be installed only on
  Firefox
   1.x as the format in which it is generated works only on that version.
  From
   version 2.x the format of the XPI has changed. You can try the following
   solution:

   1. Unpack the XPI that works with Firefox 3.0.x and the newly created XPI
   for Firefox 3.5
   2. Make sure the structure i.e. folder structure is same as that for
  3.0.x
   XPI
   3. Copy install.rdf file from 3.0.x XPI to 3.5 XPI. Open the file and
  change
   the max version to 3.5+
   4. Zip the 3.5.x folder
   5. Rename it to .xpi

   Let me know if that works.

   - Angrez

   On Wed, Jul 8, 2009 at 6:59 PM, Felipe Knorr Kuhn fkn...@gmail.com
  wrote:

Hello Angrez,

What are these tweaks you mentioned?

I have successfully compiled Firefox but like you said, I can't use the
generated XPI :)

Thanks,

FK

On Mon, Jul 6, 2009 at 4:01 AM, Angrez Singh ang...@gmail.com wrote:

You need to build Firefox with the JSSh extension enabled. To create
  the
XPI go to JSSh directory and say make xpi that will generate the
  XPI. The
only problem with the generated XPI is that its format is compatible
  with
only Firefox 1.5.x versions. We need to tweak the XPI (nothing but a
  zip
file) a bit. Let me know if you need any help while compiling Firefox
  code.

Thanks,
Angrez

On Fri, Jul 3, 2009 at 6:45 PM, Felipe Knorr Kuhn fkn...@gmail.com
  wrote:

Hello Angrez,

To build the XPI, do you have to go through the whole Firefox
  building
process?

I've seen guides to build Firefox+JSSh, but I don't know if it
  creates
the extension file separately or not :)

I could try to build it for Linux.

FK

On Fri, Jul 3, 2009 at 9:44 AM, Angrez Singh ang...@gmail.com
  wrote:

Sure let me know where it fails

On Fri, Jul 3, 2009 at 5:28 PM, Gonza gonzalogte...@gmail.com
  wrote:

Works fine! After testing it for a while I can tell you It works!
  I've
several TCs, if any fails because jssh, I'll let you know.

Thanks,

Gonza- Hide quoted text -

   - Show quoted text -- 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 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: Firefox 3.5 compatible with FireWatir?

2009-07-09 Thread Al B.

Hi Angrez,

I tried the steps in your July 8 post, using the XPI for Windows that
you posted on July 3, and got the following results when I tried to
run Firewatir:

C:/Ruby/lib/ruby/gems/1.8/gems/firewatir-1.6.2/lib/firewatir/
firefox.rb:271:in `set_defaults': Unable to connect to machine :
127.0.0.1 on port 9997. Make sure
that JSSh is properly installed and Firefox is running with '-jssh'
option (Watir::Exception::UnableToStartJSShException)
from C:/Ruby/lib/ruby/gems/1.8/gems/firewatir-1.6.2/lib/
firewatir/firefox.rb:161:in `initialize'
from benchmark.rb:11:in `new'
from benchmark.rb:11

Also, I couldn't telnet to port 9997.  I don't have a development
environment with which to build Firefox, so I'm stuck.

Please help!

Thanks,

Al B.



On Jul 8, 2:05 pm, Angrez Singh ang...@gmail.com wrote:
 The think is this the XPI that is generated can be installed only on Firefox
 1.x as the format in which it is generated works only on that version. From
 version 2.x the format of the XPI has changed. You can try the following
 solution:

 1. Unpack the XPI that works with Firefox 3.0.x and the newly created XPI
 for Firefox 3.5
 2. Make sure the structure i.e. folder structure is same as that for 3.0.x
 XPI
 3. Copy install.rdf file from 3.0.x XPI to 3.5 XPI. Open the file and change
 the max version to 3.5+
 4. Zip the 3.5.x folder
 5. Rename it to .xpi

 Let me know if that works.

 - Angrez

 On Wed, Jul 8, 2009 at 6:59 PM, Felipe Knorr Kuhn fkn...@gmail.com wrote:



  Hello Angrez,

  What are these tweaks you mentioned?

  I have successfully compiled Firefox but like you said, I can't use the
  generated XPI :)

  Thanks,

  FK

  On Mon, Jul 6, 2009 at 4:01 AM, Angrez Singh ang...@gmail.com wrote:

  You need to build Firefox with the JSSh extension enabled. To create the
  XPI go to JSSh directory and say make xpi that will generate the XPI. The
  only problem with the generated XPI is that its format is compatible with
  only Firefox 1.5.x versions. We need to tweak the XPI (nothing but a zip
  file) a bit. Let me know if you need any help while compiling Firefox code.

  Thanks,
  Angrez

  On Fri, Jul 3, 2009 at 6:45 PM, Felipe Knorr Kuhn fkn...@gmail.comwrote:

  Hello Angrez,

  To build the XPI, do you have to go through the whole Firefox building
  process?

  I've seen guides to build Firefox+JSSh, but I don't know if it creates
  the extension file separately or not :)

  I could try to build it for Linux.

  FK

  On Fri, Jul 3, 2009 at 9:44 AM, Angrez Singh ang...@gmail.com wrote:

  Sure let me know where it fails

  On Fri, Jul 3, 2009 at 5:28 PM, Gonza gonzalogte...@gmail.com wrote:

  Works fine! After testing it for a while I can tell you It works! I've
  several TCs, if any fails because jssh, I'll let you know.

  Thanks,

  Gonza- 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 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---