Problem with DITA to CHM transformation after oXygen 13 installation

Here should go questions about transforming XML with XSLT and FOP.
susannecm
Posts: 109
Joined: Wed Mar 17, 2010 1:04 pm

Problem with DITA to CHM transformation after oXygen 13 installation

Post by susannecm »

I have a DITA transformation scenario which uses an external DITA OT 1.5.2 and the plus plugins. It used to work with the previous version of oXygen.

Yesterday I installed oXygen 13 (in addition to the old version). The transformation now fails with the following exception:

Code: Select all

debug-and-filter:
[pipeline] Exception doing debug and filter module processing:
[pipeline] java.lang.NullPointerException
[pipeline] at org.dita.dost.module.DebugAndFilterModule.execute(DebugAndFilterModule.java:207)
[pipeline] at org.dita.dost.pipeline.PipelineFacade.execute(PipelineFacade.java:56)
[pipeline] at org.dita.dost.invoker.AntInvoker.execute(AntInvoker.java:149)
[pipeline] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
[pipeline] at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
[pipeline] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[pipeline] at java.lang.reflect.Method.invoke(Unknown Source)
[pipeline] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[pipeline] at org.apache.tools.ant.Task.perform(Task.java:348)
[pipeline] at org.apache.tools.ant.Target.execute(Target.java:390)
[pipeline] at org.apache.tools.ant.Target.performTasks(Target.java:411)
[pipeline] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
[pipeline] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
[pipeline] at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
[pipeline] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
[pipeline] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
[pipeline] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
[pipeline] at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
[pipeline] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[pipeline] at java.lang.reflect.Method.invoke(Unknown Source)
[pipeline] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[pipeline] at org.apache.tools.ant.Task.perform(Task.java:348)
[pipeline] at org.apache.tools.ant.Target.execute(Target.java:390)
[pipeline] at org.apache.tools.ant.Target.performTasks(Target.java:411)
[pipeline] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
[pipeline] at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
[pipeline] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
[pipeline] at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
[pipeline] at org.apache.tools.ant.Main.runBuild(Main.java:809)
[pipeline] at org.apache.tools.ant.Main.startAnt(Main.java:217)
[pipeline] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
[pipeline] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
I believe that there's something wrong with my classpath. Any idea how to analyse this?

Thanks a lot

Susanne
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: Problem with DITA to CHM transformation after oXygen 13 installation

Post by sorin_ristache »

Hello,

Please edit the Oxygen DITA transformation scenario, in the Advanced tab enter -verbose in the Additional arguments text field and run the transformation again. If you still cannot fix the problem from the detailed logging messages please send us the whole output of the transformation using either the online support form or the support [at] oxygenxml.com email address.

Is the installation of the plus plugins the only customization that you applied to your external DITA OT 1.5.2?


Regards,
Sorin
susannecm
Posts: 109
Joined: Wed Mar 17, 2010 1:04 pm

Re: Problem with DITA to CHM transformation after oXygen 13 installation

Post by susannecm »

I used the only support form to send you the log messages. In addition to the plus plugins, there is a plug-in with additional customizations for xhtml output.
susannecm
Posts: 109
Joined: Wed Mar 17, 2010 1:04 pm

Re: Problem with DITA to CHM transformation after oXygen 13 installation

Post by susannecm »

Oops -
susannecm wrote:I used the online support form ...
Radu
Posts: 9055
Joined: Fri Jul 09, 2004 5:18 pm

Re: Problem with DITA to CHM transformation after oXygen 13 installation

Post by Radu »

Hi,

Please follow the steps in this post:

http://www.oxygenxml.com/forum/topic6533.html

to reference the Java libraries which come with the customized DITA OT instead of using the ones coming with the bundled DITA OT.

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply