You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by Martin Grigorov <mg...@apache.org> on 2019/10/07 13:33:40 UTC

Re: FYI

I've found a workaround: execute `mvn clean javadoc:aggregate` as a
separate step after `mvn deploy`

In r1051190 at
https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects
I've split the step into two steps.

But now the build failed due to some NPM bug:
https://issues.apache.org/jira/browse/INFRA-19234
Once this is resolved we will see whether the API docs appear at
https://ci.apache.org/projects/wicket/apidocs/9.x/index.html

On Tue, Jul 23, 2019 at 6:55 PM Andrea Del Bene <an...@gmail.com>
wrote:

> I think I might found a bug with maven-javadoc-plugin:
>
> https://issues.apache.org/jira/browse/MJAVADOC-618
>
> On Mon, Jul 22, 2019 at 6:36 PM Andrea Del Bene <an...@gmail.com>
> wrote:
>
> > After the fix applied by Martin we have another more strange message
> error
> > during javadoc:aggregate. I couldn't find any possible cause yet:
> >
> > [INFO] --- maven-javadoc-plugin:3.1.1:aggregate (default-cli) @
> > wicket-parent ---
> > [INFO] Toolchain in maven-javadoc-plugin:
> > JDK[/usr/lib/jvm/adoptopenjdk-11-jdk-hotspot/]
> > [WARNING] Only outputDirectories and jars are accepted on the path
> > [ERROR] no reactor project: org.apache.wicket:wicket
> > [ERROR] Error while creating javadoc report: Only outputDirectories and
> > jars are accepted on the path
> > java.lang.IllegalArgumentException: Only outputDirectories and jars are
> > accepted on the path
> >     at
> org.codehaus.plexus.languages.java.jpms.LocationManager.resolvePath
> > (LocationManager.java:333)
> >     at
> org.codehaus.plexus.languages.java.jpms.LocationManager.resolvePath
> > (LocationManager.java:139)
> >     at
> > org.apache.maven.plugins.javadoc.AbstractJavadocMojo.addJavadocOptions
> > (AbstractJavadocMojo.java:5001)
> >     at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport
> > (AbstractJavadocMojo.java:2081)
> > ...
> >
> > On Sat, Jul 13, 2019 at 10:22 PM Martin Grigorov <mg...@apache.org>
> > wrote:
> >
> >> Hi,
> >>
> >> I've committed a change to Wicket's Buildbot config that adds JAVA_HOME
> >> for
> >> the Java 11, 13 and 14 builds.
> >> Hopefully this will fix the problem!
> >>
> >> On Fri, Jul 12, 2019 at 5:01 PM Andrea Del Bene <an...@gmail.com>
> >> wrote:
> >>
> >> > Problem with javadoc-maven-plugin 3.1.x and CI:
> >> >
> >> > https://issues.apache.org/jira/browse/INFRA-18741
> >> >
> >> > --
> >> > Andrea Del Bene.
> >> > Apache Wicket committer.
> >> >
> >>
> >
> >
> > --
> > Andrea Del Bene.
> > Apache Wicket committer.
> >
>
>
> --
> Andrea Del Bene.
> Apache Wicket committer.
>

Re: FYI

Posted by Maxim Solodovnik <so...@gmail.com>.
Great news :)

On Tue, 8 Oct 2019 at 14:41, Andrea Del Bene <an...@gmail.com> wrote:

