Discussion:
[COLLECTIONS] japicmp:cmp is always skipped
Benedikt Ritter
2018-09-20 07:34:34 UTC
Permalink
Hi,

I'm currently working on getting the collections build to pass again. We
can't use clirr anymore because it can't handle Java 8 default methods.
I've replaced clirr with japicmp [1]. Problem is, that the japicmp:cmp goal
is always skipped although I've added the profile.japicmp file to the
repository. Any idea?

Regards,
Benedikt

[1] https://github.com/apache/commons-collections/pull/54
Gilles
2018-09-20 10:13:38 UTC
Permalink
Post by Benedikt Ritter
Hi,
I'm currently working on getting the collections build to pass again. We
can't use clirr anymore because it can't handle Java 8 default
methods.
I've replaced clirr with japicmp [1]. Problem is, that the
japicmp:cmp goal
is always skipped although I've added the profile.japicmp file to the
repository. Any idea?
"japicmp" has been broken for months. [Rob may have more
up-to-date information.]
Problem (for [RNG]) was the opposite: It would run even when
profile.japicmp
was not present and would simply fail the build when there
was not "older" version to compare against. :-/

Gilles
Post by Benedikt Ritter
Regards,
Benedikt
[1] https://github.com/apache/commons-collections/pull/54
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-***@commons.apache.org
For additional commands, e-mail: dev-***@commons.apache.org
Benedikt Ritter
2018-09-25 12:52:47 UTC
Permalink
Am Do., 20. Sep. 2018 um 12:13 Uhr schrieb Gilles <
Post by Gilles
Post by Benedikt Ritter
Hi,
I'm currently working on getting the collections build to pass again. We
can't use clirr anymore because it can't handle Java 8 default methods.
I've replaced clirr with japicmp [1]. Problem is, that the
japicmp:cmp goal
is always skipped although I've added the profile.japicmp file to the
repository. Any idea?
"japicmp" has been broken for months. [Rob may have more
up-to-date information.]
Problem (for [RNG]) was the opposite: It would run even when
profile.japicmp
was not present and would simply fail the build when there
was not "older" version to compare against. :-/
I still haven't found a way to activate japicmp :-( Maybe I just have to
wait for the next release?

Benedikt
Post by Gilles
Gilles
Post by Benedikt Ritter
Regards,
Benedikt
[1] https://github.com/apache/commons-collections/pull/54
---------------------------------------------------------------------
Loading...