Skip to content
Jarno Elovirta edited this page May 12, 2012 · 1 revision

Table of Contents

Warning: XML resolver not found; external catalogs will be ignored

Encountered at least during PDF processing.

Cause

The org.apache.tools.ant.types.resolver.ApacheCatalogResolver class is not available in Ant claspath.

Solution

  1. Check that ANT_HOME system variable is correctly set.
  2. Check that $ANT_HOME/lib/ant-apache-resolver.jar exists.

Failed to run pipeline: Exception doing debug and filter module processing: List file dita.xml.properties or dita.list not found

Encountered during preprocessing.

Cause

TODO: List generation failed for some reason.

Solution

  1. Check that classpath contains $DITA_HOME/lib/dost.jar.
Clone this wiki locally