Page 1 of 1

Using Oxygen SDK in a build system not based on Maven

Posted: Wed May 09, 2018 6:48 pm
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

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

Posted: Wed May 09, 2018 6:52 pm
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