Page 1 of 1

An Oxygen plugin template with build script

Posted: Thu Nov 29, 2012 8:18 pm
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.

Re: An Oxygen plugin template with build script

Posted: Mon Dec 03, 2012 1:55 pm
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