Skip to content

Deprecate outputFile.base in the docs #648

@stefan-jung

Description

@stefan-jung

Expected Behavior

The parameter outputFile.base is explained on PDF Parameters. This parameter is deprecated in org.dita.pdf2/build_template.xml#L144:

<target name="publish.map.pdf.init">
  <property name="inputFile" location="${dita.temp.dir}/${merged.file}"/>
  <!-- Deprecated since 3.0. Use args.output.base instead -->
  <condition property="outputFile.base" value="${args.output.base}" else="${dita.map.filename.root}">
    <isset property="args.output.base"/>
  </condition>
  <property name="artworkPrefix" value="${artwork.dir}"/>
</target>

Possible Solution

The docs should state that args.output.base should be used instead.

Steps to Reproduce

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingoutdated contentUpdates required to reflect recent changes

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions