LightGuard / asciidoc-splitter

A splitter utility for helping create modular docs from chapter files.
BSD 2-Clause "Simplified" License
8 stars 8 forks source link

Broken include in titles-enterprise/kogito-developing-process-services #72

Closed handreyrc closed 4 years ago

handreyrc commented 4 years ago

Run the splitter and check the file titles-enterprise/kogito-developing-process-services/assemblies/assembly-kogito-developing-process-services.adoc Splitter is creating the include: include::../../modules/creating-running/ref-kogito-app-examples.adoc[leveloffset=+1] Actually, this path does not exist.

ccutil output: asciidoctor: ERROR: assemblies/modules/process-services/proc-bpmn-model-creating.adoc: line 181: include file not found: /docs/replaceWith/output/titles-enterprise/kogito-developing-process-services/assemblies/modules//decision-services/chap-kogito-using-dmn-models.adoc

Expected: include::modules/creating-running/ref-kogito-app-examples.adoc[leveloffset=+1]

Note: "There are a few includes in the example source chapters (equivalent to assemblies, not modules) that are themselves to be treated as modules. They exist because they are reused content represented as includes defined by the tagged module content in another chapter. This takes us back to whether and how we’re proposing to handle or tolerate reuse."