It looks like something may be wrong with your refderby.ditamap file. When you run the tail command on it, does the output look something like this?

If so, see if you have changed something else that might cause that tag not to be seen.

 jdench 100 =>tail refderby.ditamap
<topicref href="rrefdttlimits.dita" navtitle="DATE, TIME, and TIMESTAMP limitations">
</topicref>
<topicref href="rrefidlengthlimits.dita" navtitle="Limitations on identifier length ">
</topicref>
<topicref href="rrefnumericlimits.dita" navtitle="Numeric limitations"></topicref> <topicref href="rrefstringlimits.dita" navtitle="String limitations"></topicref>
<topicref href="rreflimitsxml.dita" navtitle="XML limitations"></topicref>
</topicref>
<topicref href="rreftrademderby.dita" navtitle="Trademarks"></topicref>
</map>

It seems to be complaining about the lack of the "</map>" tag at the end.

Kim

Dag H. Wanvik wrote:
Hi,

does anybody know what causes this?

I am using DITA-OT1.1.2.1.

Thanks,
Dag




     [echo] *****************************************************************
     [echo] * input = 
/export/home/tmp/derby/sb/docs-103/src/ref/refderby.ditamap
     [echo] * type = ${transtype}
     [echo] * outputdir = /export/home/tmp/derby/sb/docs-103/out/reftemp
     [echo] * extname = .dita
     [echo] * tempdir = /export/home/tmp/derby/sb/docs-103/temp
     [echo] * clean.temp = ${clean.temp}
     [echo] *****************************************************************

clean-temp:
   [delete] Deleting directory /export/home/tmp/derby/sb/docs-103/temp

gen-list:
 [pipeline] Generate list.
 [pipeline] [Fatal Error] :392:3: The element type "map" must be terminated by the matching 
end-tag "</map>".
 [pipeline] org.xml.sax.SAXParseException: The element type "map" must be terminated by the 
matching end-tag "</map>".
 [pipeline]         at 
org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
 [pipeline]         at 
org.dita.dost.reader.GenListModuleReader.parse(GenListModuleReader.java:140)
 [pipeline]      at 
org.dita.dost.module.GenMapAndTopicListModule.processWaitList(GenMapAndTopicListModule.java:158)
 [pipeline]  at 
org.dita.dost.module.GenMapAndTopicListModule.execute(GenMapAndTopicListModule.java:125)
 [pipeline]  at 
org.dita.dost.pipeline.PipelineFacade.execute(PipelineFacade.java:41)
 [pipeline]     at org.dita.dost.invoker.AntInvoker.execute(AntInvoker.java:124)
 [pipeline]     at 
org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
 [pipeline]      at org.apache.tools.ant.Task.perform(Task.java:364)
 [pipeline]  at org.apache.tools.ant.Target.execute(Target.java:341)
 [pipeline]      at org.apache.tools.ant.Target.performTasks(Target.java:369)
 [pipeline]         at 
org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
 [pipeline]      at 
org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
 [pipeline]       at 
org.apache.tools.ant.Project.executeTargets(Project.java:1068)

<more stack dump elided>

Reply via email to