An Oxygen plugin template with build script

Oxygen general issues.
kwbock
Posts: 3
Joined: Mon Nov 12, 2012 9:57 pm

An Oxygen plugin template with build script

Post by kwbock »

After not finding many resources in terms of how to construct an ant build for an Oxygen plugin I have created a sample project that can be used when writing a new plugin. With minor customization, all outlined in the README, it can be used to build a new oxygen plugin.

The build.xml file can also be used to build the sample plugins that come with the developer kit for learning purposes.

The repository is available at https://github.com/kwbock/oxygenxml_plugin_template.

I thought this could be of use to other developers getting started with Oxygen plugins.
Radu
Posts: 9445
Joined: Fri Jul 09, 2004 5:18 pm

Re: An Oxygen plugin template with build script

Post by Radu »

Hi Kyle,

Thanks for sharing this.
You can also write about this on the SDK users list:

http://www.oxygenxml.com/mailinglists.html#oxygen-sdk

if you want to advertize the template further.
An additional improvement would be if the build.xml would also package the plugin as an add-on which could then be installed using our Add-on support:

http://www.oxygenxml.com/demo/AddonsSupport.html

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply