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.
>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.
Thanks Neil. I hit this problem and you had the right fix!
jjb
I had the same problem, I didn't notice that. Thank you :)