Adding custom library to DITA-OT class path
Posted: Wed Aug 31, 2016 7:56 am
Hi,
I added a java-based preprocessing step to DITA-OT (2.3). Thus, every DITA-OT-transformation needs to have two custom libraries added to the classpath. I've added these in my plugin and in the DITA-OT/build.xml they are listed within <path id="dost.class.path">. So I'd guess I have done this correctly. But when performing any DITA-OT-transformation from oXygen I get a ClassNotFoundException.
When adding my libraries explicitly in the transformation scenario it's working fine, but it's quite uncomfortable having to do this for every new transformation scenario again. Is there any mechanism to have this done only once?
Thanks and regards,
Patrik
I added a java-based preprocessing step to DITA-OT (2.3). Thus, every DITA-OT-transformation needs to have two custom libraries added to the classpath. I've added these in my plugin and in the DITA-OT/build.xml they are listed within <path id="dost.class.path">. So I'd guess I have done this correctly. But when performing any DITA-OT-transformation from oXygen I get a ClassNotFoundException.
When adding my libraries explicitly in the transformation scenario it's working fine, but it's quite uncomfortable having to do this for every new transformation scenario again. Is there any mechanism to have this done only once?
Thanks and regards,
Patrik