You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Zoran Regvart (Jira)" <ji...@apache.org> on 2020/04/03 12:08:00 UTC

[jira] [Created] (CAMEL-14839) xref checker camel-package-maven-plugin reporting non-broken xrefs

Zoran Regvart created CAMEL-14839:
-------------------------------------

             Summary: xref checker camel-package-maven-plugin reporting non-broken xrefs
                 Key: CAMEL-14839
                 URL: https://issues.apache.org/jira/browse/CAMEL-14839
             Project: Camel
          Issue Type: Task
            Reporter: Zoran Regvart


Follow-up on CAMEL-13812, seems that some xrefs are reported as broken:

{code}
[INFO] --- camel-package-maven-plugin:3.2.0-SNAPSHOT:xref-check (xref-check) @ docs ---
[ERROR] Unresolved xrefs:
[ERROR]   manual:ROOT:nav.adoc (/home/zregvart/tmp/camel/docs/user-manual/modules/faq/nav.adoc) at line 2: xref:can-i-get-commercial-support.adoc[Can I get commercial support?]
[ERROR]   manual:ROOT:nav.adoc (/home/zregvart/tmp/camel/docs/user-manual/modules/faq/nav.adoc) at line 4: xref:how-can-i-get-the-source-code.adoc[How can I get the source code?]
...
{code}

They don't seem to be reported when I run the Antora xref checker:

{code}
node_modules/@antora/cli/bin/antora --generator @antora/xref-validator antora-playbook-local-xref-check.yml
{code}

[~gnodet] do you have time to have a look at this? This would help us in merging https://github.com/apache/camel/pull/3693 so you need to check out that fork/branch, or we can merge it and have the build fail on {{master}} until this is fixed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)