Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

error when submitting an addon

0 views
Skip to first unread message

Barış Akkurt

unread,
Feb 12, 2010, 4:35:45 PM2/12/10
to dev-ext...@lists.mozilla.org
hi, i created an extremely simple addon that select a famoust quote in an
array. i completed the extension successfully. but there is an error when
submitting my addon to addon.mozilla.org

Oops! There seems to be a problem with this file...

The add-on failed a validation test: No install.rdf present.

Please correct this problem and upload your file again.

==the content of the install.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>ba...@deneme.com</em:id>
<em:version>0.0</em:version>
<em:iconURL>chrome://myextension/content/logo.png</em:iconURL>
<em:name>My Extension</em:name>
<em:description>A brief description for the install dialog and add-ons
list</em:description>
<em:homepageURL>http://www.mysite.com/extension/details/</em:homepageURL>
<em:creator>My Name; http://www.mysite.com/</em:creator>
<!-- firefox -->
<em:type>2</em:type>
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>2.0</em:minVersion>
<em:maxVersion>3.6</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>

my folder structure is;

+chrome

+content

browser.css

browser.xul

browser.xul

+locale

+en-US

+defaults

chrome.manifest

install.rdf


thanks for any idea.

Neil

unread,
Feb 13, 2010, 11:56:24 AM2/13/10
to
Baris Akkurt wrote:

>Oops! There seems to be a problem with this file...
>
>The add-on failed a validation test: No install.rdf present.
>

>my folder structure is;
>
>+chrome
>
> +content
>
> browser.css
>
> browser.xul
>
> browser.xul
>
> +locale
>
> +en-US
>
>+defaults
>
>chrome.manifest
>
>install.rdf
>
>

One potential problem when zipping up the structure is that your zip
program might have included the name of the containing folder. Try
zipping by selecting the chrome, defaults, chrome.manifest and
install.rdf rather than their containing folder.

--
Warning: May contain traces of nuts.

johnjbarton

unread,
Feb 25, 2010, 12:32:29 AM2/25/10
to

Thanks Neil. I hit this problem and you had the right fix!
jjb

NARBEH

unread,
Mar 13, 2010, 8:13:06 AM3/13/10
to

I had the same problem, I didn't notice that. Thank you :)

0 new messages