ActiveState Powered by ActiveState

ActiveState Community


How to install casper

Posted by kochar on 2008-03-31 14:57

Hi,

I am trying to install casper http://svn.openkomodo.com/openkomodo/browse/openkomodo/trunk/src/modules....

Could someone direct me to a source that gives the required steps?

Thanks,
Chander

ToddW | Fri, 2008-06-13 17:06

That is the source code to the casper extension. To create the extension you'll need to package the code into an xpi file. You can easily accomplish this by using the Komodo sdk:

$ svn co http://svn.openkomodo.com/openkomodo/browse/openkomodo/trunk/src/modules... casper
$ cd casper
$ <komodo_install_dir>/lib/sdk/bin/koext build

which will create something like "casper-1.0-ko.xpi", which should then be installable into Komodo, Firefox, Thunderbird, etc...

Note: If your not using Komodo, you can still package the extension using standard zip tools, there are Mozilla docs covering extension packaging.

-->