Yes, I think that I compiled it correctly, just got the version info in the install.rdf wrong. Will check tomorrow.
On Tue, Mar 9, 2010 at 15:49, Charley Baker <[email protected]> wrote: > I think Ethan's compiled extension should work for 32bit systems. The > challenge as far as I can see, and I may be wrong is compiling for multiple > systems, doesn't work for me in 10.6. I've tried compiling the extension > with the prereqs for 64bit systems as well, no dice. Let me know what you > guys find. > > > > Charley Baker > Lead Developer, Watir, http://watir.com > QA Architect, Gap Inc Direct > > > On Tue, Mar 9, 2010 at 1:23 PM, Moises Siles <[email protected]>wrote: > >> mmmm I see, well, maybe someone else can help us with that..... I'm not >> sure how to do it :S >> >> thanks >> >> >> On Tue, Mar 9, 2010 at 2:19 PM, Joseph Liu <[email protected]> wrote: >> >>> You’ll need to have a complied binary and update the rdf. >>> >>> Joseph >>> >>> >>> >>> *From:* [email protected] [mailto: >>> [email protected]] *On Behalf Of *Moises Siles >>> *Sent:* Tuesday, March 09, 2010 12:15 PM >>> *To:* [email protected] >>> *Subject:* Re: [wtr-general] JSSH for Mac Firefox 3.6 >>> >>> >>> >>> to do that we have to compile again or is the same if we just update that >>> line using winrar or something like that? >>> >>> >>> On Tue, Mar 9, 2010 at 12:59 PM, Ethan <[email protected]> wrote: >>> >>> Yeah, that minVersion may be wrong. Could try 3.6.0? >>> >>> On Tue, Mar 9, 2010 at 13:54, Moises Siles <[email protected]> >>> wrote: >>> >>> this is what we have in the rdf >>> >>> <?xml version="1.0"?> >>> >>> <RDF >>> xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#<http://www.w3.org/1999/02/22-rdf-syntax-ns> >>> " >>> >>> xmlns:em="http://www.mozilla.org/2004/em-rdf#<http://www.mozilla.org/2004/em-rdf> >>> "> >>> >>> <Description about="urn:mozilla:install-manifest"> >>> <em:id>[email protected]</em:id> >>> <em:version>0.9</em:version> >>> <em:type>2</em:type> >>> >>> <em:targetApplication> >>> <Description> >>> <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- >>> firefox --> >>> <em:minVersion>3.6.*</em:minVersion> >>> <em:maxVersion>3.6.*</em:maxVersion> >>> </Description> >>> </em:targetApplication> >>> >>> <em:name>JSSh</em:name> >>> <em:description>JSSh JavaScript Shell Server</em:description> >>> <em:creator>Alex Fritze (repackaging: Viktor Zigo)</em:creator> >>> <em:homepageURL></em:homepageURL> >>> </Description> >>> </RDF> >>> >>> >>> On Tue, Mar 9, 2010 at 12:50 PM, Ethan <[email protected]> wrote: >>> >>> Yeah, I had updated the version stuff in the rdf, but perhaps I got it >>> wrong. >>> >>> >>> >>> On Tue, Mar 9, 2010 at 13:48, Charley Baker <[email protected]> >>> wrote: >>> >>> That's probably as simple as modifying the rdf to include 3.6 and then >>> rezipping it. >>> >>> >>> >>> -c >>> >>> >>> >>> On Tue, Mar 9, 2010 at 11:39 AM, Ethan <[email protected]> wrote: >>> >>> okay. will see what's up and fix it tomorrow. >>> >>> >>> >>> On Tue, Mar 9, 2010 at 13:35, Moises Siles <[email protected]> >>> wrote: >>> >>> I just tried to installed and I got the message Not compatible with >>> Firefox 3.6 >>> >>> I'm using >>> Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2) >>> Gecko/20100115 Firefox/3.6 >>> >>> >>> >>> On Tue, Mar 9, 2010 at 12:26 PM, Charley Baker <[email protected]> >>> wrote: >>> >>> Yeah, I think it'll work fine on 10.5, just having problems on Snow >>> Leopard which is a bit of a pain. If anyone can test it out, let us know and >>> we can promote that on the install page. >>> >>> >>> >>> Cheers, >>> >>> >>> >>> >>> Charley Baker >>> Lead Developer, Watir, http://watir.com >>> QA Architect, Gap Inc Direct >>> >>> On Tue, Mar 9, 2010 at 11:07 AM, Ethan <[email protected]> wrote: >>> >>> I just compiled on 10.5. I don't actually have firefox 3.6 installed and >>> not willing to upgrade right at the moment, so can't test it out, but it >>> seemed to progress smoothly. I've temporarily put it up at: >>> >>> http://unth.net/jssh-3.6.x-OSX.xpi >>> >>> I'll test it out tomorrow, but that might work. >>> >>> >>> >>> On Tue, Mar 9, 2010 at 12:54, Charley Baker <[email protected]> >>> wrote: >>> >>> I've actually run through all the mozilla information for compiling and >>> unable to get it compiling correctly on Snow Leopard. Not quite sure why, >>> and I ran out of time and knowledge. I'll likely try again if I can make >>> some time. I did try something similar to those instructions, it did compile >>> successfully but for some reason, still unable to connect to jssh. If anyone >>> has any other bright ideas or success, I'd love to hear them. >>> >>> >>> >>> >>> Charley Baker >>> Lead Developer, Watir, http://watir.com >>> QA Architect, Gap Inc Direct >>> >>> >>> >>> On Tue, Mar 9, 2010 at 9:49 AM, Brian Rosenthal < >>> [email protected]> wrote: >>> >>> Thanks, Haridharan, >>> >>> >>> >>> Will give that a try. >>> >>> >>> >>> Best, >>> >>> Brian >>> >>> >>> >>> On Mar 9, 2010, at 12:25 AM, Haridharan Nattamai Gangadharan wrote: >>> >>> >>> >>> Based on the below steps the extension can be build both intel & ppc >>> jssh. >>> >>> 1. Download tar ball from >>> ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/<ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/3.5rc3/source/firefox-3.5rc3-source.tar.bz2> >>> 2. Install Xcode, MacPorts and ports for mercurial, libidl and >>> autoconf213. >>> >>> 3. Create .mozconfig file in the home directory with the contents >>> ######### ~/.mozconfig #############. $topsrcdir/browser/config/mozconfig >>> . $topsrcdir/build/macosx/universal/mozconfig >>> mk_add_options moz_objd...@topsrcdir@/fx-jssh >>> mk_add_options MOZ_CO_PROJECT=browser >>> ac_add_options --enable-extensions=default,jssh >>> ac_add_options --enable-optimize >>> ac_add_options --disable-dependency-tracking >>> ac_add_options --disable-tests >>> ac_add_options --with-macos-sdk=/Developer/SDKs/MacOSX10.5.sdk >>> >>> 4. Compile the source >>> >>> # cd mozilla; make -f client.mk build >>> >>> 5. Unzip the earlier XPI, edit the install.rdf and set the maxVersion >>> tag value to 3.6.* >>> 6. Replace the libjssh.dylib with the compiled version. >>> 7. zip the contents back and form the XPI. >>> >>> >>> >>> On Mon, Mar 8, 2010 at 7:38 AM, Brian Rosenthal <[email protected]> >>> wrote: >>> >>> Hey, can someone upload a JSSH version for Mac FF 3.6, please? :) >>> >>> (we should document instructions on how to compile this so that we can >>> spread out the load) >>> >>> Thanks, >>> Brian >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Watir General" group. >>> To post to this group, send email to [email protected] >>> Before posting, please read the following guidelines: >>> http://wiki.openqa.org/display/WTR/Support >>> To unsubscribe from this group, send email to >>> [email protected]<watir-general%[email protected]> >>> For more options, visit this group at >>> http://groups.google.com/group/watir-general >>> >>> >>> >>> >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Watir General" group. >>> To post to this group, send email to [email protected] >>> 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 >>> >>> >>> >>> -- >>> >>> You received this message because you are subscribed to the Google Groups >>> "Watir General" group. >>> To post to this group, send email to [email protected] >>> Before posting, please read the following guidelines: >>> http://wiki.openqa.org/display/WTR/Support >>> To unsubscribe from this group, send email to >>> [email protected]<watir-general%[email protected]> >>> For more options, visit this group at >>> http://groups.google.com/group/watir-general >>> >>> >>> >>> -- >>> >>> You received this message because you are subscribed to the Google Groups >>> "Watir General" group. >>> To post to this group, send email to [email protected] >>> Before posting, please read the following guidelines: >>> http://wiki.openqa.org/display/WTR/Support >>> To unsubscribe from this group, send email to >>> [email protected]<watir-general%[email protected]> >>> For more options, visit this group at >>> http://groups.google.com/group/watir-general >>> >>> >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Watir General" group. >>> To post to this group, send email to [email protected] >>> Before posting, please read the following guidelines: >>> http://wiki.openqa.org/display/WTR/Support >>> To unsubscribe from this group, send email to >>> [email protected]<watir-general%[email protected]> >>> For more options, visit this group at >>> http://groups.google.com/group/watir-general >>> >>> >>> >>> -- >>> >>> You received this message because you are subscribed to the Google Groups >>> "Watir General" group. >>> To post to this group, send email to [email protected] >>> Before posting, please read the following guidelines: >>> http://wiki.openqa.org/display/WTR/Support >>> To unsubscribe from this group, send email to >>> [email protected]<watir-general%[email protected]> >>> For more options, visit this group at >>> http://groups.google.com/group/watir-general >>> >>> >>> >>> -- >>> >>> You received this message because you are subscribed to the Google Groups >>> "Watir General" group. >>> To post to this group, send email to [email protected] >>> Before posting, please read the following guidelines: >>> http://wiki.openqa.org/display/WTR/Support >>> To unsubscribe from this group, send email to >>> [email protected]<watir-general%[email protected]> >>> For more options, visit this group at >>> http://groups.google.com/group/watir-general >>> >>> >>> >>> -- >>> >>> You received this message because you are subscribed to the Google Groups >>> "Watir General" group. >>> To post to this group, send email to [email protected] >>> Before posting, please read the following guidelines: >>> http://wiki.openqa.org/display/WTR/Support >>> To unsubscribe from this group, send email to >>> [email protected]<watir-general%[email protected]> >>> For more options, visit this group at >>> http://groups.google.com/group/watir-general >>> >>> >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Watir General" group. >>> To post to this group, send email to [email protected] >>> Before posting, please read the following guidelines: >>> http://wiki.openqa.org/display/WTR/Support >>> To unsubscribe from this group, send email to >>> [email protected]<watir-general%[email protected]> >>> For more options, visit this group at >>> http://groups.google.com/group/watir-general >>> >>> >>> >>> -- >>> >>> You received this message because you are subscribed to the Google Groups >>> "Watir General" group. >>> To post to this group, send email to [email protected] >>> Before posting, please read the following guidelines: >>> http://wiki.openqa.org/display/WTR/Support >>> To unsubscribe from this group, send email to >>> [email protected]<watir-general%[email protected]> >>> For more options, visit this group at >>> http://groups.google.com/group/watir-general >>> >>> >>> >>> -- >>> >>> You received this message because you are subscribed to the Google Groups >>> "Watir General" group. >>> To post to this group, send email to [email protected] >>> Before posting, please read the following guidelines: >>> http://wiki.openqa.org/display/WTR/Support >>> To unsubscribe from this group, send email to >>> [email protected]<watir-general%[email protected]> >>> For more options, visit this group at >>> http://groups.google.com/group/watir-general >>> >>> >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Watir General" group. >>> To post to this group, send email to [email protected] >>> Before posting, please read the following guidelines: >>> http://wiki.openqa.org/display/WTR/Support >>> To unsubscribe from this group, send email to >>> [email protected]<watir-general%[email protected]> >>> For more options, visit this group at >>> http://groups.google.com/group/watir-general >>> >>> >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Watir General" group. >>> To post to this group, send email to [email protected] >>> Before posting, please read the following guidelines: >>> http://wiki.openqa.org/display/WTR/Support >>> To unsubscribe from this group, send email to >>> [email protected]<watir-general%[email protected]> >>> For more options, visit this group at >>> http://groups.google.com/group/watir-general >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Watir General" group. >>> To post to this group, send email to [email protected] >>> Before posting, please read the following guidelines: >>> http://wiki.openqa.org/display/WTR/Support >>> To unsubscribe from this group, send email to >>> [email protected]<watir-general%[email protected]> >>> For more options, visit this group at >>> http://groups.google.com/group/watir-general >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Watir General" group. >> To post to this group, send email to [email protected] >> Before posting, please read the following guidelines: >> http://wiki.openqa.org/display/WTR/Support >> To unsubscribe from this group, send email to >> [email protected]<watir-general%[email protected]> >> For more options, visit this group at >> http://groups.google.com/group/watir-general >> > > -- > You received this message because you are subscribed to the Google Groups > "Watir General" group. > To post to this group, send email to [email protected] > Before posting, please read the following guidelines: > http://wiki.openqa.org/display/WTR/Support > To unsubscribe from this group, send email to > [email protected]<watir-general%[email protected]> > For more options, visit this group at > http://groups.google.com/group/watir-general > -- You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send email to [email protected] 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
