It should be fixed now.

Il giorno lun 28 giu 2021 alle ore 14:19 Claus Ibsen <claus.ib...@gmail.com>
ha scritto:

> Hi
>
> One last issue with website build is camel-k
>
> Unresolved xrefs (grouped by origin):
>
> repo: https://github.com/apache/camel-k.git | branch: main |
> component: camel-k | version: latest
>   path: docs/modules/ROOT/pages/observability/monitoring/integration.adoc
> | xref: latest@camel-quarkus
> ::reference/extensions/microprofile-metrics.adoc
>   path: docs/modules/traits/pages/quarkus.adoc | xref:
> latest@camel-quarkus::reference/index.adoc
>
> repo: https://github.com/apache/camel-k.git | branch: release-1.4.x |
> component: camel-k | version: 1.4.x
>   path: docs/modules/ROOT/pages/observability/integration.adoc | xref:
> latest@camel-quarkus::reference/extensions/microprofile-metrics.adoc
>   path: docs/modules/traits/pages/quarkus.adoc | xref:
> latest@camel-quarkus::reference/index.adoc
>
>
>
>
> I gotta run for today.
>
>
> On Mon, Jun 28, 2021 at 2:03 PM Claus Ibsen <claus.ib...@gmail.com> wrote:
> >
> > Hi
> >
> > Andrea did some preparations on spring-boot and karaf projects for
> > their 3.11 branches for the LTS docs.
> > And I just noticed that the antora playbook needed to upgrade from
> > 3.10.x to 3.11.x branches.
> >
> > I kicked a new build (hopefully this one works)
> >
> https://ci-builds.apache.org/job/Camel/job/Camel.website/job/main/249/console
> >
> > On Mon, Jun 28, 2021 at 12:53 PM Gregor Zurowski
> > <gre...@list.zurowski.org> wrote:
> > >
> > > Hey Zoran,
> > >
> > > We are still not able to build the website properly. Would you be able
> > > to take a look?
> > >
> > > Thanks in advance
> > > Gregor
> > >
> > > On Mon, Jun 28, 2021 at 10:56 AM Andrea Cosentino <anco...@gmail.com>
> wrote:
> > > >
> > > > I think this commit should fix the situation
> > > >
> > > >
> https://github.com/apache/camel-website/commit/4ecf1c07319b23986fb4569106e603e2d56f8179
> > > >
> > > > Let's see
> > > >
> > > >
> https://ci-builds.apache.org/job/Camel/job/Camel.website/job/main/245/
> > > >
> > > > Il giorno lun 28 giu 2021 alle ore 10:46 Gregor Zurowski <
> > > > gre...@list.zurowski.org> ha scritto:
> > > >
> > > > > Disabling Quarkus will cause other errors complaining about missing
> > > > > camel-quarkus:
> > > > >
> > > > > ===
> > > > > Unresolved xrefs (grouped by origin):
> > > > >
> > > > > repo: https://github.com/apache/camel-k.git | branch: main |
> > > > > component: camel-k | version: latest
> > > > >   path:
> docs/modules/ROOT/pages/observability/monitoring/integration.adoc
> > > > > | xref: latest@camel-quarkus
> > > > > ::reference/extensions/microprofile-metrics.adoc
> > > > >   path: docs/modules/traits/pages/quarkus.adoc | xref:
> > > > > latest@camel-quarkus::reference/index.adoc
> > > > >
> > > > > repo: https://github.com/apache/camel-k.git | branch:
> release-1.4.x |
> > > > > component: camel-k | version: 1.4.x
> > > > >   path: docs/modules/ROOT/pages/observability/integration.adoc |
> xref:
> > > > > latest@camel-quarkus
> ::reference/extensions/microprofile-metrics.adoc
> > > > >   path: docs/modules/traits/pages/quarkus.adoc | xref:
> > > > > latest@camel-quarkus::reference/index.adoc
> > > > >
> > > > > antora: xref validation failed! Found 4 unresolved xrefs. See
> previous
> > > > > report for details.
> > > > > ERROR: "check:xref" exited with 1.
> > > > > ===
> > > > >
> > > > > On Mon, Jun 28, 2021 at 10:19 AM Gregor Zurowski
> > > > > <gre...@list.zurowski.org> wrote:
> > > > > >
> > > > > > Hi Claus,
> > > > > >
> > > > > > Thanks for your fast reply, I will try that.
> > > > > >
> > > > > > Gregor
> > > > > >
> > > > > > On Mon, Jun 28, 2021 at 10:15 AM Claus Ibsen <
> claus.ib...@gmail.com>
> > > > > wrote:
> > > > > > >
> > > > > > > Hi
> > > > > > >
> > > > > > > You can possible disable quarkus at
> > > > > > >
> https://github.com/apache/camel-website/blob/main/antora-playbook.yml
> > > > > > >
> > > > > > > On Mon, Jun 28, 2021 at 10:14 AM Claus Ibsen <
> claus.ib...@gmail.com>
> > > > > wrote:
> > > > > > > >
> > > > > > > > Hi
> > > > > > > >
> > > > > > > > Ah its some kind of chicken and egg, as the camel-quarkus
> guys to
> > > > > > > > early upgraded in their end to point to camel 3.11.x docs.
> > > > > > > > But we have not released 3.11 officially and published it to
> the
> > > > > > > > website, so this causes that problem.
> > > > > > > >
> > > > > > > > The solution is to find a way to publish "just once" the
> 3.11.0
> > > > > > > > release with docs on website, before upgrading that on
> quarkus side.
> > > > > > > > Maybe we can remove the quarkus from the website build for
> just one
> > > > > > > > build, and then add it back later.
> > > > > > > >
> > > > > > > >
> > > > > > > > On Mon, Jun 28, 2021 at 9:55 AM Gregor Zurowski
> > > > > > > > <gre...@list.zurowski.org> wrote:
> > > > > > > > >
> > > > > > > > > Hi Everyone:
> > > > > > > > >
> > > > > > > > > I am trying to finish releasing Camel 3.11.0, but we
> currently have
> > > > > > > > > problems with the website build. There are 390 unresolved
> xrefs:
> > > > > > > > >
> > > > > > > > > ===
> > > > > > > > > repo: https://github.com/apache/camel-quarkus.git |
> branch: main |
> > > > > > > > > component: camel-quarkus | version: latest
> > > > > > > > >   path:
> > > > > docs/modules/ROOT/pages/contributor-guide/extension-testing.adoc
> > > > > > > > > | xref: 3.11.x@components::sql-component.adoc
> > > > > > > > >   path: docs/modules/ROOT/pages/index.adoc | xref:
> > > > > 3.11.x@components::index.adoc
> > > > > > > > > [...]
> > > > > > > > > ===
> > > > > > > > >
> > > > > > > > > (see
> > > > >
> https://ci-builds.apache.org/job/Camel/job/Camel.website/job/main/240/console
> > > > > )
> > > > > > > > >
> > > > > > > > > Any idea how to fix this?
> > > > > > > > >
> > > > > > > > > Thanks in advance
> > > > > > > > > Gregor
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > Claus Ibsen
> > > > > > > > -----------------
> > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Claus Ibsen
> > > > > > > -----------------
> > > > > > > http://davsclaus.com @davsclaus
> > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > >
> >
> >
> >
> > --
> > Claus Ibsen
> > -----------------
> > http://davsclaus.com @davsclaus
> > Camel in Action 2: https://www.manning.com/ibsen2
>
>
>
> --
> Claus Ibsen
> -----------------
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2
>

Reply via email to