Re: broken Wicket build

2014-08-18 Thread Martin Grigorov
Hi,

We are aware of such problem in ValueMap class
https://issues.apache.org/jira/browse/WICKET-5647.
Unfortunately we didn't find a way to make both the compiler and
maven-clirr-plugin happy.

Both wicket-6.x and master branches compile without any error on my machine
(oracle jdk 1.6 and 1.7) and at our CI server.

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov


On Sun, Aug 17, 2014 at 1:08 AM, Pierre Goupil 
wrote:

> Hi,
>
> When trying to build the latest Apache Wicket Git repository, I get this
> error:
>
> [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: 15 -> [Help 1]
>
> It looks that there is an API break. I use Maven 3.2.1 & 3.1.1 and OpenJDK
> 1.6.32 & 1.7.55 as well as Oracle Java 8.11 on Debian Linux Wheezy.
>
> Any help is appreciated.
>
> Regards,
>
> Pierre
>
>
> --
> La vie est source de joie, la mort est source de paix, seule la transition
> est difficile.
>


Re: broken Wicket build

2014-08-18 Thread Martin Grigorov
WordGeneratorTest is fixed.

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov


On Sun, Aug 17, 2014 at 2:47 PM, Andrea Del Bene 
wrote:

> Hi,
>
> which branch are you working on (master, wicket-6.x...)? I've found a
> failing test on master for module wicket-examples 
> (WordGeneratorTest.testWordGenerator).
> I'm working on it.
>
>  Hi,
>>
>> When trying to build the latest Apache Wicket Git repository, I get this
>> error:
>>
>> [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: 15 -> [Help 1]
>>
>> It looks that there is an API break. I use Maven 3.2.1 & 3.1.1 and OpenJDK
>> 1.6.32 & 1.7.55 as well as Oracle Java 8.11 on Debian Linux Wheezy.
>>
>> Any help is appreciated.
>>
>> Regards,
>>
>> Pierre
>>
>>
>>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Re: broken Wicket build

2014-08-17 Thread Andrea Del Bene

Hi,

which branch are you working on (master, wicket-6.x...)? I've found a 
failing test on master for module wicket-examples 
(WordGeneratorTest.testWordGenerator). I'm working on it.

Hi,

When trying to build the latest Apache Wicket Git repository, I get this
error:

[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: 15 -> [Help 1]

It looks that there is an API break. I use Maven 3.2.1 & 3.1.1 and OpenJDK
1.6.32 & 1.7.55 as well as Oracle Java 8.11 on Debian Linux Wheezy.

Any help is appreciated.

Regards,

Pierre





-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



broken Wicket build

2014-08-16 Thread Pierre Goupil
Hi,

When trying to build the latest Apache Wicket Git repository, I get this
error:

[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: 15 -> [Help 1]

It looks that there is an API break. I use Maven 3.2.1 & 3.1.1 and OpenJDK
1.6.32 & 1.7.55 as well as Oracle Java 8.11 on Debian Linux Wheezy.

Any help is appreciated.

Regards,

Pierre


-- 
La vie est source de joie, la mort est source de paix, seule la transition
est difficile.