[Solved] Packaging Extensions?

Discussions about using 3rd party extension with OpenOffice.org
Post Reply
buttons
Posts: 12
Joined: Sat Apr 12, 2008 3:49 am

[Solved] Packaging Extensions?

Post by buttons »

I am running OOo 2.4.0 on Windows XP Pro. Could someone tell me how to package an extension in oxt or point me to a tutorial that tells me how?
Buttons
Last edited by buttons on Wed Jun 18, 2008 3:03 pm, edited 1 time in total.
User avatar
Villeroy
Volunteer
Posts: 31279
Joined: Mon Oct 08, 2007 1:35 am
Location: Germany

Re: Packaging Extensions?

Post by Villeroy »

Please, edit this topic's initial post and add "[Solved]" to the subject line if your problem has been solved.
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
buttons
Posts: 12
Joined: Sat Apr 12, 2008 3:49 am

Re: Packaging Extensions?

Post by buttons »

That tells me what goes in them. How do I create the oxt file with all of the files in it?
User avatar
Villeroy
Volunteer
Posts: 31279
Joined: Mon Oct 08, 2007 1:35 am
Location: Germany

Re: Packaging Extensions?

Post by Villeroy »

Like all the ODF file types the OOo packages are ordinary zip archives. On most operating systems except Windows the following works fine:

Code: Select all

$ cd ~/pkg_dir/
$ zip -r * package-08.15.oxt
refresh existing package:

Code: Select all

$ zip -f package-08.15.oxt
Please, edit this topic's initial post and add "[Solved]" to the subject line if your problem has been solved.
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
User avatar
Hagar Delest
Moderator
Posts: 32666
Joined: Sun Oct 07, 2007 9:07 pm
Location: France

Re: Packaging Extensions?

Post by Hagar Delest »

See that one: BasicAddonBuilder - The Extension's packager.

Thanks to add '[Solved]' at beginning of your first post title (edit button) if your issue has been fixed.
LibreOffice 7.6.2.1 on Xubuntu 23.10 and 7.6.4.1 portable on Windows 10
Post Reply