Ariel Constenla-Haile wrote:
Hello rfjones,

On Monday 16 March 2009, 20:08, rfjones wrote:
I have nb6.5 on fedora10 OO3.0.1
I am trying to build a tutorial on openoffice extensions

http://netbeans.dzone.com/news/lets-extend-openofficeorg-java

the project does not create the controller.xcu file
the project runs and installs but does not execute; i.e.
the wizards menu is not overridden to show the installed extensions
I tried to create the xcu file myself by copying it into the project
directory withthe description etc file; no joy

 do I need to create the Controller.xcu

yes, the plug-in only supports the creationg of Addons.xcu (even if you want to modify this one later, you have to do this by hand).
Controller.xcu must be listed in the extension's manifest for it to work.
the plugin creates the xcu files that are necessary for a specific task or better by a specific wizard. But you can create empty xcu/xcs files via the new file wizard and can fill the content by hand. The xcu or xcs files will be added automatically to the manifest when you create an oxt file. Maybe there is an dependency missing but if you run create oxt via the project context menu the files get added to the manifest.

Juergen

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@api.openoffice.org
For additional commands, e-mail: dev-h...@api.openoffice.org

Reply via email to