Date
1 - 2 of 2
Official docker image missing tools.jar?
Nicholas Mucks
hello~ We're migrating to the official DITA-OT 3.5 docker image but it looks like it's missing tools.jar: Unable to locate tools.jar. Expected to find it in /opt/java/openjdk/lib/tools.jar This happens whenever we try to publish output using exec mode. It works OK if we use the the shell mode, which is what is described in the documentation, but that won't fit into the existing process as well. Has anyone encountered this and maybe found a workaround? It's this image: docker.pkg.github.com/dita-ot/dita-ot/dita-ot:3.5 Thanks! Nick
|
|
Radu Coravu
Hi Nick, This is a warning:
which the ANT processor gives when a Java Virtual Machine without
an SDK (used to compile Java code) is used to run it. As your
publishing does not need a Java compiler, you can safely ignore
it.The error is this one: The command line seems to pass an argument named "-c" to the "bin\dita" executable and the executable complains that it does not know what it is and exits.Unable to locate tools.jar. Expected to find it in /opt/java/openjdk/lib/tools.jar java.lang.IllegalArgumentException: -c Regards, Radu Radu Coravu Oxygen XML Editor On 6/12/20 3:40 AM, Nicholas Mucks via
groups.io wrote:
|
|