> Great! Thank you Martin!
>
> On Tue, Oct 8, 2019 at 5:10 AM Martin Grigorov <mg...@apache.org>
> wrote:
>
> > On Mon, Oct 7, 2019, 16:33 Martin Grigorov <mg...@apache.org> wrote:
> >
> > > I've found a workaround: execute `mvn clean javadoc:aggregate` as a
> > > separate step after `mvn deploy`
> > >
> > > In r1051190 at
> > >
> >
> https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects
> > > I've split the step into two steps.
> > >
> > > But now the build failed due to some NPM bug:
> > > https://issues.apache.org/jira/browse/INFRA-19234
> > > Once this is resolved we will see whether the API docs appear at
> > > https://ci.apache.org/projects/wicket/apidocs/9.x/index.html
> > >
> >
> > The Javadoc is available now!
> >
> >
> > > On Tue, Jul 23, 2019 at 6:55 PM Andrea Del Bene <an...@gmail.com>
> > > wrote:
> > >
> > >> I think I might found a bug with maven-javadoc-plugin:
> > >>
> > >> https://issues.apache.org/jira/browse/MJAVADOC-618
> > >>
> > >> On Mon, Jul 22, 2019 at 6:36 PM Andrea Del Bene <an.delbene@gmail.com
> >
> > >> wrote:
> > >>
> > >> > After the fix applied by Martin we have another more strange message
> > >> error
> > >> > during javadoc:aggregate. I couldn't find any possible cause yet:
> > >> >
> > >> > [INFO] --- maven-javadoc-plugin:3.1.1:aggregate (default-cli) @
> > >> > wicket-parent ---
> > >> > [INFO] Toolchain in maven-javadoc-plugin:
> > >> > JDK[/usr/lib/jvm/adoptopenjdk-11-jdk-hotspot/]
> > >> > [WARNING] Only outputDirectories and jars are accepted on the path
> > >> > [ERROR] no reactor project: org.apache.wicket:wicket
> > >> > [ERROR] Error while creating javadoc report: Only outputDirectories
> > and
> > >> > jars are accepted on the path
> > >> > java.lang.IllegalArgumentException: Only outputDirectories and jars
> > are
> > >> > accepted on the path
> > >> >     at
> > >> org.codehaus.plexus.languages.java.jpms.LocationManager.resolvePath
> > >> > (LocationManager.java:333)
> > >> >     at
> > >> org.codehaus.plexus.languages.java.jpms.LocationManager.resolvePath
> > >> > (LocationManager.java:139)
> > >> >     at
> > >> >
> org.apache.maven.plugins.javadoc.AbstractJavadocMojo.addJavadocOptions
> > >> > (AbstractJavadocMojo.java:5001)
> > >> >     at
> > >> org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport
> > >> > (AbstractJavadocMojo.java:2081)
> > >> > ...
> > >> >
> > >> > On Sat, Jul 13, 2019 at 10:22 PM Martin Grigorov <
> > mgrigorov@apache.org>
> > >> > wrote:
> > >> >
> > >> >> Hi,
> > >> >>
> > >> >> I've committed a change to Wicket's Buildbot config that adds
> > JAVA_HOME
> > >> >> for
> > >> >> the Java 11, 13 and 14 builds.
> > >> >> Hopefully this will fix the problem!
> > >> >>
> > >> >> On Fri, Jul 12, 2019 at 5:01 PM Andrea Del Bene <
> > an.delbene@gmail.com>
> > >> >> wrote:
> > >> >>
> > >> >> > Problem with javadoc-maven-plugin 3.1.x and CI:
> > >> >> >
> > >> >> > https://issues.apache.org/jira/browse/INFRA-18741
> > >> >> >
> > >> >> > --
> > >> >> > Andrea Del Bene.
> > >> >> > Apache Wicket committer.
> > >> >> >
> > >> >>
> > >> >
> > >> >
> > >> > --
> > >> > Andrea Del Bene.
> > >> > Apache Wicket committer.
> > >> >
> > >>
> > >>
> > >> --
> > >> Andrea Del Bene.
> > >> Apache Wicket committer.
> > >>
> > >
> >
>
>
> --
> Andrea Del Bene.
> Apache Wicket committer.
>


-- 
WBR
Maxim aka solomax

Re: FYI

Posted by Andrea Del Bene <an...@gmail.com>.
Great! Thank you Martin!

On Tue, Oct 8, 2019 at 5:10 AM Martin Grigorov <mg...@apache.org> wrote:

> On Mon, Oct 7, 2019, 16:33 Martin Grigorov <mg...@apache.org> wrote:
>
> > I've found a workaround: execute `mvn clean javadoc:aggregate` as a
> > separate step after `mvn deploy`
> >
> > In r1051190 at
> >
> https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects
> > I've split the step into two steps.
> >
> > But now the build failed due to some NPM bug:
> > https://issues.apache.org/jira/browse/INFRA-19234
> > Once this is resolved we will see whether the API docs appear at
> > https://ci.apache.org/projects/wicket/apidocs/9.x/index.html
> >
>
> The Javadoc is available now!
>
>
> > On Tue, Jul 23, 2019 at 6:55 PM Andrea Del Bene <an...@gmail.com>
> > wrote:
> >
> >> I think I might found a bug with maven-javadoc-plugin:
> >>
> >> https://issues.apache.org/jira/browse/MJAVADOC-618
> >>
> >> On Mon, Jul 22, 2019 at 6:36 PM Andrea Del Bene <an...@gmail.com>
> >> wrote:
> >>
> >> > After the fix applied by Martin we have another more strange message
> >> error
> >> > during javadoc:aggregate. I couldn't find any possible cause yet:
> >> >
> >> > [INFO] --- maven-javadoc-plugin:3.1.1:aggregate (default-cli) @
> >> > wicket-parent ---
> >> > [INFO] Toolchain in maven-javadoc-plugin:
> >> > JDK[/usr/lib/jvm/adoptopenjdk-11-jdk-hotspot/]
> >> > [WARNING] Only outputDirectories and jars are accepted on the path
> >> > [ERROR] no reactor project: org.apache.wicket:wicket
> >> > [ERROR] Error while creating javadoc report: Only outputDirectories
> and
> >> > jars are accepted on the path
> >> > java.lang.IllegalArgumentException: Only outputDirectories and jars
> are
> >> > accepted on the path
> >> >     at
> >> org.codehaus.plexus.languages.java.jpms.LocationManager.resolvePath
> >> > (LocationManager.java:333)
> >> >     at
> >> org.codehaus.plexus.languages.java.jpms.LocationManager.resolvePath
> >> > (LocationManager.java:139)
> >> >     at
> >> > org.apache.maven.plugins.javadoc.AbstractJavadocMojo.addJavadocOptions
> >> > (AbstractJavadocMojo.java:5001)
> >> >     at
> >> org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport
> >> > (AbstractJavadocMojo.java:2081)
> >> > ...
> >> >
> >> > On Sat, Jul 13, 2019 at 10:22 PM Martin Grigorov <
> mgrigorov@apache.org>
> >> > wrote:
> >> >
> >> >> Hi,
> >> >>
> >> >> I've committed a change to Wicket's Buildbot config that adds
> JAVA_HOME
> >> >> for
> >> >> the Java 11, 13 and 14 builds.
> >> >> Hopefully this will fix the problem!
> >> >>
> >> >> On Fri, Jul 12, 2019 at 5:01 PM Andrea Del Bene <
> an.delbene@gmail.com>
> >> >> wrote:
> >> >>
> >> >> > Problem with javadoc-maven-plugin 3.1.x and CI:
> >> >> >
> >> >> > https://issues.apache.org/jira/browse/INFRA-18741
> >> >> >
> >> >> > --
> >> >> > Andrea Del Bene.
> >> >> > Apache Wicket committer.
> >> >> >
> >> >>
> >> >
> >> >
> >> > --
> >> > Andrea Del Bene.
> >> > Apache Wicket committer.
> >> >
> >>
> >>
> >> --
> >> Andrea Del Bene.
> >> Apache Wicket committer.
> >>
> >
>


