what to do about chronically failing plugins?

2007-01-23 Thread Brett Porter
antrun, eclipse and repository are all failing both on my machine, and on CI. Is this the case for everyone else too? I got no responses on any of these last time I asked, so the next steps I'll take are to create a branch of the current code, and then start rolling trunk back until they wo

RE: what to do about chronically failing plugins?

2007-01-24 Thread Brian E. Fox
orked those out. If you send me the errors, I'll see what I can find. --Brian -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 24, 2007 1:00 AM To: Maven Developers List Subject: what to do about chronically failing plugins? antrun, e

Re: what to do about chronically failing plugins?

2007-01-24 Thread Vincent Siveton
Hi, 2007/1/24, Brett Porter <[EMAIL PROTECTED]>: antrun, eclipse and repository are all failing both on my machine, and on CI. Is this the case for everyone else too? I tried it on r499384 on windows / JDK 1.5.0_10 (like zones) / latest surefire antrun: works here on 2.0.x and 2.1 eclipse: fai

Re: what to do about chronically failing plugins?

2007-01-24 Thread Wendy Smoak
On 1/23/07, Brett Porter <[EMAIL PROTECTED]> wrote: antrun, eclipse and repository are all failing both on my machine, and on CI. Is this the case for everyone else too? I have failures for antrun, ear, eclipse, PLUGIN, and repository. -- Wendy

Re: what to do about chronically failing plugins?

2007-01-24 Thread Brett Porter
what's the problem with PLUGIN? On 25/01/2007, at 3:38 PM, Wendy Smoak wrote: On 1/23/07, Brett Porter <[EMAIL PROTECTED]> wrote: antrun, eclipse and repository are all failing both on my machine, and on CI. Is this the case for everyone else too? I have failures for antrun, ear, eclipse, PL

Re: what to do about chronically failing plugins?

2007-01-24 Thread Stephane Nicoll
EAR again? Come on, I don't understand. I was never able to reproduce that one. Details please? Thanks, Stéphane On 1/25/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 1/23/07, Brett Porter <[EMAIL PROTECTED]> wrote: > antrun, eclipse and repository are all failing both on my machine, > and on

Re: what to do about chronically failing plugins?

2007-01-24 Thread Wendy Smoak
On 1/24/07, Brett Porter <[EMAIL PROTECTED]> wrote: what's the problem with PLUGIN? I'm not sure... [ERROR] BUILD ERROR [INFO] [INFO] Internal error in the plugin manager executing goal 'org.apache.maven.plugins:maven-plu

Re: what to do about chronically failing plugins?

2007-01-24 Thread Wendy Smoak
On 1/24/07, Stephane Nicoll <[EMAIL PROTECTED]> wrote: EAR again? Come on, I don't understand. I was never able to reproduce that one. Details please? A bunch of... Running org.apache.maven.plugin.ear.EarMojoTest java.net.SocketException: Connection reset What is it connecting to during the t

Re: what to do about chronically failing plugins?

2007-01-24 Thread Stephane Nicoll
The only thing I can see is fetching the XSD/DTD to validate the deployment descriptors but I am not doing such a thing (only using XMLUnit to compare the generated XML) The tests also build a local repository in the target directory so you need an internet connection Do you have the surefire l

Re: what to do about chronically failing plugins?

2007-02-23 Thread Brett Porter
antrun: rolled back r462641 (jvanzyl) - passes again. eclipse: just the one failure (though still exceptionally slow - 5 minutes) - EclipsePluginMasterProjectTest. It only fails when clean, so it could be a simple fix. Anyone familiar able to take a look? repository: was fixed a little whil