You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by David Jencks <da...@gmail.com> on 2021/09/21 05:47:02 UTC

"Regen and polished" commit appears to have broken the (website) build

I think that fe62e22 <https://github.com/apache/camel/commit/fe62e2227803d8b1bae4a88c94841242fe603a57> left the website build broken as it removed components/camel-huawei/camel-huaweicloud-imagerecognition/src/generated/resources/huaweicloud-imagerecognition.json but left a copy in catalog (probably not a breaking problem but wrong) and a symlink at docs/components/modules/others/examples/json/huaweicloud-imagerecognition.json which breaks the website build, including the camel-quarkus partial build.

David Jencks

Re: "Regen and polished" commit appears to have broken the (website) build

Posted by David Jencks <da...@gmail.com>.
Thanks!  I fixed my PR, checking that it still builds :-)

> On Sep 21, 2021, at 4:35 AM, Claus Ibsen <cl...@gmail.com> wrote:
> 
> Hi
> 
> Okay the website build now works again.
> 
> David, your PR does it need a rebase or some updates?
> https://github.com/apache/camel/pull/6124
> 
> On Tue, Sep 21, 2021 at 10:47 AM Claus Ibsen <cl...@gmail.com> wrote:
>> 
>> Hi
>> 
>> Ah yeah those needs -starter in their name, fixing this now
>> 
>> On Tue, Sep 21, 2021 at 10:43 AM Zoran Regvart <zo...@regvart.com> wrote:
>>> 
>>> Hi Claus,
>>> that message says that part of the build failed, if you look further
>>> up you'll notice broken xrefs:
>>> 
>>> ➤ YN0000: {"level":"error","time":1632210942242,"name":"asciidoctor","file":{"path":"docs/components/modules/ROOT/pages/hwcloud-obs-component.adoc","line":175},"source":{"url":"https://github.com/apache/camel.git","refname":"main","startPath":"docs/components"},"msg":"target
>>> of include not found:
>>> latest@camel-spring-boot::page$huaweicloud-obs.adoc"}
>>> ➤ YN0000: {"level":"error","time":1632210942332,"name":"asciidoctor","file":{"path":"docs/components/modules/ROOT/pages/hwcloud-smn-component.adoc","line":169},"source":{"url":"https://github.com/apache/camel.git","refname":"main","startPath":"docs/components"},"msg":"target
>>> of include not found:
>>> latest@camel-spring-boot::page$huaweicloud-smn.adoc"}
>>> 
>>> We enforced xref checks as part of the Antora build, i.e. they are no
>>> longer a separate check
>>> 
>>> zoran
>>> 
>>> On Tue, Sep 21, 2021 at 10:03 AM Claus Ibsen <cl...@gmail.com> wrote:
>>>> 
>>>> Hi Davoid
>>>> 
>>>> Okay so build 419 failed with
>>>> https://ci-builds.apache.org/job/Camel/job/Camel.website/job/main/419/console
>>>> 
>>>> 
>>>> ➤ YN0000: ERROR: "build:antora" exited with 1.
>>>> ➤ YN0000: The command failed for workspaces that are depended upon by
>>>> other workspaces; can't satisfy the dependency graph
>>>> ➤ YN0000: Failed with errors in 7m 31s
>>>> 
>>>> There is no clue I can see in the error why it failed.
>>>> 
>>>> I dont see any xref WARN/ERROR - only info logging level. And 99% is
>>>> from quarkus, and then one about a 2.x issue.
>>>> 
>>>> On Tue, Sep 21, 2021 at 9:33 AM Claus Ibsen <cl...@gmail.com> wrote:
>>>>> 
>>>>> A new CI builds of the website is in progress
>>>>> https://ci-builds.apache.org/job/Camel/job/Camel.website/job/main/418/
>>>>> 
>>>>> On Tue, Sep 21, 2021 at 8:47 AM Claus Ibsen <cl...@gmail.com> wrote:
>>>>>> 
>>>>>> Hi
>>>>>> 
>>>>>> Pushed a commit that rename so lets see if that fixes the build
>>>>>> 
>>>>>> On Tue, Sep 21, 2021 at 7:57 AM Claus Ibsen <cl...@gmail.com> wrote:
>>>>>>> 
>>>>>>> Hi
>>>>>>> 
>>>>>>> Ah yeah the component has a wrong name, renaming and rebuilding now
>>>>>>> 
>>>>>>> On Tue, Sep 21, 2021 at 7:47 AM David Jencks <da...@gmail.com> wrote:
>>>>>>>> 
>>>>>>>> I think that fe62e22 <https://github.com/apache/camel/commit/fe62e2227803d8b1bae4a88c94841242fe603a57> left the website build broken as it removed components/camel-huawei/camel-huaweicloud-imagerecognition/src/generated/resources/huaweicloud-imagerecognition.json but left a copy in catalog (probably not a breaking problem but wrong) and a symlink at docs/components/modules/others/examples/json/huaweicloud-imagerecognition.json which breaks the website build, including the camel-quarkus partial build.
>>>>>>>> 
>>>>>>>> David Jencks
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> --
>>>>>>> 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
>>> 
>>> 
>>> 
>>> --
>>> Zoran Regvart
>> 
>> 
>> 
>> --
>> 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


Re: "Regen and polished" commit appears to have broken the (website) build

Posted by Claus Ibsen <cl...@gmail.com>.
Hi

Okay the website build now works again.

David, your PR does it need a rebase or some updates?
https://github.com/apache/camel/pull/6124

On Tue, Sep 21, 2021 at 10:47 AM Claus Ibsen <cl...@gmail.com> wrote:
>
> Hi
>
> Ah yeah those needs -starter in their name, fixing this now
>
> On Tue, Sep 21, 2021 at 10:43 AM Zoran Regvart <zo...@regvart.com> wrote:
> >
> > Hi Claus,
> > that message says that part of the build failed, if you look further
> > up you'll notice broken xrefs:
> >
> > ➤ YN0000: {"level":"error","time":1632210942242,"name":"asciidoctor","file":{"path":"docs/components/modules/ROOT/pages/hwcloud-obs-component.adoc","line":175},"source":{"url":"https://github.com/apache/camel.git","refname":"main","startPath":"docs/components"},"msg":"target
> > of include not found:
> > latest@camel-spring-boot::page$huaweicloud-obs.adoc"}
> > ➤ YN0000: {"level":"error","time":1632210942332,"name":"asciidoctor","file":{"path":"docs/components/modules/ROOT/pages/hwcloud-smn-component.adoc","line":169},"source":{"url":"https://github.com/apache/camel.git","refname":"main","startPath":"docs/components"},"msg":"target
> > of include not found:
> > latest@camel-spring-boot::page$huaweicloud-smn.adoc"}
> >
> > We enforced xref checks as part of the Antora build, i.e. they are no
> > longer a separate check
> >
> > zoran
> >
> > On Tue, Sep 21, 2021 at 10:03 AM Claus Ibsen <cl...@gmail.com> wrote:
> > >
> > > Hi Davoid
> > >
> > > Okay so build 419 failed with
> > > https://ci-builds.apache.org/job/Camel/job/Camel.website/job/main/419/console
> > >
> > >
> > > ➤ YN0000: ERROR: "build:antora" exited with 1.
> > > ➤ YN0000: The command failed for workspaces that are depended upon by
> > > other workspaces; can't satisfy the dependency graph
> > > ➤ YN0000: Failed with errors in 7m 31s
> > >
> > > There is no clue I can see in the error why it failed.
> > >
> > > I dont see any xref WARN/ERROR - only info logging level. And 99% is
> > > from quarkus, and then one about a 2.x issue.
> > >
> > > On Tue, Sep 21, 2021 at 9:33 AM Claus Ibsen <cl...@gmail.com> wrote:
> > > >
> > > > A new CI builds of the website is in progress
> > > > https://ci-builds.apache.org/job/Camel/job/Camel.website/job/main/418/
> > > >
> > > > On Tue, Sep 21, 2021 at 8:47 AM Claus Ibsen <cl...@gmail.com> wrote:
> > > > >
> > > > > Hi
> > > > >
> > > > > Pushed a commit that rename so lets see if that fixes the build
> > > > >
> > > > > On Tue, Sep 21, 2021 at 7:57 AM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > >
> > > > > > Hi
> > > > > >
> > > > > > Ah yeah the component has a wrong name, renaming and rebuilding now
> > > > > >
> > > > > > On Tue, Sep 21, 2021 at 7:47 AM David Jencks <da...@gmail.com> wrote:
> > > > > > >
> > > > > > > I think that fe62e22 <https://github.com/apache/camel/commit/fe62e2227803d8b1bae4a88c94841242fe603a57> left the website build broken as it removed components/camel-huawei/camel-huaweicloud-imagerecognition/src/generated/resources/huaweicloud-imagerecognition.json but left a copy in catalog (probably not a breaking problem but wrong) and a symlink at docs/components/modules/others/examples/json/huaweicloud-imagerecognition.json which breaks the website build, including the camel-quarkus partial build.
> > > > > > >
> > > > > > > David Jencks
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > 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
> >
> >
> >
> > --
> > Zoran Regvart
>
>
>
> --
> 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

Re: "Regen and polished" commit appears to have broken the (website) build

Posted by Claus Ibsen <cl...@gmail.com>.
Hi

Ah yeah those needs -starter in their name, fixing this now

On Tue, Sep 21, 2021 at 10:43 AM Zoran Regvart <zo...@regvart.com> wrote:
>
> Hi Claus,
> that message says that part of the build failed, if you look further
> up you'll notice broken xrefs:
>
> ➤ YN0000: {"level":"error","time":1632210942242,"name":"asciidoctor","file":{"path":"docs/components/modules/ROOT/pages/hwcloud-obs-component.adoc","line":175},"source":{"url":"https://github.com/apache/camel.git","refname":"main","startPath":"docs/components"},"msg":"target
> of include not found:
> latest@camel-spring-boot::page$huaweicloud-obs.adoc"}
> ➤ YN0000: {"level":"error","time":1632210942332,"name":"asciidoctor","file":{"path":"docs/components/modules/ROOT/pages/hwcloud-smn-component.adoc","line":169},"source":{"url":"https://github.com/apache/camel.git","refname":"main","startPath":"docs/components"},"msg":"target
> of include not found:
> latest@camel-spring-boot::page$huaweicloud-smn.adoc"}
>
> We enforced xref checks as part of the Antora build, i.e. they are no
> longer a separate check
>
> zoran
>
> On Tue, Sep 21, 2021 at 10:03 AM Claus Ibsen <cl...@gmail.com> wrote:
> >
> > Hi Davoid
> >
> > Okay so build 419 failed with
> > https://ci-builds.apache.org/job/Camel/job/Camel.website/job/main/419/console
> >
> >
> > ➤ YN0000: ERROR: "build:antora" exited with 1.
> > ➤ YN0000: The command failed for workspaces that are depended upon by
> > other workspaces; can't satisfy the dependency graph
> > ➤ YN0000: Failed with errors in 7m 31s
> >
> > There is no clue I can see in the error why it failed.
> >
> > I dont see any xref WARN/ERROR - only info logging level. And 99% is
> > from quarkus, and then one about a 2.x issue.
> >
> > On Tue, Sep 21, 2021 at 9:33 AM Claus Ibsen <cl...@gmail.com> wrote:
> > >
> > > A new CI builds of the website is in progress
> > > https://ci-builds.apache.org/job/Camel/job/Camel.website/job/main/418/
> > >
> > > On Tue, Sep 21, 2021 at 8:47 AM Claus Ibsen <cl...@gmail.com> wrote:
> > > >
> > > > Hi
> > > >
> > > > Pushed a commit that rename so lets see if that fixes the build
> > > >
> > > > On Tue, Sep 21, 2021 at 7:57 AM Claus Ibsen <cl...@gmail.com> wrote:
> > > > >
> > > > > Hi
> > > > >
> > > > > Ah yeah the component has a wrong name, renaming and rebuilding now
> > > > >
> > > > > On Tue, Sep 21, 2021 at 7:47 AM David Jencks <da...@gmail.com> wrote:
> > > > > >
> > > > > > I think that fe62e22 <https://github.com/apache/camel/commit/fe62e2227803d8b1bae4a88c94841242fe603a57> left the website build broken as it removed components/camel-huawei/camel-huaweicloud-imagerecognition/src/generated/resources/huaweicloud-imagerecognition.json but left a copy in catalog (probably not a breaking problem but wrong) and a symlink at docs/components/modules/others/examples/json/huaweicloud-imagerecognition.json which breaks the website build, including the camel-quarkus partial build.
> > > > > >
> > > > > > David Jencks
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > 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
>
>
>
> --
> Zoran Regvart



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Re: "Regen and polished" commit appears to have broken the (website) build

Posted by Zoran Regvart <zo...@regvart.com>.
Hi Claus,
that message says that part of the build failed, if you look further
up you'll notice broken xrefs:

➤ YN0000: {"level":"error","time":1632210942242,"name":"asciidoctor","file":{"path":"docs/components/modules/ROOT/pages/hwcloud-obs-component.adoc","line":175},"source":{"url":"https://github.com/apache/camel.git","refname":"main","startPath":"docs/components"},"msg":"target
of include not found:
latest@camel-spring-boot::page$huaweicloud-obs.adoc"}
➤ YN0000: {"level":"error","time":1632210942332,"name":"asciidoctor","file":{"path":"docs/components/modules/ROOT/pages/hwcloud-smn-component.adoc","line":169},"source":{"url":"https://github.com/apache/camel.git","refname":"main","startPath":"docs/components"},"msg":"target
of include not found:
latest@camel-spring-boot::page$huaweicloud-smn.adoc"}

We enforced xref checks as part of the Antora build, i.e. they are no
longer a separate check

zoran

On Tue, Sep 21, 2021 at 10:03 AM Claus Ibsen <cl...@gmail.com> wrote:
>
> Hi Davoid
>
> Okay so build 419 failed with
> https://ci-builds.apache.org/job/Camel/job/Camel.website/job/main/419/console
>
>
> ➤ YN0000: ERROR: "build:antora" exited with 1.
> ➤ YN0000: The command failed for workspaces that are depended upon by
> other workspaces; can't satisfy the dependency graph
> ➤ YN0000: Failed with errors in 7m 31s
>
> There is no clue I can see in the error why it failed.
>
> I dont see any xref WARN/ERROR - only info logging level. And 99% is
> from quarkus, and then one about a 2.x issue.
>
> On Tue, Sep 21, 2021 at 9:33 AM Claus Ibsen <cl...@gmail.com> wrote:
> >
> > A new CI builds of the website is in progress
> > https://ci-builds.apache.org/job/Camel/job/Camel.website/job/main/418/
> >
> > On Tue, Sep 21, 2021 at 8:47 AM Claus Ibsen <cl...@gmail.com> wrote:
> > >
> > > Hi
> > >
> > > Pushed a commit that rename so lets see if that fixes the build
> > >
> > > On Tue, Sep 21, 2021 at 7:57 AM Claus Ibsen <cl...@gmail.com> wrote:
> > > >
> > > > Hi
> > > >
> > > > Ah yeah the component has a wrong name, renaming and rebuilding now
> > > >
> > > > On Tue, Sep 21, 2021 at 7:47 AM David Jencks <da...@gmail.com> wrote:
> > > > >
> > > > > I think that fe62e22 <https://github.com/apache/camel/commit/fe62e2227803d8b1bae4a88c94841242fe603a57> left the website build broken as it removed components/camel-huawei/camel-huaweicloud-imagerecognition/src/generated/resources/huaweicloud-imagerecognition.json but left a copy in catalog (probably not a breaking problem but wrong) and a symlink at docs/components/modules/others/examples/json/huaweicloud-imagerecognition.json which breaks the website build, including the camel-quarkus partial build.
> > > > >
> > > > > David Jencks
> > > >
> > > >
> > > >
> > > > --
> > > > 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



-- 
Zoran Regvart

Re: "Regen and polished" commit appears to have broken the (website) build

Posted by Claus Ibsen <cl...@gmail.com>.
Hi Davoid

Okay so build 419 failed with
https://ci-builds.apache.org/job/Camel/job/Camel.website/job/main/419/console


➤ YN0000: ERROR: "build:antora" exited with 1.
➤ YN0000: The command failed for workspaces that are depended upon by
other workspaces; can't satisfy the dependency graph
➤ YN0000: Failed with errors in 7m 31s

There is no clue I can see in the error why it failed.

I dont see any xref WARN/ERROR - only info logging level. And 99% is
from quarkus, and then one about a 2.x issue.

On Tue, Sep 21, 2021 at 9:33 AM Claus Ibsen <cl...@gmail.com> wrote:
>
> A new CI builds of the website is in progress
> https://ci-builds.apache.org/job/Camel/job/Camel.website/job/main/418/
>
> On Tue, Sep 21, 2021 at 8:47 AM Claus Ibsen <cl...@gmail.com> wrote:
> >
> > Hi
> >
> > Pushed a commit that rename so lets see if that fixes the build
> >
> > On Tue, Sep 21, 2021 at 7:57 AM Claus Ibsen <cl...@gmail.com> wrote:
> > >
> > > Hi
> > >
> > > Ah yeah the component has a wrong name, renaming and rebuilding now
> > >
> > > On Tue, Sep 21, 2021 at 7:47 AM David Jencks <da...@gmail.com> wrote:
> > > >
> > > > I think that fe62e22 <https://github.com/apache/camel/commit/fe62e2227803d8b1bae4a88c94841242fe603a57> left the website build broken as it removed components/camel-huawei/camel-huaweicloud-imagerecognition/src/generated/resources/huaweicloud-imagerecognition.json but left a copy in catalog (probably not a breaking problem but wrong) and a symlink at docs/components/modules/others/examples/json/huaweicloud-imagerecognition.json which breaks the website build, including the camel-quarkus partial build.
> > > >
> > > > David Jencks
> > >
> > >
> > >
> > > --
> > > 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

Re: "Regen and polished" commit appears to have broken the (website) build

Posted by Claus Ibsen <cl...@gmail.com>.
A new CI builds of the website is in progress
https://ci-builds.apache.org/job/Camel/job/Camel.website/job/main/418/

On Tue, Sep 21, 2021 at 8:47 AM Claus Ibsen <cl...@gmail.com> wrote:
>
> Hi
>
> Pushed a commit that rename so lets see if that fixes the build
>
> On Tue, Sep 21, 2021 at 7:57 AM Claus Ibsen <cl...@gmail.com> wrote:
> >
> > Hi
> >
> > Ah yeah the component has a wrong name, renaming and rebuilding now
> >
> > On Tue, Sep 21, 2021 at 7:47 AM David Jencks <da...@gmail.com> wrote:
> > >
> > > I think that fe62e22 <https://github.com/apache/camel/commit/fe62e2227803d8b1bae4a88c94841242fe603a57> left the website build broken as it removed components/camel-huawei/camel-huaweicloud-imagerecognition/src/generated/resources/huaweicloud-imagerecognition.json but left a copy in catalog (probably not a breaking problem but wrong) and a symlink at docs/components/modules/others/examples/json/huaweicloud-imagerecognition.json which breaks the website build, including the camel-quarkus partial build.
> > >
> > > David Jencks
> >
> >
> >
> > --
> > 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

Re: "Regen and polished" commit appears to have broken the (website) build

Posted by Claus Ibsen <cl...@gmail.com>.
Hi

Pushed a commit that rename so lets see if that fixes the build

On Tue, Sep 21, 2021 at 7:57 AM Claus Ibsen <cl...@gmail.com> wrote:
>
> Hi
>
> Ah yeah the component has a wrong name, renaming and rebuilding now
>
> On Tue, Sep 21, 2021 at 7:47 AM David Jencks <da...@gmail.com> wrote:
> >
> > I think that fe62e22 <https://github.com/apache/camel/commit/fe62e2227803d8b1bae4a88c94841242fe603a57> left the website build broken as it removed components/camel-huawei/camel-huaweicloud-imagerecognition/src/generated/resources/huaweicloud-imagerecognition.json but left a copy in catalog (probably not a breaking problem but wrong) and a symlink at docs/components/modules/others/examples/json/huaweicloud-imagerecognition.json which breaks the website build, including the camel-quarkus partial build.
> >
> > David Jencks
>
>
>
> --
> 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

Re: "Regen and polished" commit appears to have broken the (website) build

Posted by Claus Ibsen <cl...@gmail.com>.
Hi

Ah yeah the component has a wrong name, renaming and rebuilding now

On Tue, Sep 21, 2021 at 7:47 AM David Jencks <da...@gmail.com> wrote:
>
> I think that fe62e22 <https://github.com/apache/camel/commit/fe62e2227803d8b1bae4a88c94841242fe603a57> left the website build broken as it removed components/camel-huawei/camel-huaweicloud-imagerecognition/src/generated/resources/huaweicloud-imagerecognition.json but left a copy in catalog (probably not a breaking problem but wrong) and a symlink at docs/components/modules/others/examples/json/huaweicloud-imagerecognition.json which breaks the website build, including the camel-quarkus partial build.
>
> David Jencks



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2