dita-community / org.dita-community.adjust-copy-to

Post processes the resolved map (output of the mappull preprocess step) in order to add additional copy-to values in order to ensure unique result files for all references to a given topic or to impose additional output filenaming rules, such as using navigation keys for result filenames.
Apache License 2.0
0 stars 0 forks source link

Plugin failed on DITA_OT 1.7.5 #1

Open blefort opened 9 years ago

blefort commented 9 years ago

The ant file use the macro

  <macrodef name="job-helper" >
  </macrodef>

Which exists only on version 1.8.5 +, not verified if it exists on version 2.0.

What should we do?

Any others idea ?

drmacro commented 9 years ago

I don't intend to support the 1.7 OT--1.8 is stable and relatively easy to migrate to from 1.7. So unless there's a compelling reason to support 1.7, I would consider this a "not going to fix" issue.

blefort commented 9 years ago

cool