solved adding this to build.xml:

   <target name="-post-uno-package">
       <zip update="true" destfile="${uno.package.name}">
<zipfileset dir="/root/MYDIR" includes="*/*" casesensitive="yes" prefix="MYDIR"/>
       </zip>
   </target>


Question: is there any way to save the opened document without clicking on "save" button?

Thanks





Marcin Miłkowski wrote:
giancarlo pisze:
Everything I put in my NetBeans project won't be into the oxt file generated...
I suppose this happens because of wrong manifest file?

I expect something like this:

- Myextensiondir
|___META_INF/
|___myextension.jar
|___description.xml
|___external_jars
|___images/
|___MY_OWN_DIR/
       |___./mysubdir1/a_file.mar
       |___./mysubdir2/a_file.jks
       |___./mysubdir2/a_file.keystore
|___registry


but I can't understand how to put MY_OWN_DIR here.
If I try extracting the oxt generated by NetBeans, then putting my dir there, zipping again, OOo extension manager tells me that the extension has been not recognized (or something like that, I have the Italian version)

Probably you zip it again without keeping the directory structure and that's the whole story to it.

Regards
Marcin

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to