java - Is it possible to use specific ICU library (.jar) in ant xslt task in DITA-OT? -
i developing dita-ot plugin
offers several .jars used other dita-ot plug-in
.
this plugin uses icu library (http://site.icu-project.org/)icu4j-4_8.jar
, must support dita-ot 1.7.5 newest dita-ot 2.2.1.
however, know dita-ot bundles icu library in dita-ot/lib directory. newest version seems icu4j-54.1.jar
.
my problem icu library. when plugin used xslt task in other plugin, explicitly specified icu4j-4_8.jar
xslt/@classpathref. but, output result seems xslt task uses icu library dita-ot/lib directory because of pre-process or other previous steps has used it.
are there ways force ant xslt task use specific icu .jar file specified xslt/@classpathref?
Comments
Post a Comment