Re: SVN Build Error

2005-09-19 Thread Brett Porter
Working fine here and in continuous integration. I'd only suggest an incorrect surefire JAR, perhaps. What is your motivation for building from SVN? While I'd hope it was more stable than this for you, it is expected to be a moving target and have issues from time to time - unless you are working

SVN Build Error

2005-09-19 Thread Allison, Bob
While trying to rebuild my SVN tree from this morning's updates (revision 290102), I received the following: [INFO] [INFO] Building Maven Clover Plugin [INFO]task-segment: [clean:clean, install] [INFO] --

RE: SVN Build Error

2005-09-04 Thread Allison, Bob
Yes, the build completed successfully. -Original Message- From: Rinku [mailto:[EMAIL PROTECTED] Sent: Saturday, September 03, 2005 00:16 To: Maven Developers List Subject: Re: SVN Build Error I have been following similar thread(s) for a few days now - m2 build is broken. I am still

Re: SVN Build Error

2005-09-02 Thread Rinku
your local build succeed? Cheers, Rahul - Original Message - From: "Trygve Laugstøl" <[EMAIL PROTECTED]> To: "Maven Developers List" Sent: Friday, September 02, 2005 11:23 PM Subject: Re: SVN Build Error -

RE: SVN Build Error

2005-09-02 Thread Allison, Bob
r the fix. -Original Message- From: Trygve Laugstøl [mailto:[EMAIL PROTECTED] Sent: Friday, September 02, 2005 10:54 To: Maven Developers List Subject: Re: SVN Build Error On Fri, Sep 02, 2005 at 06:18:19AM -0500, Allison, Bob wrote: > Trying to update my m2 build from SVN this morning.

Re: SVN Build Error

2005-09-02 Thread Trygve Laugstøl
On Fri, Sep 02, 2005 at 06:18:19AM -0500, Allison, Bob wrote: > Trying to update my m2 build from SVN this morning. I completely clean > out my local repository before I start building to avoid using the wrong > snapshot version during the build, but I think I have a problem. When I > try to buil

Re: SVN Build Error

2005-09-02 Thread Trygve Laugstøl
On Fri, Sep 02, 2005 at 06:18:19AM -0500, Allison, Bob wrote: > Trying to update my m2 build from SVN this morning. I completely clean > out my local repository before I start building to avoid using the wrong > snapshot version during the build, but I think I have a problem. When I > try to buil

SVN Build Error

2005-09-02 Thread Allison, Bob
Trying to update my m2 build from SVN this morning. I completely clean out my local repository before I start building to avoid using the wrong snapshot version during the build, but I think I have a problem. When I try to build m2 now, I get the following error: -

Re: SVN Build Error

2005-08-30 Thread Brett Porter
D] >Sent: Tuesday, August 30, 2005 07:40 >To: Maven Developers List >Subject: RE: SVN Build Error > > >It should be inherited, but the plugin parent and several integration >tests (8, 9, 22, 23, 25, 26, 27, 40, 41, 44, 45, 46, 49, and 1011) >specify it explicitly. >

RE: SVN Build Error

2005-08-30 Thread Allison, Bob
er it appears so that it is unique? -Original Message- From: Allison, Bob [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 30, 2005 07:40 To: Maven Developers List Subject: RE: SVN Build Error It should be inherited, but the plugin parent and several integration tests (8, 9, 22, 23, 25, 26, 2

RE: SVN Build Error

2005-08-30 Thread Allison, Bob
Subject: Re: SVN Build Error Allison, Bob wrote: >So I need to go to every Maven2 SVN project and change the name >"snapshots" in the pluginRepository stanza to something else so I can >define a mirror for them? > > It should be inherited, so it is probably just th

Re: SVN Build Error

2005-08-30 Thread Brett Porter
Allison, Bob wrote: >So I need to go to every Maven2 SVN project and change the name >"snapshots" in the pluginRepository stanza to something else so I can >define a mirror for them? > > It should be inherited, so it is probably just the root, and maven-plugins/pom.xml. Sorry for the inconvenie

RE: SVN Build Error

2005-08-30 Thread Allison, Bob
opers List Subject: Re: SVN Build Error That's a problem - while id's can be the same across repos, it won't work with the mirroring :( You'll need to change the id of the snapshot plugin repo (eg snapshots-plugins), and add a new mirror. We're currently looking at simpl

Re: SVN Build Error

2005-08-30 Thread Brett Porter
That's a problem - while id's can be the same across repos, it won't work with the mirroring :( You'll need to change the id of the snapshot plugin repo (eg snapshots-plugins), and add a new mirror. We're currently looking at simplifying this. - Brett Allison, Bob wrote: >I'm not worried about

RE: SVN Build Error

2005-08-30 Thread Allison, Bob
.codehaus.org/maven2/"; and a pluginRepository named "snapshots" which points to "http://snapshots.maven.codehaus.org/maven2/plugins";. -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 30, 2005 06:36 To: Maven Developers List Subject

Re: SVN Build Error

2005-08-30 Thread Brett Porter
or: > Unable to download the artifact from any repository >[INFO] >------------ > >[INFO] Total time: < 1 second >[INFO] Finished at: Mon Aug 29 08:41:24 MDT 2005 >[INFO] Final Memory: 6M/64M >[INFO] &g

RE: SVN Build Error

2005-08-30 Thread Allison, Bob
EMAIL PROTECTED] Sent: Tuesday, August 30, 2005 01:33 To: Maven Developers List Subject: Re: SVN Build Error Ok, this is probably just a misconfiguration. It is downloaded (it is testing that plugin downloads work), but it is downloaded from repo1.maven.org/maven2/plugins (extra plugins

Re: SVN Build Error

2005-08-29 Thread Brett Porter
>-Original Message- >From: Allison, Bob >Sent: Sunday, August 28, 2005 15:27 >To: 'Maven Developers List' >Subject: RE: SVN Build Error > >[snip] > >I have no idea why I am getting 503 errors either. I ran a wget session >to mirror the entire ibibl

RE: SVN Build Error

2005-08-29 Thread Allison, Bob
al Message- From: Allison, Bob Sent: Sunday, August 28, 2005 15:27 To: 'Maven Developers List' Subject: RE: SVN Build Error [snip] I have no idea why I am getting 503 errors either. I ran a wget session to mirror the entire ibiblio maven2 repository overnight. I got to downloading th

RE: SVN Build Error

2005-08-28 Thread Allison, Bob
From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Sunday, August 28, 2005 11:39 To: Maven Developers List Subject: Re: SVN Build Error Allison, Bob wrote: >Attached are: >-- My settings.xml > > ok, nothing there. >-- The script I use to rebuild Maven2 from SVN > > t

Re: SVN Build Error

2005-08-28 Thread Brett Porter
Allison, Bob wrote: >Attached are: >-- My settings.xml > > ok, nothing there. >-- The script I use to rebuild Maven2 from SVN > > this is missing - you're not using m2-bootstrap-all.[sh|bat]? >(I was going to send the complete build log but its 104KB.) > > Yeah, that probably won't get thr

RE: SVN Build Error

2005-08-28 Thread Allison, Bob
Subject: Re: SVN Build Error Ok, this is quite strange. As I said with the ci script - it does clean builds every day and is going along ok. What settings.xml do you have? Any mirrors, proxies, etc? Any local changes to the source code? Did you end up cleaning out the repository? Did it help

Re: SVN Build Error

2005-08-27 Thread Brett Porter
: >Using the bootstrap script is the only way I know to get a build. > >-Original Message- >From: Brett Porter [mailto:[EMAIL PROTECTED] >Sent: Saturday, August 27, 2005 08:00 >To: Maven Developers List >Subject: Re: SVN Build Error > > >How are you attempting to

RE: SVN Build Error

2005-08-27 Thread Allison, Bob
Using the bootstrap script is the only way I know to get a build. -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Saturday, August 27, 2005 08:00 To: Maven Developers List Subject: Re: SVN Build Error How are you attempting to build this? It looks like you are

Re: SVN Build Error

2005-08-27 Thread Brett Porter
How are you attempting to build this? It looks like you are using old code with new code - are you using the bootstrap? - Brett Allison, Bob wrote: >Tried it again before cleaning out the repository and got: > > - To unsubsc

RE: SVN Build Error

2005-08-27 Thread Allison, Bob
e jar and then complains about getting a 503 error (service unavailable) about the SHA1 checksum for the jar. Is this an error code that the wagon is not handling correctly? -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Friday, August 26, 2005 20:46 To: Maven Deve

RE: SVN Build Error

2005-08-27 Thread Allison, Bob
My typo. 8-( The build that prompted that message was complaining about the xdoc module. -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Friday, August 26, 2005 17:59 To: Maven Developers List Subject: Re: SVN Build Error Can you confirm if there is a typo below

Re: SVN Build Error

2005-08-26 Thread Brett Porter
ain... > >-Original Message- >From: Allison, Bob >Sent: Friday, August 26, 2005 07:04 >To: 'Maven Developers List' >Subject: SVN Build Error > > >I am trying to rebuild m2 from SVN updated this morning. > >When I run the bootstrap script, it dies wh

Re: SVN Build Error

2005-08-26 Thread Brett Porter
Can you confirm if there is a typo below? (xds vs xsd) If it's xds in the code, that'd explain it :) - Brett Allison, Bob wrote: >It has happened again... > >-Original Message- >From: Allison, Bob >Sent: Friday, August 26, 2005 07:04 >To: 'Maven Dev

RE: SVN Build Error

2005-08-26 Thread Allison, Bob
It has happened again... -Original Message- From: Allison, Bob Sent: Friday, August 26, 2005 07:04 To: 'Maven Developers List' Subject: SVN Build Error I am trying to rebuild m2 from SVN updated this morning. When I run the bootstrap script, it dies while rebuilding th

RE: SVN Build Error

2005-08-26 Thread Allison, Bob
Working now. Thanks for fixing things! -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Friday, August 26, 2005 08:53 To: Maven Developers List Subject: Re: SVN Build Error Can you retry? There was some failures this morning. Emmanuel Allison, Bob wrote: >

Re: SVN Build Error

2005-08-26 Thread Emmanuel Venisse
Can you retry? There was some failures this morning. Emmanuel Allison, Bob wrote: I am trying to rebuild m2 from SVN updated this morning. When I run the bootstrap script, it dies while rebuilding the assembly plugin because it is unable to download http://repo1.maven.org/maven2/plugins/org/co

SVN Build Error

2005-08-26 Thread Allison, Bob
I am trying to rebuild m2 from SVN updated this morning. When I run the bootstrap script, it dies while rebuilding the assembly plugin because it is unable to download http://repo1.maven.org/maven2/plugins/org/codehaus/modello/modello-plugi n-xsd/1.0-alpha-3/modello-plugin-xds-1.0-alpha-3.jar Jus