Dear all, I build an extension with Netbean6.8 + OpenOffice API plugin, All functions in the extension work well on the last developer snapshot build. But when I try to upload it to AOO extension site( http://aoo-extensions.sourceforge.net/en/extension/upload/xxxx), a error occur. It said in the upload page: No extension file was provided. The attachments are the description xml file and issue screenshot. Do anyone meet this issue before? How to fix it?
<?xml version="1.0" encoding="UTF-8"?> <!--Created with OpenOffice.org API plug-in for NetBeans Version 2.0.6--> <description xmlns="http://openoffice.org/extensions/description/2006" xmlns:xlink="http://www.w3.org/1999/xlink"> <version value="1.2.0"/> <identifier value="com.sample.test"/> <extension-description> <src lang="en" xlink:href="images/description.txt"/> </extension-description> <publisher> <name lang="en" xlink:href="http://www.mytest.com">My Test</name> </publisher> <icon> <default xlink:href="images/mytest.png"/> </icon> <registration> <simple-license accept-by="admin" default-license-id="en-US"> <license-text lang="en-US" license-id="en-US" xlink:href="images/license_en.txt"/> </simple-license> </registration> </description>
