Uploaded image for project: 'Debezium'
  1. Debezium
  2. DBZ-1654

Antora generates build warning

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Minor Minor
    • 1.0.0.CR1
    • None
    • website
    • None

      When Antora builds the documentation, the following warnings are generated:

      asciidoctor: WARNING: skipping reference to missing attribute: routedbyvalue
      asciidoctor: WARNING: skipping reference to missing attribute: routedbyvalue
      asciidoctor: WARNING: skipping reference to missing attribute: routedbyvalue
      asciidoctor: WARNING: skipping reference to missing attribute: routedbyvalue
      asciidoctor: WARNING: skipping reference to missing attribute: routedbyvalue
      asciidoctor: WARNING: skipping reference to missing attribute: routedbyvalue
      

      This is due to the use of

      ${routedByValue}

      in the documentation. We should probably make use of Asciidoc's

      pass:[...]

      handler for this use case to avoid these warnings. The solution would look something like

      pass:[${routedByValue}]

              ccranfor@redhat.com Chris Cranford
              ccranfor@redhat.com Chris Cranford
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: