Re: Maven2 build failure with current trunk?

2006-02-21 Thread Werner Punz
Dennis Byrne schrieb: Most of the encryption tests have really strong cipher configurations. These levels of encryption have to be enabled for a standard JDK. There is a brief explanation in the javadocs of the tests themselves, although this does not explain why they worked for you in

Re: Maven2 build failure with current trunk?

2006-02-21 Thread Sean Schofield
Craig, You should be ok now. Let us know if you still have problems. Sean On 2/21/06, Werner Punz [EMAIL PROTECTED] wrote: Dennis Byrne schrieb: Most of the encryption tests have really strong cipher configurations. These levels of encryption have to be enabled for a standard JDK.

Re: Maven2 build failure with current trunk?

2006-02-21 Thread Craig McClanahan
On 2/21/06, Sean Schofield [EMAIL PROTECTED] wrote: Craig,You should be ok now.Let us know if you still have problems.Still have problems :-(. But now at least it is in more familiar territory. The first failure I see is in HtmlDataTableTest ... in the setUp() method, it is calling

Re: Maven2 build failure with current trunk?

2006-02-21 Thread Sean Schofield
Sounds like issue #38294 in bugzilla that Dennis was talking about. He has a proposed solution but I didn't commit it yet because I cannot reproduce. It would seem to be JDK specific b/c I can build just fine and so can our continuum server. Sean On 2/21/06, Craig McClanahan [EMAIL PROTECTED]

Re: Maven2 build failure with current trunk?

2006-02-21 Thread Craig McClanahan
On 2/21/06, Sean Schofield [EMAIL PROTECTED] wrote: Sounds like issue #38294 in bugzilla that Dennis was talking about.He has a proposed solution but I didn't commit it yet because I cannotreproduce.It would seem to be JDK specific b/c I can build just fineand so can our continuum server. Wierd.

Re: Maven2 build failure with current trunk?

2006-02-21 Thread Sean Schofield
Can you get up and running with Dennis' suggested change to shale? On 2/21/06, Craig McClanahan [EMAIL PROTECTED] wrote: On 2/21/06, Sean Schofield [EMAIL PROTECTED] wrote: Sounds like issue #38294 in bugzilla that Dennis was talking about. He has a proposed solution but I didn't commit it

Re: Maven2 build failure with current trunk?

2006-02-21 Thread Craig McClanahan
On 2/21/06, Sean Schofield [EMAIL PROTECTED] wrote: Can you get up and running with Dennis' suggested change to shale?I was all set to try that, but didn't need it ... deleting a stale Shale Test Framework snapshot did the trick.Craig

Re: Maven2 build failure with current trunk?

2006-02-21 Thread Sean Schofield
Now that is weird. That was only supposed to help with the tree tests. I was only expecting the ClassCastException we fixed several days ago to go away. I was not expecting the render kit stuff to go away. I guess this would explain why I cannot reproduce Dennis' error. Dennis can you try

Re: Maven2 build failure with current trunk?

2006-02-21 Thread Dennis Byrne
I guess this would explain why I cannot reproduce Dennis' error. Dennis can you try forcing a new snapshot? I way too busy w/ my day job (behind a firewall) to get this done ;) I'll try tonight. Dennis Byrne

Maven2 build failure with current trunk?

2006-02-20 Thread Craig McClanahan
I'm trying to build the current trunk with Maven2, and am getting the following error. This worked a few days ago, but I'm afraid I cannot be any more precise than that about when it stopped working for me. Any ideas? ---T E S T

Re: Maven2 build failure with current trunk?

2006-02-20 Thread Dennis Byrne
What do the reports say under commons\target\surefire-reports ? Those were all changed over the weekend. Dennis Byrne -Original Message- From: Craig McClanahan [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 21, 2006 01:29 AM To: 'MyFaces Development' Subject: Maven2 build failure

Re: Maven2 build failure with current trunk?

2006-02-20 Thread Craig McClanahan
01:29 AMTo: 'MyFaces Development'Subject: Maven2 build failure with current trunk?I'm trying to build the current trunk with Maven2, and am getting the following error.This worked a few days ago, but I'm afraid I cannot be anymore precise than that about when it stopped working for me.Any ideas

Re: Maven2 build failure with current trunk?

2006-02-20 Thread Craig McClanahan
On 2/20/06, Craig McClanahan [EMAIL PROTECTED] wrote: On 2/20/06, Dennis Byrne [EMAIL PROTECTED] wrote: What do the reports say under commons\target\surefire-reports ?Those were all changed over the weekend.Interesting ... all 20 failures were security exceptions (one of them below for an

Re: Maven2 build failure with current trunk?

2006-02-20 Thread Dennis Byrne
-Original Message- From: Craig McClanahan [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 21, 2006 01:53 AM To: 'MyFaces Development' Subject: Re: Maven2 build failure with current trunk? On 2/20/06, Craig McClanahan [EMAIL PROTECTED] wrote: On 2/20/06, Dennis Byrne [EMAIL PROTECTED] wrote

Re: Maven2 build failure with current trunk?

2006-02-20 Thread Bernd Bohmann
Someone has changed the name of a test case. One test case is excluded by default in the configuration. I'm exclude the AES test case again in the pom. You should be able to call mvn install without extra configuration. Bernd Craig McClanahan schrieb: On 2/20/06, *Craig McClanahan* [EMAIL