Using Oxygen SDK in a build system not based on Maven

Post here questions and problems related to oXygen frameworks/document types.
csun
Posts: 33
Joined: Wed Dec 20, 2017 9:56 pm

Using Oxygen SDK in a build system not based on Maven

Post by csun »

Hello,

On this page
https://www.oxygenxml.com/oxygen_sdk/download.html
It is mentioned that "In case your build system is not based on Maven, you can download the package with all the Oxygen SDK jar files..."

Are there instructions on using the Oxygen SDK in a a build system not based on Maven, or are the users expected to figure out the dependencies etc. using the source code and Javadoc of the Oxygen SDK API?

Thanks,
Charles
cristi_talau
Posts: 517
Joined: Thu Sep 04, 2014 4:22 pm

Re: Using Oxygen SDK in a build system not based on Maven

Post by cristi_talau »

Hello,

All the dependencies should be already included in that ZIP file. You just need to add them to the classpath of your application - this step depends on your build system.

Best,
Cristian
Post Reply