-- 
Andrea Del Bene.
Apache Wicket committer.

Re: FYI

Posted by Martin Grigorov <mg...@apache.org>.
On Mon, Oct 7, 2019, 16:33 Martin Grigorov <mg...@apache.org> wrote:

> I've found a workaround: execute `mvn clean javadoc:aggregate` as a
> separate step after `mvn deploy`
>
> In r1051190 at
> https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects
> I've split the step into two steps.
>
> But now the build failed due to some NPM bug:
> https://issues.apache.org/jira/browse/INFRA-19234
> Once this is resolved we will see whether the API docs appear at
> https://ci.apache.org/projects/wicket/apidocs/9.x/index.html
>

The Javadoc is available now!


> On Tue, Jul 23, 2019 at 6:55 PM Andrea Del Bene <an...@gmail.com>
> wrote:
>
>> I think I might found a bug with maven-javadoc-plugin:
>>
>> https://issues.apache.org/jira/browse/MJAVADOC-618
>>
>> On Mon, Jul 22, 2019 at 6:36 PM Andrea Del Bene <an...@gmail.com>
>> wrote:
>>
>> > After the fix applied by Martin we have another more strange message
>> error
>> > during javadoc:aggregate. I couldn't find any possible cause yet:
>> >
>> > [INFO] --- maven-javadoc-plugin:3.1.1:aggregate (default-cli) @
>> > wicket-parent ---
>> > [INFO] Toolchain in maven-javadoc-plugin:
>> > JDK[/usr/lib/jvm/adoptopenjdk-11-jdk-hotspot/]
>> > [WARNING] Only outputDirectories and jars are accepted on the path
>> > [ERROR] no reactor project: org.apache.wicket:wicket
>> > [ERROR] Error while creating javadoc report: Only outputDirectories and
>> > jars are accepted on the path
>> > java.lang.IllegalArgumentException: Only outputDirectories and jars are
>> > accepted on the path
>> >     at
>> org.codehaus.plexus.languages.java.jpms.LocationManager.resolvePath
>> > (LocationManager.java:333)
>> >     at
>> org.codehaus.plexus.languages.java.jpms.LocationManager.resolvePath
>> > (LocationManager.java:139)
>> >     at
>> > org.apache.maven.plugins.javadoc.AbstractJavadocMojo.addJavadocOptions
>> > (AbstractJavadocMojo.java:5001)
>> >     at
>> org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport
>> > (AbstractJavadocMojo.java:2081)
>> > ...
>> >
>> > On Sat, Jul 13, 2019 at 10:22 PM Martin Grigorov <mg...@apache.org>
>> > wrote:
>> >
>> >> Hi,
>> >>
>> >> I've committed a change to Wicket's Buildbot config that adds JAVA_HOME
>> >> for
>> >> the Java 11, 13 and 14 builds.
>> >> Hopefully this will fix the problem!
>> >>
>> >> On Fri, Jul 12, 2019 at 5:01 PM Andrea Del Bene <an...@gmail.com>
>> >> wrote:
>> >>
>> >> > Problem with javadoc-maven-plugin 3.1.x and CI:
>> >> >
>> >> > https://issues.apache.org/jira/browse/INFRA-18741
>> >> >
>> >> > --
>> >> > Andrea Del Bene.
>> >> > Apache Wicket committer.
>> >> >
>> >>
>> >
>> >
>> > --
>> > Andrea Del Bene.
>> > Apache Wicket committer.
>> >
>>
>>
>> --
>> Andrea Del Bene.
>> Apache Wicket committer.
>>
>