Java class not identified

Here should go questions about transforming XML with XSLT and FOP.
Charlie Williams
Posts: 24
Joined: Thu Oct 18, 2007 7:17 pm
Location: California

Java class not identified

Post 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
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post 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
Charlie Williams
Posts: 24
Joined: Thu Oct 18, 2007 7:17 pm
Location: California

DITA Transformation

Post 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
Radu
Posts: 9049
Joined: Fri Jul 09, 2004 5:18 pm

Post 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
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Charlie Williams
Posts: 24
Joined: Thu Oct 18, 2007 7:17 pm
Location: California

Post by Charlie Williams »

Hello Radu,

Thanks for the information. I appreciate it.

Charles Williams
Post Reply