Page 1 of 1

Java class not identified

Posted: Fri Nov 16, 2007 3:42 am
by Charlie Williams
Hello,

Working from a valid DITA task, I tried to to transform it to DITA html.
<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE task SYSTEM "../../Program%20Files/Oxygen%20XML%20Editor%209.0/frameworks/dita/DITA-OT/dtd/task.dtd">
<?xml-stylesheet type="text/css" href="../../Program%20Files/Oxygen%20XML%20Editor%209.0/frameworks/dita/css/task.css"?>

<task id="SetPassword">
...
</xml>

I got this error. Can anyone shed some light on this issue? How can I fix it?

Transformation failed...
SystemID: C:\projects\DITA\01SetPasswordT.xml
Description: The URI org.dita.dost.util.LogUtils does not identify an external Java class

Thanks,
Charlie

Posted: Fri Nov 16, 2007 1:57 pm
by sorin_ristache
Hello,

It seems you did not apply the predefined DITA to HTML scenario. What stylesheet did you apply? Did you set a parameter to the stylesheet? Does the transformation work if you copy dost.jar from DITA Open Toolkit to the oXygen lib folder and restart oXygen?


Regards,
Sorin

DITA Transformation

Posted: Fri Nov 16, 2007 7:46 pm
by Charlie Williams
Hello Sorin,
Thanks for the reply.

To answer your questions, I applied the the predefined DITA to HTML scenario, the read-only scenario.

I applied the stylesheet from the Oxygen dita frameworks folder
"../../dita/css/task.css"

No, I did not set a parameter to the stylesheet.

I have followed your instructions:
I applied a duplicate DITA to HTML transformation scenario, and set the .css parameter to 1. I copied the dost.jar file into the oXygen lib folder, and restarted oXygen.
The transformation was successful.

Thanks for your help. I appreciate it.

Charlie

Posted: Mon Nov 19, 2007 10:01 am
by Radu
Dear Charlie,

Indeed we did not distribute the jars located in the DITA-OT "lib" directory with the 9.0 version of Oxygen.
We added them now also in the "Oxygen Installation Directory/frameworks/DITA-OT/lib " directory and also updated all the DITA scenarios to use the "dost.jar" file as an extension.
The improvements will probably be available in the 9.1 version.

Regards,
Radu

Posted: Mon Nov 19, 2007 6:56 pm
by Charlie Williams
Hello Radu,

Thanks for the information. I appreciate it.

Charles Williams