Issue: IndexerTask cannot be found

Post here questions and problems related to editing and publishing DITA content.
kmank
Posts: 118
Joined: Mon Apr 19, 2010 5:33 pm

Issue: IndexerTask cannot be found

Post by kmank »

I have a centralized DITA-OT location that has worked through several versions of oXygen. Until now with 18.1. When transforming I get the following error:

Code: Select all

BUILD FAILED
D:\DITA-OT\DITA-OT-WKFS\build.xml:53: The following error occurred while executing this line:
D:\DITA-OT\DITA-OT-WKFS\plugins\com.oxygenxml.webhelp\build_common.xml:149: taskdef class ro.sync.exml.indexer.IndexerTask cannot be found
using the classloader AntClassLoader[]
Again, it continues to transform fine in O17.1. I need to know where to start to troubleshoot.

thanks in advance.
radu_pisoi
Posts: 403
Joined: Thu Aug 21, 2003 11:36 am
Location: Craiova
Contact:

Re: Issue: IndexerTask cannot be found

Post by radu_pisoi »

Hi,

It seems to be a Java CLASSPATH problem, the Java library used to index the HTML files could not be found. The DITA-OT transformation has a different Java CLASSPATH when running from oXygen than from the command line.

When the DITA-OT transformation runs from oXygen, the Java CLASSPATH is imposed by the transformation scenario. So, I suppose it could be the problem.

Could you try to recreate the transformation scenario associated with the DITA-OT transformation?
Radu Pisoi
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Namrata
Posts: 6
Joined: Tue Jul 25, 2017 8:43 am

Re: Issue: IndexerTask cannot be found

Post by Namrata »

Hi,
the following parameters have been added while configuring the DITA Scenario for generating the webhelp:
> args.ftr
> args.rellinks
> dita.dir
> webhelp.footer.file
> webhelp.footer.include
> webhelp.logo.image
> webhelp.logo.image.target.url
When the webhelp transformation scenario is applied (Dita Map WebHelp Classic), the following error is displayed:
[Codebox=]C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\plugins\com.oxygenxml.webhelp\build_common.xml:221: taskdef class ro.sync.exml.indexer.IndexerTask cannot be found
using the classloader AntClassLoader[][/Codebox]
what could be the possible issue?
Costin
Posts: 830
Joined: Mon Dec 05, 2011 6:04 pm

Re: Issue: IndexerTask cannot be found

Post by Costin »

Hi Namrata,

Could you please try applying the default (not tinkered with) DITA Map > WebHelp Classic scenario which comes predefined in oXygen?
Let me know if the transformation successfully finalizes and you obtain the output without modifying the scenario.

Best Regards,
Costin
Costin Sandoi
oXygen XML Editor and Author Support
Namrata
Posts: 6
Joined: Tue Jul 25, 2017 8:43 am

Re: Issue: IndexerTask cannot be found

Post by Namrata »

Hi Costin,
I applied the "DITA Map WebHelp Classic" scenario without any modification and it failed to generate the webhelp. The following error is displayed:

Code: Select all

taskdef class ro.sync.exml.indexer.IndexerTask cannot be found
using the classloader AntClassLoader[]
Costin
Posts: 830
Joined: Mon Dec 05, 2011 6:04 pm

Re: Issue: IndexerTask cannot be found

Post by Costin »

Hi,

To determine what triggers the issue, we need you to provide a few more details.
  1. - What Operating System and which specific version / build of it are you using?
    To find this
    • on Mac: From the Apple menu, choose About This Mac
    • on Windows: Start menu > Run > type "winver" (without the quotes) > hit Enter
  2. - How are you running the WebHelp transformation? Are you running it as a scenario from inside oXygen (using the GUI), or are you using the command line script (using the standalone WebHelp plugin product)?
  3. - Please go into DITA-OT-DIR\plugins\com.oxygenxml.webhelp\lib\ and look for "xhtml-indexer.jar". Does this specific .jar file exist?
Costin Sandoi
oXygen XML Editor and Author Support
Namrata
Posts: 6
Joined: Tue Jul 25, 2017 8:43 am

Re: Issue: IndexerTask cannot be found

Post by Namrata »

Hi Costin,
thanks for your prompt reply. Please refer the below details as requested by you:
1> Operating System - Windows 7 Professional, version 6.1, build 7601:service pack 1
2> Method of running the transformation scenario - I am running the transformation scenario from inside Oxygen using the GUI.
3> "xhtml-indexer.jar" is present in com.oxygenxml.webhelp\lib.

regards,
Namrata
Costin
Posts: 830
Joined: Mon Dec 05, 2011 6:04 pm

Re: Issue: IndexerTask cannot be found

Post by Costin »

Namrata,

Thank you for your reply.

Strange, as this should not occur, as long as you are using the GUI scenario and if the required .jar file is present in its location.
BTW, have you tried to recreate the transformation scenario, as Radu suggested to the user who initially reported the same issue on this thread?
Could you try to recreate the transformation scenario associated with the DITA-OT transformation?
Basically, in the Configure Transformation Scenario(s) dialog, click New > DITA OT transformation > choose "WebHelp Classic" > OK. Apply the newly created scenario.

If this still not works, please try to download a fresh copy of the oXygen XML Editor v19 installation kit from the official download page (please follow this link) and install it in a separate location (a folder different from the one you already have oXygen installed). Then retry running the WebHelp transformation scenario from the newly installed oXygen copy.

If everything else fails and you still obtain the same error, run the transformation and please send us the entire transformation log you obtain.

Best Regards,
Costin
Costin Sandoi
oXygen XML Editor and Author Support
Namrata
Posts: 6
Joined: Tue Jul 25, 2017 8:43 am

Re: Issue: IndexerTask cannot be found

Post by Namrata »

Hi Costin,
Before posting the issue on the forum, we tried the installation twice on different machines and the same error persists.
Also, i created a new transformation scenario as told by you. The transformation fails. Hence, attaching the complete log.

Code: Select all

