Page 1 of 1

Naming a CHM file

Posted: Mon Mar 04, 2019 7:53 pm
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?

Re: Naming a CHM file

Posted: Tue Mar 05, 2019 9:07 am
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