Re: [Website and many projects] Please check the preview and review

2021-10-26 Thread David Jencks
Hi Zoran, > On Oct 26, 2021, at 12:58 AM, Zoran Regvart wrote: > > Hi David, > > On Mon, Oct 25, 2021 at 5:07 PM David Jencks wrote: >> The promise of pnp seems to be only partially fulfilled. If I run yarn >> build-all on a clean checkout, it fails because the stuff in >> antora-ui-camel/.

Re: [Website and many projects] Please check the preview and review

2021-10-26 Thread Zoran Regvart
Hi David, On Mon, Oct 25, 2021 at 5:07 PM David Jencks wrote: > The promise of pnp seems to be only partially fulfilled. If I run yarn > build-all on a clean checkout, it fails because the stuff in > antora-ui-camel/.yarn/unplugged is for linux, not macOS. I have to run yarn > workspaces for

Re: [Website and many projects] Please check the preview and review

2021-10-25 Thread David Jencks
Hi Zoran, Many thanks for fixing this. Your explanation is what I thought should be happening but…. The yarn docs indicate that pnp is supposed to be the default strategy for .yarnrc nodeLinker, however when I run yarn install it adds node_modules and removes .pnp.js. If I explicitly set nod

Re: [Website and many projects] Please check the preview and review

2021-10-25 Thread Zoran Regvart
Hi David, I think the issue should be fixed now[1]. The goal of Yarn cache as implemented using PnP is to maintain a hashed artifact of the dependency in `.yarn/cache`, so any time a dependency is changed a corresponding change needs to be made in `.yarn/cache`, for this running `yarn install` is a

Re: [Website and many projects] Please check the preview and review

2021-10-24 Thread David Jencks
I opened Yarn cached dependencies are not correct for Jenkins build, and there are no instructions on how to update them to more officially ask Zoran for help on this. I can come up with something that makes the jenkins build work, but it

Re: [Website and many projects] Please check the preview and review

2021-10-24 Thread David Jencks
I’m afraid Zoran will have to fix this. I’m totally confused by what yarn is doing. - mvn approach: getting back to a git clean state, running mvn clean package appears to be using npm 10 and yarn 1.14 and quickly errors. - yarn approach: david@mbp2 camel-website % yarn --version 2.4.0 Runni

Re: [Website and many projects] Please check the preview and review

2021-10-23 Thread David Jencks
Something is dreadfully wrong with the jenkins website build. It looks as if the jenkins build is not using the updated indexer and jenkins extensions. I don’t really understand how the yarn pnp stuff works, and I did not update any of the yarn caches…. I’m a bit scared off by stuff like this

Re: [Website and many projects] Please check the preview and review

2021-10-23 Thread Claus Ibsen
Hi The default value is not yet appearing. On Sat, Oct 23, 2021 at 10:03 AM Zoran Regvart wrote: > > Hi David, > everything looks good, thank you for this effort! > > zoran > > > On 22 Oct 2021, at 02:45, David Jencks wrote: > > > > I’ve prepared a website update to the recent incompatible-synt

Re: [Website and many projects] Please check the preview and review

2021-10-23 Thread Zoran Regvart
Hi David, everything looks good, thank you for this effort! zoran > On 22 Oct 2021, at 02:45, David Jencks wrote: > > I’ve prepared a website update to the recent incompatible-syntax upgrade of > my indexer and jsonpath Antora extensions that build most of the tables and a > lot of content.

Re: [Website and many projects] Please check the preview and review

2021-10-21 Thread Claus Ibsen
Hi David It's massive work you have done, much appreciated. Browsed the pages a bit and looks fine. Go ahead with the merges. For camel-quarkus we should only show for its latest release according to the download page. And then "prerelease" if possible. On Fri, Oct 22, 2021 at 2:45 AM David Je

[Website and many projects] Please check the preview and review

2021-10-21 Thread David Jencks
I’ve prepared a website update to the recent incompatible-syntax upgrade of my indexer and jsonpath Antora extensions that build most of the tables and a lot of content. The preview is at https://pr-648--camel.netlify.app . I’d appreciate lots of eyes to see