Hi DITA-OT Gurus,
I have recently switched our DITA OT from 1.5.3 to 1.5.4, and everything seems fine except it generates many extra *.ditamap files in the temp folder. The content of the *.ditamap is actually the content of the topics.
It seems the fullditamap.list contains everything in the fullditamapandtopic.list for some reason.
After taking a look of the GenMapAndTopicListModule.java, it seems it matches the file extension to distinguish between a map file and a topic file. However, my topics do have .xml extension and maps have .ditamap extension. The fullditamap.list however contains both .ditamap and .xml files - which causes the topics also processed by the ditamap preprocess.
Does anyone know what could have caused the issue?
Thanks,
Jason