Executing:
"c:\program files\oxygen xml editor 19\jre/bin/java" -Xmx384m "-Doxygen.org.apache.xerces.xni.parser.XMLParserConfiguration=org.ditang.relaxng.defaults.RelaxDefaultsParserConfiguration" -classpath "C:\Program Files\Oxygen XML Editor 19\tools\ant/lib/ant-launcher.jar" "-Dant.home=C:\Program Files\Oxygen XML Editor 19\tools\ant" org.apache.tools.ant.launch.Launcher -lib "C:\Program Files\Oxygen XML Editor 19\classes" -lib "C:\Program Files\Oxygen XML Editor 19\lib\oxygen-annotations.jar" -lib "C:\Program Files\Oxygen XML Editor 19\lib\oxygen-content-completion-api.jar" -lib "C:\Program Files\Oxygen XML Editor 19\lib\oxygen-css-flute-parser.jar" -lib "C:\Program Files\Oxygen XML Editor 19\lib\oxygen-css-pretty-printer.jar" -lib "C:\Program Files\Oxygen XML Editor 19\lib\oxygen-css-validator.jar" -lib "C:\Program Files\Oxygen XML Editor 19\lib\oxygen-emf.jar" -lib "C:\Program Files\Oxygen XML Editor 19\lib\oxygen-jfx-components.jar" -lib "C:\Program Files\Oxygen XML Editor 19\lib\oxygen-pdf-chemistry.jar" -lib "C:\Program Files\Oxygen XML Editor 19\lib\oxygen-text-search.jar" -lib "C:\Program Files\Oxygen XML Editor 19\lib\oxygen-token-markers.jar" -lib "C:\Program Files\Oxygen XML Editor 19\lib\oxygen-validation-api.jar" -lib "C:\Program Files\Oxygen XML Editor 19\lib\oxygen-xquery-pretty-printer.jar" -lib "C:\Program Files\Oxygen XML Editor 19\lib\oxygen.jar" -lib "C:\Program Files\Oxygen XML Editor 19\lib\resolver.jar" -lib "C:\Program Files\Oxygen XML Editor 19\lib\oxygen-token-markers.jar" -lib "C:\Program Files\Oxygen XML Editor 19\lib\org.eclipse.wst.xml.xpath2.processor_1.2.0.jar" -lib "C:\Program Files\Oxygen XML Editor 19\lib\xml-apis.jar" -lib "C:\Program Files\Oxygen XML Editor 19\lib\xercesImpl.jar" -lib "C:\Program Files\Oxygen XML Editor 19\lib\commons-io-1.3.1.jar" -lib "C:\Program Files\Oxygen XML Editor 19\lib\commons-logging-1.2.jar" -lib "C:\Program Files\Oxygen XML Editor 19\lib\log4j.jar" -lib "C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\lib\commons-codec-1.4.jar" -lib "C:\Program Files\Oxygen XML Editor 19\lib\jing.jar" -lib "C:\Program Files\Oxygen XML Editor 19\lib\saxon9ee.jar" -lib "C:\Program Files\Oxygen XML Editor 19\lib\saxon.jar" -lib "C:\Program Files\Oxygen XML Editor 19\lib\xmlgraphics-commons-2.1.jar" -lib "C:\Program Files\Oxygen XML Editor 19\lib\fop.jar" -lib "C:\Program Files\Oxygen XML Editor 19\lib\fontbox-1.8.5.jar" -lib "C:\Program Files\Oxygen XML Editor 19\lib\batik-all-1.8.jar" -lib "C:\Program Files\Oxygen XML Editor 19\lib\js.jar" -lib "C:\Program Files\Oxygen XML Editor 19\lib\poi-3.10-FINAL-20140208.jar" -lib "C:\Program Files\Oxygen XML Editor 19\lib\nekohtml.jar" -lib "C:\Program Files\Oxygen XML Editor 19\lib\xml-apis-ext.jar" -lib "C:\Program Files\Oxygen XML Editor 19\lib\avalon-framework-api-4.3.1.jar" -lib "C:\Program Files\Oxygen XML Editor 19\lib\avalon-framework-impl-4.3.1.jar" -lib "C:\Program Files\Oxygen XML Editor 19\lib\jeuclid-core.jar" -lib "C:\Program Files\Oxygen XML Editor 19\lib\jeuclid-fop.jar" -lib "C:\Program Files\Oxygen XML Editor 19\lib\jai_tiff.jar" -lib "C:\Program Files\Oxygen XML Editor 19\lib\jh.jar" -lib "C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\lib\jsearch.jar" -lib "C:\Program Files\Oxygen XML Editor 19\lib\lucene-analyzers-common-4.7.2.jar" -lib "C:\Program Files\Oxygen XML Editor 19\lib\lucene-analyzers-kuromoji-4.7.2.jar" -lib "C:\Program Files\Oxygen XML Editor 19\lib\lucene-core-4.7.2.jar" -lib "C:\Program Files\Oxygen XML Editor 19\lib\lucene-misc-4.7.2.jar" -lib "C:\Program Files\Oxygen XML Editor 19\lib\lucene-queries-4.7.2.jar" -lib "C:\Program Files\Oxygen XML Editor 19\lib\lucene-queryparser-4.7.2.jar" -lib "C:\Program Files\Oxygen XML Editor 19\lib\lucene-suggest-4.7.2.jar" -lib "C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT" -lib "C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\lib\dost-patches.jar" -lib "C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\lib" -lib "C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\lib\dost.jar" -lib "C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\lib\resolver.jar" -lib "C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\plugins\com.oxygenxml.highlight\lib\xslthl-2.1.1.jar" -lib "C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\plugins\org.dita.pdf2\lib\fo.jar" -f "C:\Program Files\Oxygen XML Editor 19\frameworks/dita/DITA-OT/build.xml" "-Dtranstype=webhelp" "-Dbasedir=D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide" "-Doutput.dir=D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide/out/webhelp" "-Dwebhelp.trial.license=no" "-Dwebhelp.skin.css=C:\Program Files\Oxygen XML Editor 19\frameworks/dita/DITA-OT/plugins/com.oxygenxml.webhelp/predefined-skins/dita/oxygen/skin.css" "-Ddita.temp.dir=D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide/temp/webhelp/oxygen_dita_temp" "-Dargs.input=D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\Vistaar_Test_Guide_New.ditamap" "-Ddita.dir=C:\Program Files\Oxygen XML Editor 19\frameworks/dita/DITA-OT" "-Dargs.ftr=C:\Program Files\Oxygen XML Editor 19\frameworks/dita/DITA-OT\plugins\com.oxygenxml.webhelp\footer.xhtml" "-Dargs.xhtml.classattr=yes" "-Dwebhelp.footer.file=C:\Program Files\Oxygen XML Editor 19\frameworks/dita/DITA-OT\plugins\com.oxygenxml.webhelp\footer.xhtml" "-Dwebhelp.footer.include=no" "-Dwebhelp.logo.image=C:\Program Files\Oxygen XML Editor 19\frameworks/dita/DITA-OT\plugins\com.oxygenxml.webhelp\oxygen-webhelp\resources\img\vistaar_logo.png" "-Dwebhelp.logo.image.target.url=http://www.vistaar.com" "-DbaseJVMArgLine=-Xmx384m"

Buildfile: C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\build.xml
Duplicated project name in import. Project com.company.custpdf defined first in C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\plugins\Vistaar.DITA.PDF\build_custpdf_template.xml and again in C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\plugins\Vistaar.DITA.PDF.Mar.2016.New.Cover.Page\build_custpdf_template.xml

init:
Duplicated project name in import. Project com.company.custpdf defined first in C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\plugins\Vistaar.DITA.PDF.Mar.2016.New.Cover.Page\build_custpdf_template.xml and again in C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\plugins\Vistaar.DITA.PDF\build_custpdf_template.xml
Duplicated project name in import. Project com.company.custpdf defined first in C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\plugins\Vistaar.DITA.PDF\build_custpdf_template.xml and again in C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\plugins\Vistaar.DITA.PDF.Mar.2016.New.Cover.Page\build_custpdf_template.xml

clean-output:
Duplicated project name in import. Project com.company.custpdf defined first in C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\plugins\Vistaar.DITA.PDF.Mar.2016.New.Cover.Page\build_custpdf_template.xml and again in C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\plugins\Vistaar.DITA.PDF\build_custpdf_template.xml
Duplicated project name in import. Project com.company.custpdf defined first in C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\plugins\Vistaar.DITA.PDF\build_custpdf_template.xml and again in C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\plugins\Vistaar.DITA.PDF.Mar.2016.New.Cover.Page\build_custpdf_template.xml

start-process:

init-logger:

init-URIResolver:

use-init:

check-arg:
[delete] Deleting directory D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp
[mkdir] Created dir: D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp
[echo] *****************************************************************
[echo] * basedir = D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide
[echo] * dita.dir = C:\Program Files\Oxygen XML Editor 19\frameworks/dita/DITA-OT
[echo] * input = D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\Vistaar_Test_Guide_New.ditamap
[echo] * inputdir = D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide
[echo] * transtype = webhelp
[echo] * tempdir = D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide/temp/webhelp/oxygen_dita_temp
[echo] * outputdir = D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide/out/webhelp
[echo] * extname = ${dita.ext}
[echo] * clean.temp = true
[echo] * clean.output = false
[echo] * DITA-OT version = 1.8.5
[echo] * XML parser = Xerces
[echo] * XSLT processor = Saxon
[echo] * collator = JDL
[echo] *****************************************************************
[echo] #Ant properties
[echo] #Wed Jul 26 14:35:51 IST 2017
[echo] args.css.file.temp=${args.css}
[echo] args.css.real=${args.css}
[echo] args.default.language=en-US
[echo] args.ftr=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks/dita/DITA-OT\\plugins\\com.oxygenxml.webhelp\\footer.xhtml
[echo] args.grammar.cache=yes
[echo] args.input=D\:\\Vistaar\\Single_Sourcing_Project\\Work\\DITA\\XML-Files\\Test_Guide\\Vistaar_Test_Guide_New.ditamap
[echo] args.logdir=D\:\\Vistaar\\Single_Sourcing_Project\\Work\\DITA\\XML-Files\\Test_Guide/out/webhelp
[echo] args.outext=.html
[echo] args.xhtml.classattr=yes
[echo] args.xml.systemid.set=yes
[echo] dita.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks/dita/DITA-OT
[echo] dita.input.dirname=D\:\\Vistaar\\Single_Sourcing_Project\\Work\\DITA\\XML-Files\\Test_Guide
[echo] dita.input.filename=Vistaar_Test_Guide_New.ditamap
[echo] dita.map.filename.root=Vistaar_Test_Guide_New
[echo] dita.plugin.com.company.custpdf.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\Vistaar.DITA.PDF
[echo] dita.plugin.com.company.vistaarpdf.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\Vistaar.DITA.PDF.Mar.2016.New.Cover.Page
[echo] dita.plugin.com.oxygenxml.dita-ot.plugin.mathml.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\mathml
[echo] dita.plugin.com.oxygenxml.dita-ot.plugin.webhelp.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\com.oxygenxml.webhelp
[echo] dita.plugin.com.oxygenxml.highlight.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\com.oxygenxml.highlight
[echo] dita.plugin.com.oxygenxml.html.embed.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\com.oxygenxml.html.embed
[echo] dita.plugin.com.oxygenxml.media.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\com.oxygenxml.media
[echo] dita.plugin.com.oxygenxml.merge.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\com.oxygenxml.merged
[echo] dita.plugin.com.oxygenxml.pdf.css.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\com.oxygenxml.pdf.css
[echo] dita.plugin.com.oxygenxml.pdf.review.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\com.oxygenxml.pdf.review
[echo] dita.plugin.com.sophos.tocjs.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\com.sophos.tocjs
[echo] dita.plugin.net.sourceforge.d4p.graphviz.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\net.sourceforge.dita4publishers.graphviz
[echo] dita.plugin.net.sourceforge.d4p.subjectscheme2navmap.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\net.sourceforge.dita4publishers.subjectscheme2navmap
[echo] dita.plugin.net.sourceforge.dita4publishers.common.html.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\net.sourceforge.dita4publishers.common.html
[echo] dita.plugin.net.sourceforge.dita4publishers.common.mapdriven.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\net.sourceforge.dita4publishers.common.mapdriven
[echo] dita.plugin.net.sourceforge.dita4publishers.common.xslfo.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\net.sourceforge.dita4publishers.common.xslfo
[echo] dita.plugin.net.sourceforge.dita4publishers.common.xslt.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\net.sourceforge.dita4publishers.common.xslt
[echo] dita.plugin.net.sourceforge.dita4publishers.doctypes.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\net.sourceforge.dita4publishers.doctypes
[echo] dita.plugin.net.sourceforge.dita4publishers.enumeration-d.fo.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\net.sourceforge.dita4publishers.enumeration-d.fo
[echo] dita.plugin.net.sourceforge.dita4publishers.enumeration-d.html.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\net.sourceforge.dita4publishers.enumeration-d.html
[echo] dita.plugin.net.sourceforge.dita4publishers.epub.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\net.sourceforge.dita4publishers.epub
[echo] dita.plugin.net.sourceforge.dita4publishers.formatting-d.fo.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\net.sourceforge.dita4publishers.formatting-d.fo
[echo] dita.plugin.net.sourceforge.dita4publishers.formatting-d.html.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\net.sourceforge.dita4publishers.formatting-d.html
[echo] dita.plugin.net.sourceforge.dita4publishers.html2.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\net.sourceforge.dita4publishers.html2
[echo] dita.plugin.net.sourceforge.dita4publishers.journals.pdf.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\net.sourceforge.dita4publishers.journals.pdf
[echo] dita.plugin.net.sourceforge.dita4publishers.kindle.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\net.sourceforge.dita4publishers.kindle
[echo] dita.plugin.net.sourceforge.dita4publishers.math-d.html.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\net.sourceforge.dita4publishers.math-d.html
[echo] dita.plugin.net.sourceforge.dita4publishers.math.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\net.sourceforge.dita4publishers.math
[echo] dita.plugin.net.sourceforge.dita4publishers.media-d.html.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\net.sourceforge.dita4publishers.media-d.html
[echo] dita.plugin.net.sourceforge.dita4publishers.pdf-dl-as-dl.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\net.sourceforge.dita4publishers.pdf-dl-as-dl
[echo] dita.plugin.net.sourceforge.dita4publishers.pubContent-d.fo.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\net.sourceforge.dita4publishers.pubContent-d.fo
[echo] dita.plugin.net.sourceforge.dita4publishers.pubmap.html.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\net.sourceforge.dita4publishers.pubmap.html
[echo] dita.plugin.net.sourceforge.dita4publishers.rss.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\net.sourceforge.dita4publishers.rss
[echo] dita.plugin.net.sourceforge.dita4publishers.ruby-d.fo.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\net.sourceforge.dita4publishers.ruby.fo
[echo] dita.plugin.net.sourceforge.dita4publishers.ruby.html.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\net.sourceforge.dita4publishers.ruby.html
[echo] dita.plugin.net.sourceforge.dita4publishers.sample.epub_override.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\net.sourceforge.dita4publishers.sample.epub_override
[echo] dita.plugin.net.sourceforge.dita4publishers.shakespear.doctypes.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\net.sourceforge.dita4publishers.shakespear.doctypes
[echo] dita.plugin.net.sourceforge.dita4publishers.shakespear.html.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\net.sourceforge.dita4publishers.shakespear.html
[echo] dita.plugin.net.sourceforge.dita4publishers.variables-d.html.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\net.sourceforge.dita4publishers.variables-d.html
[echo] dita.plugin.net.sourceforge.dita4publishers.variables-d.pdf.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\net.sourceforge.dita4publishers.variables-d.pdf
[echo] dita.plugin.net.sourceforge.dita4publishers.word2dita.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\net.sourceforge.dita4publishers.word2dita
[echo] dita.plugin.net.sourceforge.dita4publishers.xmldomain.doctypes.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\net.sourceforge.dita4publishers.xmldomain.doctypes
[echo] dita.plugin.net.sourceforge.dita4publishers.xmldomain.fo.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\net.sourceforge.dita4publishers.xmldomain.fo
[echo] dita.plugin.net.sourceforge.dita4publishers.xmldomain.html.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\net.sourceforge.dita4publishers.xmldomain.html
[echo] dita.plugin.org.dita-ng.dita.relaxng.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\org.dita-ng.doctypes
[echo] dita.plugin.org.dita.13097troubleshooting.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\org.dita.troubleshooting
[echo] dita.plugin.org.dita.base.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT
[echo] dita.plugin.org.dita.docbook.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\org.dita.docbook
[echo] dita.plugin.org.dita.eclipsecontent.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\org.dita.eclipsecontent
[echo] dita.plugin.org.dita.eclipsehelp.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\org.dita.eclipsehelp
[echo] dita.plugin.org.dita.htmlhelp.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\org.dita.htmlhelp
[echo] dita.plugin.org.dita.javahelp.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\org.dita.javahelp
[echo] dita.plugin.org.dita.legacypdf.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\legacypdf
[echo] dita.plugin.org.dita.odt.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\org.dita.odt
[echo] dita.plugin.org.dita.pdf.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\org.dita.pdf
[echo] dita.plugin.org.dita.pdf2.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\org.dita.pdf2
[echo] dita.plugin.org.dita.specialization.dita11.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\org.dita.specialization.dita11
[echo] dita.plugin.org.dita.specialization.dita132.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\org.dita.specialization.dita132
[echo] dita.plugin.org.dita.specialization.eclipsemap.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\org.dita.specialization.eclipsemap
[echo] dita.plugin.org.dita.specialization.h2d.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\h2d
[echo] dita.plugin.org.dita.troff.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\org.dita.troff
[echo] dita.plugin.org.dita.wordrtf.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\org.dita.wordrtf
[echo] dita.plugin.org.dita.xhtml.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\org.dita.xhtml
[echo] dita.plugin.org.dita2indesign.dita2indesign.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\org.dita2indesign.dita2indesign
[echo] dita.plugin.org.doctales.reveal.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT\\plugins\\org.doctales.reveal
[echo] dita.preprocess.reloadstylesheet=false
[echo] dita.temp.dir=D\:\\Vistaar\\Single_Sourcing_Project\\Work\\DITA\\XML-Files\\Test_Guide/temp/webhelp/oxygen_dita_temp
[echo] dita.topic.filename.root=Vistaar_Test_Guide_New.ditamap
[echo] dita2wordToDita.buildfile.dir=C\:\\Program Files\\Oxygen XML Editor 19\\frameworks\\dita\\DITA-OT
[echo] *****************************************************************

