You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by Maxim Solodovnik <so...@gmail.com> on 2021/07/04 15:07:24 UTC

Issue with 9.x javadocs

Hello All,

we have this https://ci.apache.org/projects/wicket/apidocs/9.x/ link not
working :(

these 2:
https://ci.apache.org/projects/wicket/apidocs/
https://ci.apache.org/projects/wicket/apidocs/8.x/

Are OK

Can someone take a look at it? :))

-- 
Best regards,
Maxim

Re: Issue with 9.x javadocs

Posted by Martin Grigorov <mg...@apache.org>.
On Fri, Jul 9, 2021 at 5:46 PM Maxim Solodovnik <so...@gmail.com>
wrote:

> Hello All,
>
> Here is some progress with Jenkins build:
> https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/
> As you can see the build #3 is successful (it uses `javadoc-is-fixed`
> branch)
>
> Javadocs are unusable for browse:
> https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/javadoc/ due to
> security limitations of build server
>

Duh.
I might have broken it again with the JPMS work.

Now 'mvn javadoc:aggregate' started failing with:

[INFO] --- maven-javadoc-plugin:3.3.0:aggregate (default-cli) @
wicket-parent ---
[INFO] No previous run data found, generating javadoc.
[INFO]
45 errors
[ERROR] Error while creating javadoc report:
Exit code: 1 -
/home/martin/git/apache/wicket-9.x/wicket-request/src/main/java/module-info.java:18:
error: module org.apache.wicket.request reads package javax.inject from
both jakarta.inject.api and javax.inject
module org.apache.wicket.request {
^
/home/martin/git/apache/wicket-9.x/wicket-native-websocket/wicket-native-websocket-core/src/main/java/module-info.java:18:
error: module org.apache.wicket.websocket.core reads package javax.inject
from both jakarta.inject.api and javax.inject
module org.apache.wicket.websocket.core {
^

I'll try to fix it in the coming days!


>
> but they might be available for automatic builds (haven't checked)
>
> Maybe we should publish javadocs at the main site as part of the release
> process?
>

+1


>
> On Mon, 5 Jul 2021 at 14:34, Maxim Solodovnik <so...@gmail.com>
> wrote:
>
> > On Mon, 5 Jul 2021 at 14:31, Martin Grigorov <mg...@apache.org>
> wrote:
> >
> >> The problem with javadoc:aggregate seems to have been fixed also at
> >> Buildbot -
> >>
> >>
> https://ci.apache.org/builders/wicket-branch-9.x/builds/31/steps/compile/logs/stdio
> >
> >
> > For whatever reason this build report
> >
> > *Building Wicket Parent 10.0.0-M1-SNAPSHOT *
> >
> >
> > I was unable to find the error trace from JIRA yesterday
> > and/or reproduce the issue locally :(
> >
> > so it seems I can't help :(
> >
> >
> >
> >>
> >> But now the copy task fails:
> >>
> >>
> https://ci.apache.org/builders/wicket-branch-9.x/builds/31/steps/upload/logs/err.text
> >>
> >> On Sun, Jul 4, 2021 at 7:46 PM Martin Grigorov <mg...@apache.org>
> >> wrote:
> >>
> >> > See https://issues.apache.org/jira/browse/WICKET-6884
> >> >
> >> > On Sun, Jul 4, 2021, 18:07 Maxim Solodovnik <so...@gmail.com>
> >> wrote:
> >> >
> >> >> Hello All,
> >> >>
> >> >> we have this https://ci.apache.org/projects/wicket/apidocs/9.x/ link
> >> not
> >> >> working :(
> >> >>
> >> >> these 2:
> >> >> https://ci.apache.org/projects/wicket/apidocs/
> >> >> https://ci.apache.org/projects/wicket/apidocs/8.x/
> >> >>
> >> >> Are OK
> >> >>
> >> >> Can someone take a look at it? :))
> >> >>
> >> >> --
> >> >> Best regards,
> >> >> Maxim
> >> >>
> >> >
> >>
> >
> >
> > --
> > Best regards,
> > Maxim
> >
>
>
> --
> Best regards,
> Maxim
>

Re: Issue with 9.x javadocs

Posted by Maxim Solodovnik <so...@gmail.com>.
Hello All,

Here is some progress with Jenkins build:
https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/
As you can see the build #3 is successful (it uses `javadoc-is-fixed`
branch)

Javadocs are unusable for browse:
https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/javadoc/ due to
security limitations of build server

but they might be available for automatic builds (haven't checked)

Maybe we should publish javadocs at the main site as part of the release
process?

On Mon, 5 Jul 2021 at 14:34, Maxim Solodovnik <so...@gmail.com> wrote:

> On Mon, 5 Jul 2021 at 14:31, Martin Grigorov <mg...@apache.org> wrote:
>
>> The problem with javadoc:aggregate seems to have been fixed also at
>> Buildbot -
>>
>> https://ci.apache.org/builders/wicket-branch-9.x/builds/31/steps/compile/logs/stdio
>
>
> For whatever reason this build report
>
> *Building Wicket Parent 10.0.0-M1-SNAPSHOT *
>
>
> I was unable to find the error trace from JIRA yesterday
> and/or reproduce the issue locally :(
>
> so it seems I can't help :(
>
>
>
>>
>> But now the copy task fails:
>>
>> https://ci.apache.org/builders/wicket-branch-9.x/builds/31/steps/upload/logs/err.text
>>
>> On Sun, Jul 4, 2021 at 7:46 PM Martin Grigorov <mg...@apache.org>
>> wrote:
>>
>> > See https://issues.apache.org/jira/browse/WICKET-6884
>> >
>> > On Sun, Jul 4, 2021, 18:07 Maxim Solodovnik <so...@gmail.com>
>> wrote:
>> >
>> >> Hello All,
>> >>
>> >> we have this https://ci.apache.org/projects/wicket/apidocs/9.x/ link
>> not
>> >> working :(
>> >>
>> >> these 2:
>> >> https://ci.apache.org/projects/wicket/apidocs/
>> >> https://ci.apache.org/projects/wicket/apidocs/8.x/
>> >>
>> >> Are OK
>> >>
>> >> Can someone take a look at it? :))
>> >>
>> >> --
>> >> Best regards,
>> >> Maxim
>> >>
>> >
>>
>
>
> --
> Best regards,
> Maxim
>


-- 
Best regards,
Maxim

Re: Issue with 9.x javadocs

Posted by Maxim Solodovnik <so...@gmail.com>.
On Mon, 5 Jul 2021 at 14:31, Martin Grigorov <mg...@apache.org> wrote:

> The problem with javadoc:aggregate seems to have been fixed also at
> Buildbot -
>
> https://ci.apache.org/builders/wicket-branch-9.x/builds/31/steps/compile/logs/stdio


For whatever reason this build report

*Building Wicket Parent 10.0.0-M1-SNAPSHOT *


I was unable to find the error trace from JIRA yesterday
and/or reproduce the issue locally :(

so it seems I can't help :(



>
> But now the copy task fails:
>
> https://ci.apache.org/builders/wicket-branch-9.x/builds/31/steps/upload/logs/err.text
>
> On Sun, Jul 4, 2021 at 7:46 PM Martin Grigorov <mg...@apache.org>
> wrote:
>
> > See https://issues.apache.org/jira/browse/WICKET-6884
> >
> > On Sun, Jul 4, 2021, 18:07 Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> >> Hello All,
> >>
> >> we have this https://ci.apache.org/projects/wicket/apidocs/9.x/ link
> not
> >> working :(
> >>
> >> these 2:
> >> https://ci.apache.org/projects/wicket/apidocs/
> >> https://ci.apache.org/projects/wicket/apidocs/8.x/
> >>
> >> Are OK
> >>
> >> Can someone take a look at it? :))
> >>
> >> --
> >> Best regards,
> >> Maxim
> >>
> >
>


-- 
Best regards,
Maxim

Re: Issue with 9.x javadocs

Posted by Martin Grigorov <mg...@apache.org>.
The problem with javadoc:aggregate seems to have been fixed also at
Buildbot -
https://ci.apache.org/builders/wicket-branch-9.x/builds/31/steps/compile/logs/stdio
But now the copy task fails:
https://ci.apache.org/builders/wicket-branch-9.x/builds/31/steps/upload/logs/err.text

On Sun, Jul 4, 2021 at 7:46 PM Martin Grigorov <mg...@apache.org> wrote:

> See https://issues.apache.org/jira/browse/WICKET-6884
>
> On Sun, Jul 4, 2021, 18:07 Maxim Solodovnik <so...@gmail.com> wrote:
>
>> Hello All,
>>
>> we have this https://ci.apache.org/projects/wicket/apidocs/9.x/ link not
>> working :(
>>
>> these 2:
>> https://ci.apache.org/projects/wicket/apidocs/
>> https://ci.apache.org/projects/wicket/apidocs/8.x/
>>
>> Are OK
>>
>> Can someone take a look at it? :))
>>
>> --
>> Best regards,
>> Maxim
>>
>

Re: Issue with 9.x javadocs

Posted by Martin Grigorov <mg...@apache.org>.
See https://issues.apache.org/jira/browse/WICKET-6884

On Sun, Jul 4, 2021, 18:07 Maxim Solodovnik <so...@gmail.com> wrote:

> Hello All,
>
> we have this https://ci.apache.org/projects/wicket/apidocs/9.x/ link not
> working :(
>
> these 2:
> https://ci.apache.org/projects/wicket/apidocs/
> https://ci.apache.org/projects/wicket/apidocs/8.x/
>
> Are OK
>
> Can someone take a look at it? :))
>
> --
> Best regards,
> Maxim
>

Re: Issue with 9.x javadocs

Posted by Maxim Solodovnik <so...@gmail.com>.
Just noticed it building wicketstuff
weird 7.x and 8.x sites are OK

On Sun, 4 Jul 2021 at 22:47, Andrea Del Bene <an...@gmail.com> wrote:

> Hi,
>
> Unfortunately it has been like this for few months now. It's one of the
> problems builbot ci is causing us. I've tried to investigate the problem
> reading builbot logs I but I couldn't find a specific cause that broke
> javadocs.
>
> On Sun, Jul 4, 2021, 5:07 PM Maxim Solodovnik <so...@gmail.com>
> wrote:
>
> > Hello All,
> >
> > we have this https://ci.apache.org/projects/wicket/apidocs/9.x/ link not
> > working :(
> >
> > these 2:
> > https://ci.apache.org/projects/wicket/apidocs/
> > https://ci.apache.org/projects/wicket/apidocs/8.x/
> >
> > Are OK
> >
> > Can someone take a look at it? :))
> >
> > --
> > Best regards,
> > Maxim
> >
>


-- 
Best regards,
Maxim

Re: Issue with 9.x javadocs

Posted by Andrea Del Bene <an...@gmail.com>.
Hi,

Unfortunately it has been like this for few months now. It's one of the
problems builbot ci is causing us. I've tried to investigate the problem
reading builbot logs I but I couldn't find a specific cause that broke
javadocs.

On Sun, Jul 4, 2021, 5:07 PM Maxim Solodovnik <so...@gmail.com> wrote:

> Hello All,
>
> we have this https://ci.apache.org/projects/wicket/apidocs/9.x/ link not
> working :(
>
> these 2:
> https://ci.apache.org/projects/wicket/apidocs/
> https://ci.apache.org/projects/wicket/apidocs/8.x/
>
> Are OK
>
> Can someone take a look at it? :))
>
> --
> Best regards,
> Maxim
>