aldaris / docbook-linktester

Tests external links and olinks in DocBook documentation for validity
3 stars 1 forks source link

Multimodule builds can fail to find doc files #8

Closed aldaris closed 9 years ago

aldaris commented 9 years ago

When testing the project with forgerock-doc-maven-plugin-test, the following error can be thrown:

[INFO] --- forgerock-doc-maven-plugin:3.0.0-SNAPSHOT:site (doc-site) @ forgerock-doc-maven-plugin-test-child ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 28 resources
[ERROR] Error while processing file: build/docbkx-sources/child/index.xml. Error: /Users/mark/Documents/forgerock-doc-maven-plugin-test/build/docbkx-sources/child/index.xml (No such file or directory)
java.io.FileNotFoundException: /Users/mark/Documents/forgerock-doc-maven-plugin-test/build/docbkx-sources/child/index.xml (No such file or directory)

Here is the corresponding JIRA ticket: https://bugster.forgerock.org/jira/browse/DOCS-233