output-css-warn-message:

output-msg:

build-init:

check-license:
[echo] Using directory C:\Program Files\Oxygen XML Editor 19\frameworks/dita/DITA-OT/plugins/com.oxygenxml.webhelp/lib

check-webhelp-feedback-parameters:

dita.map.webhelp.init:

gen-list:
[gen-list] GenMapAndTopicListModule.execute(): Starting...
[gen-list] Using Xerces grammar pool for DTD and schema caching.
[gen-list] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\Vistaar_Test_Guide_New.ditamap
[gen-list] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\C_Introduction.dita
[gen-list] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\C_Overview.dita
[gen-list] Serializing job specification
[gen-list] GenMapAndTopicListModule.execute(): Execution time: 1.601 seconds
[job-helper] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\.job.xml to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\outditafiles.list
[job-helper] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\job-helper.xsl
[job-helper] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\.job.xml to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\fullditamapandtopic.list
[job-helper] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\job-helper.xsl
[job-helper] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\.job.xml to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\fullditatopic.list
[job-helper] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\job-helper.xsl
[job-helper] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\.job.xml to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\fullditamap.list
[job-helper] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\job-helper.xsl
[job-helper] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\.job.xml to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\hrefditatopic.list
[job-helper] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\job-helper.xsl
[job-helper] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\.job.xml to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\conref.list
[job-helper] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\job-helper.xsl
[job-helper] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\.job.xml to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\image.list
[job-helper] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\job-helper.xsl
[job-helper] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\.job.xml to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\flagimage.list
[job-helper] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\job-helper.xsl
[job-helper] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\.job.xml to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\html.list
[job-helper] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\job-helper.xsl
[job-helper] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\.job.xml to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\hreftargets.list
[job-helper] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\job-helper.xsl
[job-helper] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\.job.xml to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\canditopics.list
[job-helper] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\job-helper.xsl
[job-helper] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\.job.xml to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\skipchunk.list
[job-helper] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\job-helper.xsl
[job-helper] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\.job.xml to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\subjectscheme.list
[job-helper] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\job-helper.xsl
[job-helper] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\.job.xml to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\conreftargets.list
[job-helper] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\job-helper.xsl
[job-helper] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\.job.xml to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\copytosource.list
[job-helper] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\job-helper.xsl
[job-helper] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\.job.xml to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\subtargets.list
[job-helper] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\job-helper.xsl
[job-helper] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\.job.xml to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\conrefpush.list
[job-helper] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\job-helper.xsl
[job-helper] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\.job.xml to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\keyref.list
[job-helper] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\job-helper.xsl
[job-helper] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\.job.xml to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\coderef.list
[job-helper] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\job-helper.xsl
[job-helper] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\.job.xml to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\resourceonly.list
[job-helper] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\job-helper.xsl

debug-filter:
[filter] DebugAndFilterModule.execute(): Starting...
[filter] Using Xerces grammar pool for DTD and schema caching.
[filter] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\C_Introduction.dita
[filter] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\Vistaar_Test_Guide_New.ditamap
[filter] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\C_Overview.dita
[filter] Execution time: 172 milliseconds
[job-helper] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\.job.xml to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\user.input.file.list
[job-helper] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\job-helper.xsl
[job-helper] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\.job.xml to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\hreftargets.list
[job-helper] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\job-helper.xsl
[job-helper] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\.job.xml to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\conref.list
[job-helper] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\job-helper.xsl
[job-helper] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\.job.xml to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\hrefditatopic.list
[job-helper] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\job-helper.xsl
[job-helper] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\.job.xml to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\fullditatopic.list
[job-helper] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\job-helper.xsl
[job-helper] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\.job.xml to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\fullditamapandtopic.list
[job-helper] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\job-helper.xsl
[job-helper] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\.job.xml to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\conreftargets.list
[job-helper] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\job-helper.xsl
[job-helper] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\.job.xml to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\conrefpush.list
[job-helper] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\job-helper.xsl
[job-helper] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\.job.xml to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\keyref.list
[job-helper] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\job-helper.xsl
[job-helper] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\.job.xml to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\skipchunk.list
[job-helper] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\job-helper.xsl
[job-helper] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\.job.xml to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\canditopics.list
[job-helper] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\job-helper.xsl
[job-helper] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\.job.xml to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\resourceonly.list
[job-helper] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\job-helper.xsl

copyMediaAudioAndVideo:

copy-image-check:

copy-image-uplevels:

copy-image-noraml:

copy-image:

copy-html-check:

copy-html:

copy-flag-check:

copy-flag:

copy-subsidiary-check:

copy-subsidiary:

copy-generated-files:
[copy] Copying 2 files to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\out\webhelp

copy-files:

conrefpush-check:

conrefpush:

conref-check:

conref:

add-links:

move-meta-entries-check:

move-meta-entries:
[move-meta] Reading D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\Test_Guide\Vistaar_Test_Guide_New.ditamap

keyref-check:

keyref:

coderef-check:

coderef:

mapref-check:

mapref:
[mapref] Transforming into D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp
[mapref] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\Test_Guide\Vistaar_Test_Guide_New.ditamap to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\Test_Guide\Vistaar_Test_Guide_New.ditamap.ref
[mapref] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\preprocess\mapref.xsl
[move] Moving 1 file to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp

mappull-check:

mappull:
[mappull] Transforming into D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp
[mappull] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\Test_Guide\Vistaar_Test_Guide_New.ditamap to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\Test_Guide\Vistaar_Test_Guide_New.ditamap.pull
[mappull] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\preprocess\mappull.xsl
[move] Moving 1 file to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp

setchunk:

chunk-check:

chunk:
[job-helper] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\.job.xml to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\fullditatopic.list
[job-helper] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\job-helper.xsl
[job-helper] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\.job.xml to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\fullditamap.list
[job-helper] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\job-helper.xsl
[job-helper] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\.job.xml to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\fullditamapandtopic.list
[job-helper] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\job-helper.xsl
[job-helper] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\.job.xml to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\chunkedditamap.list
[job-helper] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\job-helper.xsl
[job-helper] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\.job.xml to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\chunkedtopic.list
[job-helper] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\job-helper.xsl
[job-helper] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\.job.xml to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\resourceonly.list
[job-helper] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\job-helper.xsl
[job-helper] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\.job.xml to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\copytosource.list
[job-helper] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\job-helper.xsl
[job-helper] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\.job.xml to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\copytotarget2sourcemap.list
[job-helper] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\job-helper.xsl

maplink-check:

maplink:
[maplink] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\Test_Guide\Vistaar_Test_Guide_New.ditamap to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\Test_Guide\maplinks.unordered
[maplink] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\preprocess\maplink.xsl

move-links-check:

move-links:

topicpull-check:

topicpull:
[topicpull] Transforming into D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp
[topicpull] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\Test_Guide\C_Introduction.dita to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\Test_Guide\C_Introduction.dita.pull
[topicpull] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\preprocess\topicpull.xsl
[topicpull] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\Test_Guide\C_Overview.dita to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\Test_Guide\C_Overview.dita.pull
[move] Moving 2 files to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp

flag-module-check:

flag-module:

preprocess:

xhtml.init:

detectIndexerLang:
[echo] Indexer language=en

dita.out.map.webhelp.toc:
[xslt] Transforming into D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\out\webhelp
[xslt] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\Test_Guide\Vistaar_Test_Guide_New.ditamap to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\out\webhelp\toc.html
[xslt] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\plugins\com.oxygenxml.webhelp\xsl\dita\map2xhtmtoc.xsl
[xslt] C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\common\output-message.xsl:27:54: Warning! Stylesheet module plugin:org.dita.base:xsl/common/output-message.xsl is included or imported more than once. This is permitted, but may lead to errors or unexpected behavior
[xslt] C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\common\dita-utilities.xsl:8:80: Warning! Stylesheet module plugin:org.dita.base:xsl/common/dita-utilities.xsl is included or imported more than once. This is permitted, but may lead to errors or unexpected behavior
[xslt] C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\common\dita-textonly.xsl:18:4: Warning! Stylesheet module plugin:org.dita.base:xsl/common/dita-textonly.xsl is included or imported more than once. This is permitted, but may lead to errors or unexpected behavior
[xslt] C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\common\topic2textonly.xsl:10:4: Warning! Stylesheet module file:/C:/Program%20Files/Oxygen%20XML%20Editor%2019/frameworks/dita/DITA-OT/xsl/common/topic2textonly.xsl is included or imported more than once. This is permitted, but may lead to errors or unexpected behavior
[xslt] C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\common\map2textonly.xsl:10:4: Warning! Stylesheet module file:/C:/Program%20Files/Oxygen%20XML%20Editor%2019/frameworks/dita/DITA-OT/xsl/common/map2textonly.xsl is included or imported more than once. This is permitted, but may lead to errors or unexpected behavior
[xslt] C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\common\ui-d2textonly.xsl:10:4: Warning! Stylesheet module file:/C:/Program%20Files/Oxygen%20XML%20Editor%2019/frameworks/dita/DITA-OT/xsl/common/ui-d2textonly.xsl is included or imported more than once. This is permitted, but may lead to errors or unexpected behavior
[xslt] C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\common\output-message.xsl:27:54: Warning! Stylesheet module plugin:org.dita.base:xsl/common/output-message.xsl is included or imported more than once. This is permitted, but may lead to errors or unexpected behavior
[xslt] C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\common\dita-utilities.xsl:8:80: Warning! Stylesheet module plugin:org.dita.base:xsl/common/dita-utilities.xsl is included or imported more than once. This is permitted, but may lead to errors or unexpected behavior
[xslt] C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\common\dita-textonly.xsl:18:4: Warning! Stylesheet module plugin:org.dita.base:xsl/common/dita-textonly.xsl is included or imported more than once. This is permitted, but may lead to errors or unexpected behavior
[xslt] C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\common\topic2textonly.xsl:10:4: Warning! Stylesheet module file:/C:/Program%20Files/Oxygen%20XML%20Editor%2019/frameworks/dita/DITA-OT/xsl/common/topic2textonly.xsl is included or imported more than once. This is permitted, but may lead to errors or unexpected behavior
[xslt] C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\common\map2textonly.xsl:10:4: Warning! Stylesheet module file:/C:/Program%20Files/Oxygen%20XML%20Editor%2019/frameworks/dita/DITA-OT/xsl/common/map2textonly.xsl is included or imported more than once. This is permitted, but may lead to errors or unexpected behavior
[xslt] C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\xsl\common\ui-d2textonly.xsl:10:4: Warning! Stylesheet module file:/C:/Program%20Files/Oxygen%20XML%20Editor%2019/frameworks/dita/DITA-OT/xsl/common/ui-d2textonly.xsl is included or imported more than once. This is permitted, but may lead to errors or unexpected behavior
[xslt] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\Test_Guide\Vistaar_Test_Guide_New.ditamap to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\out\webhelp\toc.xml
[xslt] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\plugins\com.oxygenxml.webhelp\xsl\dita\tocDita.xsl
[xslt] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\Test_Guide\Vistaar_Test_Guide_New.ditamap to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\out\webhelp\context-help-map.xml
[xslt] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\plugins\com.oxygenxml.webhelp\xsl\dita\contextHelpMapDita.xsl

dita.webhelp.sitemap.xml:

webhelp-skin-copy-condition:

copy-skin:
[copy] Copying 1 file to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\out\webhelp\oxygen-webhelp\resources\skins

copy-webhelp-resources:
[copy] Copying 206 files to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\out\webhelp\oxygen-webhelp
[copy] Copying 53 files to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\out\webhelp\oxygen-webhelp\resources\img
[copy] Copying 4 files to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\out\webhelp\oxygen-webhelp\resources\skins

copy-css:
Duplicated project name in import. Project com.company.custpdf defined first in C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\plugins\Vistaar.DITA.PDF.Mar.2016.New.Cover.Page\build_custpdf_template.xml and again in C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\plugins\Vistaar.DITA.PDF\build_custpdf_template.xml
Duplicated project name in import. Project com.company.custpdf defined first in C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\plugins\Vistaar.DITA.PDF\build_custpdf_template.xml and again in C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\plugins\Vistaar.DITA.PDF.Mar.2016.New.Cover.Page\build_custpdf_template.xml

copy-css-user:

dita.topics.html.common:

xhtml.image-metadata-check:

xhtml.image-metadata:
[image-metadata] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\Test_Guide\C_Introduction.dita
[image-metadata] Reading D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\out\Images\User_Guide\Add.PNG
[image-metadata] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\Test_Guide\C_Overview.dita
[image-metadata] Reading D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\out\Images\User_Guide\Adding_a_Setup_Location_Add_Location_Dialog_Box.png

dita.xhtml.init:

dita.topics.xhtml:

dita.inner.topics.webhelp:
[xslt] Transforming into D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\out\webhelp
[xslt] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\Test_Guide\C_Introduction.dita to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\out\webhelp\C_Introduction.html
[xslt] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\plugins\com.oxygenxml.webhelp\xsl\dita\desktop\dita2webhelp.xsl
[xslt] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\Test_Guide\C_Overview.dita to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\out\webhelp\C_Overview.html

checkouterTransform:

dita.outer.topics.xhtml:

webhelp-indexterms:
[xslt] Transforming into D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp
[xslt] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\Test_Guide\C_Introduction.dita to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\Test_Guide\C_Introduction.dita.indexterms
[xslt] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\plugins\com.oxygenxml.webhelp\xsl\dita\indexterms\extractIndexterms.xsl
[xslt] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\Test_Guide\C_Overview.dita to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\Test_Guide\C_Overview.dita.indexterms
[xslt] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\Test_Guide\Vistaar_Test_Guide_New.ditamap to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\out\webhelp\index.xml
[xslt] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\plugins\com.oxygenxml.webhelp\xsl\dita\indexterms\collectIndexterms.xsl

check-image-file-exist:

create-main-files:
[echo] Stylesheet: C:\Program Files\Oxygen XML Editor 19\frameworks/dita/DITA-OT/plugins/com.oxygenxml.webhelp/xsl/createMainFiles.xsl
[xslt] Processing D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\temp\webhelp\oxygen_dita_temp\Test_Guide\Vistaar_Test_Guide_New.ditamap to D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\out\webhelp\dummy.html
[xslt] Loading stylesheet C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\plugins\com.oxygenxml.webhelp\xsl\createMainFiles.xsl
[xslt] The location of this problem was at (File = D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\Vistaar_Test_Guide_New.ditamap, Element = map:1;3:6)
[xslt] The location of this problem was at (File = D:\Vistaar\Single_Sourcing_Project\Work\DITA\XML-Files\Test_Guide\Vistaar_Test_Guide_New.ditamap, Element = map:1;3:6)

check-list:

webhelp-index:

BUILD FAILED
C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\build.xml:54: The following error occurred while executing this line:
C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\plugins\com.oxygenxml.webhelp\build_common.xml:221: taskdef class ro.sync.exml.indexer.IndexerTask cannot be found
using the classloader AntClassLoader[]

Total time: 16 seconds

The process finished with exit code: 1
Radu
Posts: 9051
Joined: Fri Jul 09, 2004 5:18 pm

Re: Issue: IndexerTask cannot be found

Post by Radu »

Hi,

If you install a fresh Oxygen 19 installation in a separate folder and use it's bundled DITA OT 1.8 to publish to WebHelp Classic you will have no problems doing it.

Did you make any changes to the file:

[url]C:\Program Files\Oxygen XML Editor 19\frameworks\dita\DITA-OT\plugins\com.oxygenxml.webhelp\build_common.xml[/url]

?
Because looking at line 221 in the file in a stock Oxygen installation that line does not refer to the indexer task at all.

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Namrata
Posts: 6
Joined: Tue Jul 25, 2017 8:43 am

Re: Issue: IndexerTask cannot be found

Post by Namrata »

Hi Radu,
the "build_common.xml" file has been customized. I am not able to track what the issue is. I am attaching the entire content of the xml file. Can you please let me know what is missing in the file.

Code: Select all

- <!-- 
The common build system used in DITA and Docbook.
-->
- <!--

Oxygen Webhelp plugin
Copyright (c) 1998-2015 Syncro Soft SRL, Romania. All rights reserved.
Licensed under the terms stated in the license file EULA_Webhelp.txt
available in the base directory of this Oxygen Webhelp plugin.

-->
- <project>
- <!--
Default value of DITA-OT parameter.
-->
<property name="args.outext" value=".html" />
- <!--
Directory of the Webhelp plugin.
-->
<property name="webhelp.dir" value="." />
- <!--
Directory with files log4j.jar and license.jar.
-->
<property name="webhelp.lib.dir" value="${webhelp.dir}/lib" />
<property name="webhelp.version" value="17.0" />
<property name="webhelp.build.number" value="2015052917" />
- <condition property="webhelp-with-feedback">
- <and>
<isset property="webhelp.product.id" />
<isset property="webhelp.product.version" />
</and>
</condition>
<taskdef resource="net/sf/antcontrib/antlib.xml" />
- <target name="check-list">
<property name="src.dir" value="${output.dir}${file.separator}oxygen-webhelp${file.separator}" />
- <pathconvert targetos="unix" pathsep="",${line.separator}"" property="files">
<map from="${src.dir}" to="/" />
- <fileset dir="${src.dir}">
<include name="**/*.js" />
<include name="**/*.php" />
<include name="**/*.css" />
<include name="**/*.html" />
</fileset>
</pathconvert>
<copy file="${webhelp.plugin.path}oxygen-webhelp${file.separator}check.html" tofile="${output.dir}${file.separator}oxygen-webhelp${file.separator}check.html" encoding="UTF-8" />
</target>
- <target name="webhelp-skin-copy-condition" unless="copy.webhelp.skin.css">
<available file="${webhelp.skin.css}" property="webhelp.skin.css.present" />
- <condition property="copy.webhelp.skin.css" value="yes">
- <and>
- <not>
<isset property="webhelp.mobile" />
</not>
<isset property="webhelp.skin.css.present" />
</and>
</condition>
- <condition property="output.webhelp.skin.css" value="${webhelp.skin.css}">
- <and>
- <not>
<isset property="copy.webhelp.skin.css" />
</not>
<isset property="webhelp.skin.css" />
</and>
</condition>
</target>
- <target name="copy-skin" depends="webhelp-skin-copy-condition" if="copy.webhelp.skin.css">
- <!--
Location where the skin css set with param webhelp.skin.css will be copied in output directory.
-->
<property name="output.webhelp.skin.css" value="oxygen-webhelp/resources/skins/skin.css" />
<copy file="${webhelp.skin.css}" tofile="${output.dir}/${output.webhelp.skin.css}" overwrite="true" />
</target>
- <!--

The JavaScript, CSS image and localization files are copied to output folder.
They are referenced in the output HTML pages.

-->
- <target name="copy-webhelp-resources" depends="copy-skin">
<propertyregex property="corrected.output.dir" input="${output.dir}" regexp="\\" replace="/" defaultvalue="${output.dir}" global="true" />
- <copy todir="${output.dir}/oxygen-webhelp" overwrite="true" encoding="UTF-8">
- <fileset dir="${webhelp.plugin.path}oxygen-webhelp">
<include name="**/*" />
<exclude name="**/.svn" />
<exclude name="resources/*.html" unless="webhelp-with-feedback" />
<exclude name="resources/js/init.js" unless="webhelp-with-feedback" />
<exclude name="resources/js/comments*.js" unless="webhelp-with-feedback" />
<exclude name="resources/img/**" />
<exclude name="resources/skins/**" />
<exclude name="resources/include/**" />
<exclude name="resources/localization/**" />
<exclude name="resources/php/**" />
<exclude name="install/**" />
</fileset>
- <filterset begintoken="@" endtoken="@">
<filter token="PRODUCT_ID" value="${webhelp.product.id}" />
<filter token="PRODUCT_VERSION" value="${webhelp.product.version}" />
<filter token="FOLDER_OUTPUT_PATH" value="${corrected.output.dir}" />
<filter token="WEBHELP_PAGE_DIRECTION" value="${webhelp.page.direction}" />
</filterset>
</copy>
- <copy todir="${output.dir}/oxygen-webhelp/resources/img" overwrite="true">
- <fileset dir="${webhelp.plugin.path}oxygen-webhelp/resources/img">
<include name="**/*" />
<exclude name="**/.svn" />
</fileset>
</copy>
- <copy todir="${output.dir}/oxygen-webhelp/resources/skins" overwrite="true">
- <fileset dir="${webhelp.plugin.path}oxygen-webhelp/resources/skins">
<include name="desktop/**/*" unless="webhelp.mobile" />
<include name="desktop-frames/**/*" unless="webhelp.mobile" />
<include name="mobile/**/*" if="webhelp.mobile" />
<exclude name="**/.svn" />
</fileset>
</copy>
</target>
- <macrodef name="checkSpecialCharacter">
<attribute name="char" />
- <sequential>
- <fail message="Special character '@{char}' must not be used in the product ID: ${webhelp.product.id}">
- <condition>
- <or>
<contains string="${webhelp.product.id}" substring="@{char}" />
</or>
</condition>
</fail>
- <fail message="Special character '@{char}' must not be used in the product version: ${webhelp.product.version}">
- <condition>
- <or>
<contains string="${webhelp.product.version}" substring="@{char}" />
</or>
</condition>
</fail>
</sequential>
</macrodef>
- <target name="check-webhelp-feedback-parameters" if="webhelp-with-feedback">
- <!--
Check if special characters are used: < > / \ &apos; ( ) { } = ; * % + &
-->
<checkSpecialCharacter char="<" />
<checkSpecialCharacter char=">" />
<checkSpecialCharacter char="/" />
<checkSpecialCharacter char="\" />
<checkSpecialCharacter char="'" />
<checkSpecialCharacter char="(" />
<checkSpecialCharacter char=")" />
<checkSpecialCharacter char="{" />
<checkSpecialCharacter char="}" />
<checkSpecialCharacter char="=" />
<checkSpecialCharacter char=";" />
<checkSpecialCharacter char="*" />
<checkSpecialCharacter char="%" />
<checkSpecialCharacter char="+" />
<checkSpecialCharacter char="&" />
</target>
- <target name="copy-webhelp-resources-feedback" depends="check-webhelp-feedback-parameters">
- <fail message="Parameters 'webhelp.product.id' and 'webhelp.product.version' must be set for 'webhelp-feedback' target!">
- <condition>
- <not>
- <and>
<isset property="webhelp.product.id" />
<isset property="webhelp.product.version" />
</and>
</not>
</condition>
</fail>
<antcall target="copy-webhelp-resources" />
- <copy todir="${output.dir}/oxygen-webhelp" overwrite="true" encoding="UTF-8">
- <fileset dir="${webhelp.plugin.path}oxygen-webhelp">
<include name="resources/php/*.php" if="webhelp-with-feedback" />
<include name="resources/php/*.html" if="webhelp-with-feedback" />
<include name="resources/php/classes/**/*" if="webhelp-with-feedback" />
<include name="resources/php/config/**/*" if="webhelp-with-feedback" />
<include name="resources/php/templates/${webhelp.language}/**/*" if="webhelp-with-feedback" />
<exclude name="install/**/*" />
</fileset>
</copy>
- <copy todir="${output.dir}/oxygen-webhelp/install" overwrite="true" encoding="UTF-8">
- <fileset dir="${webhelp.plugin.path}oxygen-webhelp/install">
<include name="**/*" />
<exclude name="**/.svn" />
<exclude name="img/**" />
</fileset>
- <filterset>
<filter token="PRODUCT_ID" value="${webhelp.product.id}" />
<filter token="PRODUCT_VERSION" value="${webhelp.product.version}" />
<filter token="LANGUAGE" value="${webhelp.language}" />
</filterset>
</copy>
- <copy todir="${output.dir}/oxygen-webhelp/install/img" overwrite="true">
- <fileset dir="${webhelp.plugin.path}oxygen-webhelp/install/img">
<include name="**/*" />
<exclude name="**/.svn" />
</fileset>
</copy>
</target>
- <target name="check-image-file-exist">
<available type="file" file="${webhelp.logo.image}" property="webhelp.logo.image.file" />
- <if>
<isset property="webhelp.logo.image.file" />
- <then>
<copy file="${webhelp.logo.image}" todir="${output.dir}" />
<basename file="${webhelp.logo.image}" property="webhelp.logo.image.output" />
</then>
- <else>
- <condition property="webhelp.logo.image.output" value="${webhelp.logo.image}">
<isset property="webhelp.logo.image" />
</condition>
</else>
</if>
</target>
- <!--
Create the JavaScript files with the search database.
-->
- <target name="webhelp-index" depends="check-list">
<taskdef name="indexertask" classname="ro.sync.exml.indexer.IndexerTask" />
<echo>Indexing html files in ${output.dir}, indexer language is: ${webhelp.language}</echo>
<indexertask htmlDir="${output.dir}" resourcesDir="${output.dir}/oxygen-webhelp" outputDir="${output.dir}/oxygen-webhelp/search" propsDir="indexer" indexerLanguage="${webhelp.language}" htmlExtension="${args.outext}" stem="${use.stemming}" userDictionary="${webhelp.search.japanese.dictionary}" doNotIndex="div.ignore,div.navfooter,div.footer,div.navheader" />
</target>
- <target name="check-license">
<echo>Using directory ${webhelp.lib.dir}</echo>
<property environment="env" />
- <if>
<equals arg1="${env.SAXON_EE_LICENSED_ENV}" arg2="true" />
- <then>
<property name="saxon.available" value="true" />
</then>
- <else>
<available classname="ro.sync.licensemanager.WebhelpLicenseChecker" property="WebhelpLicenseChecker.present" />
<fail unless="WebhelpLicenseChecker.present" message="The Webhelp plugin does not contain all jar files. Please contact support@oxygenxml.com for more details." />
- <java classname="ro.sync.licensemanager.WebhelpLicenseChecker" failonerror="true" fork="true">
<arg value="${webhelp.dir}" />
- <classpath>
<pathelement path="${webhelp.lib.dir}/license.jar" />
<pathelement path="${webhelp.lib.dir}/log4j.jar" />
<pathelement path="${user.dir}/lib/license.jar" />
<pathelement path="${user.dir}/lib/log4j.jar" />
</classpath>
</java>
</else>
</if>
</target>
</project>
ionela
Posts: 402
Joined: Mon Dec 05, 2011 6:08 pm

Re: Issue: IndexerTask cannot be found

Post by ionela »

Hello,

To debug this issue you can perform a files comparison (from oXygen Tools > Compare files) between your customized "build_common.xml" and the default one.
I have noticed that your "build_common.xml" refers to version v17.0:

Code: Select all


<property name="webhelp.version" value="17.0" />
<property name="webhelp.build.number" value="2015052917" />
Therefore, you can start debugging by comparing the customized "build_common.xml" with the default file from v17.0.

Please see below the standard 'build_common.xml' from v17.0 (build 2015052917). In case the forum breaks the file formatting, you can contact us to support [AT] oxygenxml [DOT] com and we'll send it attached by email.
Before comparing the files, please save both of them in new files. Then apply a "Format and indent" operation on both of them to eliminate excess whitespacing and thus reduce the number of false differences.

Code: Select all


<!-- The common build system used in DITA and Docbook. -->
<!--

Oxygen Webhelp plugin
Copyright (c) 1998-2015 Syncro Soft SRL, Romania. All rights reserved.
Licensed under the terms stated in the license file EULA_Webhelp.txt
available in the base directory of this Oxygen Webhelp plugin.

-->

<project>
<!-- Default value of DITA-OT parameter. -->
<property name="args.outext" value=".html"/>

<!-- Directory of the Webhelp plugin. -->
<property name="webhelp.dir" value="."/>

<!-- Directory with files log4j.jar and license.jar. -->
<property name="webhelp.lib.dir" value="${webhelp.dir}/lib"/>

<property name="webhelp.version" value="17.0"/>

<property name="webhelp.build.number" value="2015052917"/>

<condition property="webhelp-with-feedback">
<and>
<isset property="webhelp.product.id"/>
<isset property="webhelp.product.version"/>
</and>
</condition>

<taskdef resource="net/sf/antcontrib/antlib.xml"/>

<target name="check-list">
<property name="src.dir"
value="${output.dir}${file.separator}oxygen-webhelp${file.separator}"/>
<pathconvert targetos="unix" pathsep='",${line.separator}"' property="files">
<map from="${src.dir}" to="/"/>
<fileset dir="${src.dir}">
<include name="**/*.js"/>
<include name="**/*.php"/>
<include name="**/*.css"/>
<include name="**/*.html"/>
</fileset>
</pathconvert>
<copy file="${webhelp.plugin.path}oxygen-webhelp${file.separator}check.html"
tofile="${output.dir}${file.separator}oxygen-webhelp${file.separator}check.html"
encoding="UTF-8"> </copy>
</target>

<target name="webhelp-skin-copy-condition" unless="copy.webhelp.skin.css">
<available file="${webhelp.skin.css}" property="webhelp.skin.css.present"/>
<condition property="copy.webhelp.skin.css" value="yes">
<and>
<not><isset property="webhelp.mobile"/></not>
<isset property="webhelp.skin.css.present"/>
</and>
</condition>
<condition property="output.webhelp.skin.css" value="${webhelp.skin.css}">
<and>
<not><isset property="copy.webhelp.skin.css"/></not>
<isset property="webhelp.skin.css"/>
</and>
</condition>
</target>

<target name="copy-skin" depends="webhelp-skin-copy-condition" if="copy.webhelp.skin.css">
<!-- Location where the skin css set with param webhelp.skin.css will be copied in output directory. -->
<property name="output.webhelp.skin.css"
value="oxygen-webhelp/resources/skins/skin.css"/>
<copy file="${webhelp.skin.css}" tofile="${output.dir}/${output.webhelp.skin.css}" overwrite="true"/>
</target>

<!--
The JavaScript, CSS image and localization files are copied to output folder.
They are referenced in the output HTML pages.
-->
<target name="copy-webhelp-resources" depends="copy-skin">
<propertyregex property="corrected.output.dir" input="${output.dir}" regexp="\\" replace="/"
defaultvalue="${output.dir}" global="true"/>
<copy todir="${output.dir}/oxygen-webhelp" overwrite="true" encoding="UTF-8">
<fileset dir="${webhelp.plugin.path}oxygen-webhelp">
<include name="**/*"/>
<exclude name="**/.svn"/>
<exclude name="resources/*.html" unless="webhelp-with-feedback"/>
<exclude name="resources/js/init.js" unless="webhelp-with-feedback"/>
<exclude name="resources/js/comments*.js" unless="webhelp-with-feedback"/>
<exclude name="resources/img/**"/>
<exclude name="resources/skins/**"/>
<exclude name="resources/include/**"/>
<exclude name="resources/localization/**"/>
<exclude name="resources/php/**"/>
<exclude name="install/**"/>
</fileset>
<filterset begintoken="@" endtoken="@">
<filter token="PRODUCT_ID" value="${webhelp.product.id}"/>
<filter token="PRODUCT_VERSION" value="${webhelp.product.version}"/>
<filter token="FOLDER_OUTPUT_PATH" value="${corrected.output.dir}"/>
<filter token="WEBHELP_PAGE_DIRECTION" value="${webhelp.page.direction}"/>
</filterset>
</copy>
<copy todir="${output.dir}/oxygen-webhelp/resources/img" overwrite="true">
<fileset dir="${webhelp.plugin.path}oxygen-webhelp/resources/img">
<include name="**/*"/>
<exclude name="**/.svn"/>
</fileset>
</copy>
<copy todir="${output.dir}/oxygen-webhelp/resources/skins" overwrite="true">
<fileset dir="${webhelp.plugin.path}oxygen-webhelp/resources/skins">
<include name="desktop/**/*" unless="webhelp.mobile" />
<include name="desktop-frames/**/*" unless="webhelp.mobile"/>
<include name="mobile/**/*" if="webhelp.mobile"/>
<exclude name="**/.svn"/>
</fileset>
</copy>
</target>


