Martin Kutschker wrote:
>
> The logfile says:
>
> [1/4] Installing: /mnt/loc/local/lib/package/chrome/app.jar
> [2/4] Register Content: jar:resource:/chrome/app.jar!/content/
> [3/4] Register Locale:
> jar:resource:/chrome/app.jar!/locale/en-US/
>
> Install **FAILED** with error -239
>
> What's this error? Without the locale the app is not of much use.
http://lxr.mozilla.org/seamonkey/source/xpinstall/src/nsInstall.h#173
The chrome registry returned an error. The most common causes of this are
the path used for registration not pointing at a contents.rdf (either
forgetting to package one, or a typo in the path), or some error with the
contents.rdf itself.
-Dan Veditz