djencks edited a comment on pull request #6553:
URL: https://github.com/apache/camel/pull/6553#issuecomment-997120640
It now works with the following problem for me. I'd like feedback from
others on both linux and macOS whether they have the same problem: it's a bug
in Antora AFAICT.
I get an error like this:
[17:36:35.262] ERROR (@djencks/antora-source-watch): EEXIST: file already
exists, mkdir
'/Users/david/projects/camel/camel-website/documentation/components/next/eips/_attachments/Hohpe_EIP_camel_20150622.zip'
Cause: Error (no stacktrace)
Deleting the source zips "solves" the problem. I haven't been able to make
a small example project, but it occurs when I modify the playbook to use my
local camel clone (just like source-map does, but hardcoded).
To delete the files,
```
rm
../core/camel-core-engine/src/main/docs/modules/eips/attachments/Hohpe_EIP_camel_*
```
in the docs directory where you are running local-build.sh.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]