<macrodef name="checkSpecialCharacter">
<attribute name="char"/>
<sequential>
<fail message="Special character '@{char}' must not be used in the product ID: ${webhelp.product.id}">
<condition>
<or>
<contains string="${webhelp.product.id}" substring="@{char}"/>
</or>
</condition>
</fail>
<fail message="Special character '@{char}' must not be used in the product version: ${webhelp.product.version}">
<condition>
<or>
<contains string="${webhelp.product.version}" substring="@{char}"/>
</or>
</condition>
</fail>
</sequential>
</macrodef>

<target name="check-webhelp-feedback-parameters" if="webhelp-with-feedback">
<!-- Check if special characters are used: < > / \ &apos; ( ) { } = ; * % + & -->
<checkSpecialCharacter char="<" />
<checkSpecialCharacter char=">" />
<checkSpecialCharacter char="/" />
<checkSpecialCharacter char="\" />
<checkSpecialCharacter char="&apos;" />
<checkSpecialCharacter char="(" />
<checkSpecialCharacter char=")" />
<checkSpecialCharacter char="{" />
<checkSpecialCharacter char="}" />
<checkSpecialCharacter char="=" />
<checkSpecialCharacter char=";" />
<checkSpecialCharacter char="*" />
<checkSpecialCharacter char="%" />
<checkSpecialCharacter char="+" />
<checkSpecialCharacter char="&" />
</target>


<target name="copy-webhelp-resources-feedback" depends="check-webhelp-feedback-parameters">
<fail
message="Parameters 'webhelp.product.id' and 'webhelp.product.version' must be set for 'webhelp-feedback' target!">
<condition>
<not>
<and>
<isset property="webhelp.product.id"/>
<isset property="webhelp.product.version"/>
</and>
</not>
</condition>
</fail>
<antcall target="copy-webhelp-resources"/>
<copy todir="${output.dir}/oxygen-webhelp" overwrite="true" encoding="UTF-8">
<fileset dir="${webhelp.plugin.path}oxygen-webhelp">
<include name="resources/php/*.php" if="webhelp-with-feedback"/>
<include name="resources/php/*.html" if="webhelp-with-feedback"/>
<include name="resources/php/classes/**/*" if="webhelp-with-feedback"/>
<include name="resources/php/config/**/*" if="webhelp-with-feedback"/>
<include name="resources/php/templates/${webhelp.language}/**/*" if="webhelp-with-feedback"/>
<exclude name="install/**/*"/>
</fileset>
</copy>
<copy todir="${output.dir}/oxygen-webhelp/install" overwrite="true" encoding="UTF-8">
<fileset dir="${webhelp.plugin.path}oxygen-webhelp/install">
<include name="**/*"> </include>
<exclude name="**/.svn"> </exclude>
<exclude name="img/**"> </exclude>
</fileset>
<filterset>
<filter token="PRODUCT_ID" value="${webhelp.product.id}"/>
<filter token="PRODUCT_VERSION" value="${webhelp.product.version}"/>
<filter token="LANGUAGE" value="${webhelp.language}"/>
</filterset>
</copy>
<copy todir="${output.dir}/oxygen-webhelp/install/img" overwrite="true">
<fileset dir="${webhelp.plugin.path}oxygen-webhelp/install/img">
<include name="**/*"/>
<exclude name="**/.svn"/>
</fileset>
</copy>
</target>

<target name="check-image-file-exist">
<available type="file" file="${webhelp.logo.image}" property="webhelp.logo.image.file"/>
<if>
<isset property="webhelp.logo.image.file"/>
<then>
<copy file="${webhelp.logo.image}" todir="${output.dir}"/>
<basename file="${webhelp.logo.image}" property="webhelp.logo.image.output"/>
</then>
<else>
<condition property="webhelp.logo.image.output" value="${webhelp.logo.image}">
<isset property="webhelp.logo.image"/>
</condition>
</else>
</if>
</target>


<!-- Create the JavaScript files with the search database. -->
<target name="webhelp-index" depends="check-list">
<taskdef name="indexertask" classname="ro.sync.exml.indexer.IndexerTask"/>
<echo>Indexing html files in ${output.dir}, indexer language is: ${webhelp.language}</echo>
<indexertask
htmlDir="${output.dir}"
resourcesDir="${output.dir}/oxygen-webhelp"
outputDir="${output.dir}/oxygen-webhelp/search"
propsDir="indexer"
indexerLanguage="${webhelp.language}"
htmlExtension="${args.outext}"
stem="${use.stemming}"
userDictionary="${webhelp.search.japanese.dictionary}"
doNotIndex="div.ignore,div.navfooter,div.footer,div.navheader"/>
</target>

<target name="check-license">
<echo>Using directory ${webhelp.lib.dir} </echo>
<property environment="env"/>
<if>
<equals arg1="${env.SAXON_EE_LICENSED_ENV}" arg2="true"/>
<then>
<property name="saxon.available" value="true"/>
</then>
<else>
<available classname="ro.sync.licensemanager.WebhelpLicenseChecker"
property="WebhelpLicenseChecker.present"/>
<fail unless="WebhelpLicenseChecker.present"
message="The Webhelp plugin does not contain all jar files. Please contact support@oxygenxml.com for more details."/>
<java classname="ro.sync.licensemanager.WebhelpLicenseChecker"
failonerror="true"
fork="true">
<arg value="${webhelp.dir}"/>
<classpath>
<pathelement path="${webhelp.lib.dir}/license.jar"/>
<pathelement path="${webhelp.lib.dir}/log4j.jar"/>
<pathelement path="${user.dir}/lib/license.jar"/>
<pathelement path="${user.dir}/lib/log4j.jar"/>
</classpath>
</java>
</else>
</if>
</target>
</project>
Regards,
Ionela
Ionela Istodor
oXygen XML Editor and Author Support
Namrata
Posts: 6
Joined: Tue Jul 25, 2017 8:43 am

Re: Issue: IndexerTask cannot be found

Post by Namrata »

Hi,
I compared the "build_common.xml" file provided by you with the customized file. The file contents are the same. As one of the trial and error option, i selected dita-ot 2.x as the toolkit (options > preferences). The webhelp was generated this time. However, the styles are not getting applied. Can you suggest what i should be doing in this case?

regards,
Namrata
Radu
Posts: 9051
Joined: Fri Jul 09, 2004 5:18 pm

Re: Issue: IndexerTask cannot be found

Post by Radu »

Hi Namrata,

Oxygen comes with two bundled DITA Open Toolkit versions:

OXYGEN_INSTALL_DIR\frameworks\dita\DITA-OT

and:

OXYGEN_INSTALL_DIR\frameworks\dita\DITA-OT2.x

Probably you made your changes to the DITA-OT folder (which is DITA Open Toolkit 1.8) or to a custom DITA OT folder.
Of course, when switching to using the DITA-OT2.x folder which you probably did not change the transformation works. And of course your changes are not taken into account as you probably made them to another DITA-OT folder.

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