I just noticed that TrUMP cannot work with Firefox 3.5. The reason is
we specified the Firefox version range in the install.rdf file as
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>1.5</em:minVersion>
<em:maxVersion>3.0.*</em:maxVersion>
</Description>
</em:targetApplication>
We put the maximum version as 3.0.* there because that was the highest
version number at that time. To make TrUMP work with Firefox 3.5, you
can unpack the .xpi file, which is actually a zip file, and change the
maximum version in the install.rdf as follows,
<em:maxVersion>3.5.*</em:maxVersion>
and re-pack it.
We have update the TrUMP on the trunk to FF 3.5, but will include
other updates to make a new release.
The custom selenium server 0.6.0 was updated to Selenium 1.0.1 right
before the release, which should support FireFox 3.5.
There are some interesting posts about FF3.5 and here is a good one,
http://weblogs.asp.net/fbouma/archive/2009/07/09/the-firefox-3-5-fiasco.aspx
Thanks,
Jian
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"tellurium-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/tellurium-users?hl=en
-~----------~----~----~----~------~----~------~--~---