Yeah, that minVersion may be wrong. Could try 3.6.0?

On Tue, Mar 9, 2010 at 13:54, Moises Siles <moises.si...@gmail.com> 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#";
>      xmlns:em="http://www.mozilla.org/2004/em-rdf#";>
>
>   <Description about="urn:mozilla:install-manifest">
>     <em:id>j...@croczilla.com</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 <notet...@gmail.com> 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 <charley.ba...@gmail.com>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 <notet...@gmail.com> wrote:
>>>
>>>> okay. will see what's up and fix it tomorrow.
>>>>
>>>>
>>>> On Tue, Mar 9, 2010 at 13:35, Moises Siles <moises.si...@gmail.com>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 <
>>>>> charley.ba...@gmail.com> 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 <notet...@gmail.com> 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 <charley.ba...@gmail.com
>>>>>>> > 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 <
>>>>>>>> brosent...@facebook.com> 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 <
>>>>>>>>> brosent...@facebook.com> 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
>>>>>>>>>> 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<watir-general%2bunsubscr...@googlegroups.com>
>>>>>>>>>> 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
>>>>>>>>> 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
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>  --
>>>>>>>>> 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<watir-general%2bunsubscr...@googlegroups.com>
>>>>>>>>> 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 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<watir-general%2bunsubscr...@googlegroups.com>
>>>>>>>> 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 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<watir-general%2bunsubscr...@googlegroups.com>
>>>>>>> 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 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<watir-general%2bunsubscr...@googlegroups.com>
>>>>>> 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 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<watir-general%2bunsubscr...@googlegroups.com>
>>>>> 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 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<watir-general%2bunsubscr...@googlegroups.com>
>>>> 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 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<watir-general%2bunsubscr...@googlegroups.com>
>>> 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 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<watir-general%2bunsubscr...@googlegroups.com>
>> 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 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<watir-general%2bunsubscr...@googlegroups.com>
> 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 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

Reply via email to