You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by David Kaufman <da...@gmx.de> on 2015/04/14 11:15:48 UTC

compiling wicket 6.19.0 from source fails ->

Hi,

we have a few custom performance patches on our wicket 1.4 branch which I
want to port to the current wicket 6.19 branch (f8d3f258d1faa6).
Unfortunately, I'm unable to build the project from scratch, i.e. `mvn
install` fails with an error:

[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 2.084 s
[INFO] Finished at: 2015-04-14T11:09:38+02:00
[INFO] Final Memory: 33M/395M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.codehaus.mojo:clirr-maven-plugin:2.6.1:check (clirr-check) on project
wicket-util: Execution clirr-check of goal
org.codehaus.mojo:clirr-maven-plugin:2.6.1:check failed: Invalid byte tag
in constant pool: 18 -> [Help 1]

A similar error was reported in mid August 2014, but no solution was
posted, see
http://mail-archives.apache.org/mod_mbox/wicket-users/201408.mbox/%3CCAMomwMpaKkq2WZ5dB0MhaxL6fDFEySqaKn4rtq4UU4ZFxxCRPQ@mail.gmail.com%3E

My current setup is as follows:
mvn --version
Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1;
2014-12-14T18:29:23+01:00)
Maven home: /usr/share/maven3
Java version: 1.8.0_31, vendor: Oracle Corporation
Java home: /usr/lib/jvm/jdk1.8.0_31/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.13.0-49-generic", arch: "amd64", family:
"unix"

Any help is greatly appreciated.

Thanks,
David

Re: compiling wicket 6.19.0 from source fails ->

Posted by Martin Grigorov <mg...@apache.org>.
Hi,

Either disable Clirr plugin with -Dclirr.skip=true or use jdk 1.6/1.7
instead.
On Apr 14, 2015 6:16 AM, "David Kaufman" <da...@gmx.de> wrote:

> Hi,
>
> we have a few custom performance patches on our wicket 1.4 branch which I
> want to port to the current wicket 6.19 branch (f8d3f258d1faa6).
> Unfortunately, I'm unable to build the project from scratch, i.e. `mvn
> install` fails with an error:
>
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 2.084 s
> [INFO] Finished at: 2015-04-14T11:09:38+02:00
> [INFO] Final Memory: 33M/395M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.codehaus.mojo:clirr-maven-plugin:2.6.1:check (clirr-check) on project
> wicket-util: Execution clirr-check of goal
> org.codehaus.mojo:clirr-maven-plugin:2.6.1:check failed: Invalid byte tag
> in constant pool: 18 -> [Help 1]
>
> A similar error was reported in mid August 2014, but no solution was
> posted, see
>
> http://mail-archives.apache.org/mod_mbox/wicket-users/201408.mbox/%3CCAMomwMpaKkq2WZ5dB0MhaxL6fDFEySqaKn4rtq4UU4ZFxxCRPQ@mail.gmail.com%3E
>
> My current setup is as follows:
> mvn --version
> Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1;
> 2014-12-14T18:29:23+01:00)
> Maven home: /usr/share/maven3
> Java version: 1.8.0_31, vendor: Oracle Corporation
> Java home: /usr/lib/jvm/jdk1.8.0_31/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux", version: "3.13.0-49-generic", arch: "amd64", family:
> "unix"
>
> Any help is greatly appreciated.
>
> Thanks,
> David
>