On Fri, Jul 9, 2021 at 5:46 PM Maxim Solodovnik <solomax...@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 <solomax...@gmail.com>
> wrote:
>
> > On Mon, 5 Jul 2021 at 14:31, Martin Grigorov <mgrigo...@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 <mgrigo...@apache.org>
> >> wrote:
> >>
> >> > See https://issues.apache.org/jira/browse/WICKET-6884
> >> >
> >> > On Sun, Jul 4, 2021, 18:07 Maxim Solodovnik <solomax...@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
>

Reply via email to