Extensions Bundle
Posted: Thu Sep 17, 2015 3:58 pm
I started a new Job and I'm completely new to Oxygen!
I'm trying to configure my own Extensions Bundle, but it doesn't work.
I followed the steps from this tutorial: http://www.oxygenxml.com/doc/versions/1 ... undle.html
I created my Java Project, created the lib folder, copied the Oxygen.jar file and my class extends the abstract class ro.sync.ecss.extensions.api.ExtensionsBundle.
I defined a Document Type ID and a short description and I overrode the createAuthorReferenceResolver() method, because I wanted to try my own.
I packed both of my classes (the extensions bundle and my reference resolver) into a jar file and copied it into my framework-directory and I added the jar-file to the author class path. But if I try to choose my Extensions bundle in the extensions tab of the document type association, it cannot be found.
Any suggestions what might be my mistake or what I might have missed?
Thank you!
I'm trying to configure my own Extensions Bundle, but it doesn't work.
I followed the steps from this tutorial: http://www.oxygenxml.com/doc/versions/1 ... undle.html
I created my Java Project, created the lib folder, copied the Oxygen.jar file and my class extends the abstract class ro.sync.ecss.extensions.api.ExtensionsBundle.
I defined a Document Type ID and a short description and I overrode the createAuthorReferenceResolver() method, because I wanted to try my own.
I packed both of my classes (the extensions bundle and my reference resolver) into a jar file and copied it into my framework-directory and I added the jar-file to the author class path. But if I try to choose my Extensions bundle in the extensions tab of the document type association, it cannot be found.
Any suggestions what might be my mistake or what I might have missed?
Thank you!