You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/12/18 03:30:35 UTC

[GitHub] [camel] djencks edited a comment on pull request #6553: main local/partial build setup

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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org