Re: FYI

2019-07-23 Thread Andrea Del Bene
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 
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 
> 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 
>> 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: Builds 6.x / 7.x / 8.x failing

2019-07-23 Thread Tobias Soloschenko
Thanks a lot Martin.

kind regards

Tobias

> Am 23.07.2019 um 13:09 schrieb Martin Grigorov :
> 
> I've just addressed the problems for 6.x, 7.x and 8.x
> 
> @Andrea: you may check the one for 6.x. It seems you have added it to be
> able to make a release. I guess you use newer Java than 6.x because
> BuildBot's JDK 6 doesn't like the new javadoc argument.
> 
> On Tue, Jul 23, 2019 at 11:25 AM Tobias Soloschenko
>  wrote:
> 
>> Hi everyone,
>> 
>> currently there are some tests failing:
>> 
>> https://ci.apache.org/builders
>> 
>> kind regards
>> 
>> Tobias


Re: Builds 6.x / 7.x / 8.x failing

2019-07-23 Thread Martin Grigorov
I've just addressed the problems for 6.x, 7.x and 8.x

@Andrea: you may check the one for 6.x. It seems you have added it to be
able to make a release. I guess you use newer Java than 6.x because
BuildBot's JDK 6 doesn't like the new javadoc argument.

On Tue, Jul 23, 2019 at 11:25 AM Tobias Soloschenko
 wrote:

> Hi everyone,
>
> currently there are some tests failing:
>
> https://ci.apache.org/builders
>
> kind regards
>
> Tobias


Builds 6.x / 7.x / 8.x failing

2019-07-23 Thread Tobias Soloschenko
Hi everyone,

currently there are some tests failing:

https://ci.apache.org/builders

kind regards

Tobias