Skip to content
Discussion options

You must be logged in to vote

Is there a way to augment src/main/dita to match the full DITA-OT distribution?
Or is it a best practice to always unarchive the distribution .zip file and use that for testing fixes?

You can either Use a fresh worktree for distribution builds, or install each of the bundled plug-ins manually via src/main/bin/dita install <plug-in> to test in your local clone without running the distribution build.

If you install the bundled plug-ins this way, they'll appear in your local clone as untracked files
which should not be committed.

You can add them to a local exclude file with entries like this:

# Ignore entries for 'bundled' external plugins per `build.gradle`
# https://github.com/dita-ot…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@infotexture
Comment options

@chrispy-snps
Comment options

Answer selected by chrispy-snps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants