Skip to content

Sample Ant builds contain obsolete information #130

@infotexture

Description

@infotexture

When the legacy Ant samples were moved from the root folder of the DITA-OT distribution package to the docsrc submodule for version 2.3 with #58, the args.input properties were not adjusted:

<property name="args.input" location="${dita.dir}/samples/hierarchy.ditamap"/>

These entries should be updated to reflect the new location of the sample source files:

<property name="args.input" location="${dita.dir}/docsrc/samples/hierarchy.ditamap"/>

Samples for obsolete output formats should be removed and the remaining samples verified for compatibility with recent toolkit versions.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions