Kengo Seki created AVRO-3394:
--------------------------------
Summary: Fix Forrest issue during website generation
Key: AVRO-3394
URL: https://issues.apache.org/jira/browse/AVRO-3394
Project: Apache Avro
Issue Type: Bug
Components: doc
Reporter: Kengo Seki
Recently, I ran {{./build.sh dist}} in the top-level directory and got the
following error.
{code}
[exec] Cocoon will report the status of each document:
[exec] - in column 1: *=okay X=brokenLink ^=pageSkipped (see FAQ).
...
[exec] X [0] gettingstartedjava.pdf
BROKEN: No pipeline matched request: gettingstartedjava.pdf
...
[exec] X [0] linkmap.pdf BROKEN:
No pipeline matched request: linkmap.pdf
...
[exec] X [0] mr.pdf BROKEN: No
pipeline matched request: mr.pdf
[exec] X [0] spec.pdf BROKEN: No
pipeline matched request: spec.pdf
...
[exec] X [0] gettingstartedpython.pdf
BROKEN: No pipeline matched request: gettingstartedpython.pdf
...
[exec] X [0] index.pdf BROKEN: No
pipeline matched request: index.pdf
...
[exec] X [0] sasl.pdf BROKEN: No
pipeline matched request: sasl.pdf
...
[exec] X [0] idl.pdf BROKEN: No
pipeline matched request: idl.pdf
[exec] Total time: 0 minutes 3 seconds, Site size: 255,894 Site pages: 27
[exec]
[exec] Copying broken links file to site root.
[exec]
[exec] Copying 1 file to /home/sekikn/avro/build/avro-doc-1.12.0-SNAPSHOT
[exec] Java Result: 1
[exec]
[exec] BUILD FAILED
[exec] /usr/local/apache-forrest/main/targets/site.xml:224: Error building
site.
{code}
I'm not familar with Forrest so not sure the reason, but it seems that
generating pdf documents doesn't work. I tried to set true to the
disable-pdf-link option in doc/src/skinconf.xml, the build succeeded (but the
PDF documents weren't generated, of course).
Does anyone come across the same issue or know how to fix it? Or, could we stop
to generate PDFs from the next release if they are not necessary?
--
This message was sent by Atlassian Jira
(v8.20.1#820001)