Naming a CHM file

Oxygen general issues.
KLH
Posts: 1
Joined: Mon Mar 04, 2019 7:50 pm

Naming a CHM file

Post by KLH »

I'm trying to generate a CHM file as my output. The software insists on naming the finished CHM file "xxxxxx.chm", where xxxxx is the topic ID of the map. How do I make the software name the CHM file the way I want?
Radu
Posts: 9434
Joined: Fri Jul 09, 2004 5:18 pm

Re: Naming a CHM file

Post by Radu »

Hi,

Maybe you can edit the transformation scenario and in the Parameters list add a new parameter called args.output.base with the value being the desired name of the CHM file.
Or you can use your custom ANT build file which applies the default processing and maybe afterwards can rename the output file to some other name:

https://www.oxygenxml.com/doc/versions/ ... -file.html

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