Re: [maven-pdf-plugin] - snapshot build error

2018-07-25 Thread Francois Papon
Hi Karl, Thanks for your answer. I made a PR for fixing the build : https://github.com/apache/maven-pdf-plugin/pull/2 I will take a look on the open issues and see I can help ;) regards, François Papon fpa...@apache.org Le 26/07/2018 à 00:32, Karl Heinz Marbaise a écrit : > Hi Francios, > > O

Re: [maven-pdf-plugin] - snapshot build error

2018-07-25 Thread Karl Heinz Marbaise
Hi Francios, On 17/07/18 07:50, Francois Papon wrote: Hi, I tried to build the github master branch of the Maven-pdf-plugin but I have an error : [ERROR] Failed to execute goal org.apache.maven.plugins:maven-plugin-plugin:3.5.1:helpmojo (generate-helpmojo) on project maven-pdf-plugin: Executio

[maven-pdf-plugin] - snapshot build error

2018-07-16 Thread Francois Papon
Hi, I tried to build the github master branch of the Maven-pdf-plugin but I have an error : [ERROR] Failed to execute goal org.apache.maven.plugins:maven-plugin-plugin:3.5.1:helpmojo (generate-helpmojo) on project maven-pdf-plugin: Execution generate-helpmojo of goal org.apache.maven.plugins:mave

Re: Maven 3.3.9 build error using intellij 2016

2016-10-15 Thread Michael Osipov
Am 2016-10-15 um 13:48 schrieb Karl Heinz Marbaise: Hi, The first test I would suggest to delete your whole local cache $HOME/.m2/repository. I personally do: mvn clean install -Dmaven.repo.local=$(mktemp -d) with a local Nexus instance it is blazingly fast.

Re: Maven 3.3.9 build error using intellij 2016

2016-10-15 Thread Karl Heinz Marbaise
Hi, what I have missed. This is question for the users list and not for the dev list On 14/10/16 21:39, ggo...@hushmail.com wrote: Hi: My name is Gopal. I am getting a strange error. Most of the common libraries are stored in artifactory. The entire project builds without any error using

Re: Maven 3.3.9 build error using intellij 2016

2016-10-15 Thread Karl Heinz Marbaise
Hi, The first test I would suggest to delete your whole local cache $HOME/.m2/repository. Afterwards build the whole project on command line via: mvn clean package That should work without any issue...otherwise you have a issue in your build which should be fixed first Apart from th

Maven 3.3.9 build error using intellij 2016

2016-10-14 Thread ggopal
Hi: My name is Gopal. I am getting a strange error. Most of the common libraries are stored in artifactory. The entire project builds without any error using jdk1.7. But, as soon as I change it to 1.8, it gives the below error ... there are more lines, i just pasted a couple from the top of the sta

Re: build error on maven-assembly-plugin trunk?

2012-10-25 Thread Brett Porter
Works for me. Is the maven-parent that defines that variable in a place Maven can find it? (svn up it and install it, or make sure relativePath is right). - Brett On 26/10/2012, at 1:18 AM, Benson Margulies wrote: > I tried the experiment of making the plugins pom use the current > snapshot of

build error on maven-assembly-plugin trunk?

2012-10-25 Thread Benson Margulies
I tried the experiment of making the plugins pom use the current snapshot of the global maven parent, and I got: [INFO] Scanning for projects... [ERROR] The build could not read 2 projects -> [Help 1] [ERROR] [ERROR] The project org.apache.maven.plugins:maven-assembly-plugin:2.4-SNAPSHOT (/Users

Re: build error

2010-11-10 Thread Wendy Smoak
I replied off-list suggesting users@ instead of iss...@. -Wendy On Wed, Nov 10, 2010 at 7:39 PM, shragi wrote: > > I downloaded a project that is build using maven. I also downloaded maven > 2.2.1 version. This is the first time I am using maven. ... -

Build Error in Linux : Cannot find parent:

2010-05-17 Thread rakesh.chidurala
e:pom:1.0.0-SNAPSHOT [artifact:pom] [artifact:pom] [INFO] [ERROR] BUILD ERROR [INFO] Regards, Rakesh Chidurala Please do not print this email unless

Re: "mvn deploy" BUILD ERROR question

2009-10-23 Thread Brett Porter
org.apache.maven.artifact.manager.DefaultWagonManager.putArtifact(Def aultWagonManager.java:227) at org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(Def aultArtifactDeployer.java:107) ... 20 more -- View this message in context: http://www.nabble.com/%22mvn-deploy%22-BUILD-

"mvn deploy" BUILD ERROR question

2009-10-23 Thread mvasil
rtifactDeployer.java:107) ... 20 more -- View this message in context: http://www.nabble.com/%22mvn-deploy%22-BUILD-ERROR-question-tp26026982p26026982.html Sent from the Maven Developers mailing list archive at Nabble.com.

Re: BUILD ERROR

2008-05-30 Thread John Casey
e-p lugin/2.0-beta-6/maven-site-plugin-2.0-beta-6.pom [INFO] [ERROR] BUILD ERROR [INFO] [INFO] Failed to resolve artifact. GroupId: org.apache.maven.plugi

BUILD ERROR

2008-05-30 Thread Somu
ven-site-plugin-2.0-beta-6.pom Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-site-p lugin/2.0-beta-6/maven-site-plugin-2.0-beta-6.pom [INFO] [ERROR] BUILD ERROR [I

RE: Yoko trunk build error.

2007-11-04 Thread Brian E. Fox
11:39 PM To: Maven Developers List Subject: Re: Yoko trunk build error. I suspect it's the surefire plugin, actually (based on it using the new archiver), which in turn pulls in the new plexus-utils - and for some reason that is polluting the resources plugin (no idea how, but I have

Re: Yoko trunk build error.

2007-10-31 Thread John Casey
Nm. On Oct 31, 2007, at 6:38 PM, Brett Porter wrote: org.apache.maven.plugin.resources.ResourcesMojo.copyFile (ResourcesMoj o.java:235) --- John Casey Committer and PMC Member, Apache Maven mail: jdcasey at commonjava dot org blog: http://www.ejlife.net/blogs/john rss: http://feeds.feedburner

Re: Yoko trunk build error.

2007-10-31 Thread John Casey
What about this? org.apache.maven.plugin.resources.ResourcesMojo.copyFile (ResourcesMoj o.java:235) -john --- John Casey Committer and PMC Member, Apache Maven mail: jdcasey at commonjava dot org blog: http://www.ejlife.net/blogs/john rss: http://feeds.feedburner.com/ejlife/john

Re: Yoko trunk build error.

2007-10-31 Thread Brett Porter
I suspect it's the surefire plugin, actually (based on it using the new archiver), which in turn pulls in the new plexus-utils - and for some reason that is polluting the resources plugin (no idea how, but I have seen Brian file a similar bug). - Brett On 01/11/2007, at 3:29 AM, Daniel Kul

Re: Yoko trunk build error.

2007-10-31 Thread Daniel Kulp
Actually, it's probably the other way... You have plugin snapshots turned on: apache-snapshots Maven apache plugins snapshot repository http://people.apache.org/maven-snapshot-repository default true

Re: Yoko trunk build error.

2007-10-31 Thread John Casey
Just a guess, but you may be using an old version of the resource plugin. It looks like it's using but not declaring a direct dependency on plexus-utils, and if/when maven ceases to export that dependency to the plugin as part of the parent classloader, it fails. Again, just a guess. -john

Re: Yoko trunk build error.

2007-10-31 Thread Alan D. Cabrera
Does anyone in maven-land know why we have to do this? Regards, Alan On Oct 31, 2007, at 2:11 AM, Rick McGuire wrote: I finally managed to get this to build, but it wasn't a pretty process. Here were the steps: 1) I upgraded my maven version to 2.0.7. 2) Attempt to rebuild 2.0.7. This

Re: [continuum] BUILD ERROR: Maven Shared Components

2007-10-25 Thread Dennis Lundberg
es changed: /maven/shared/trunk/pom.xml ( 587597 ) Dependencies Changes: No dependencies changed ******

Re: [continuum] BUILD ERROR: Maven Shared Components

2007-10-25 Thread Emmanuel Venisse
* No dependencies changed **** Build Error: org.codehaus.plexus.taskqueue.execution.TaskExecutionException: Error executing action &#

RE: [continuum] BUILD ERROR: Maven Enforcer Rule API

2007-09-01 Thread Brian E. Fox
I was having trouble logging in this morning also. -Original Message- From: Vincent Siveton [mailto:[EMAIL PROTECTED] Sent: Saturday, September 01, 2007 9:00 AM To: Maven Developers List Subject: Re: [continuum] BUILD ERROR: Maven Enforcer Rule API I got java.lang.OutOfMemoryError: Java

Re: [continuum] BUILD ERROR: Maven Enforcer Rule API

2007-09-01 Thread Vincent Siveton
*** > >* No files changed > > > > ******* > >* Dependencies Changes: > > *** > >* No dependencies changed > > > > ***

Re: [continuum] BUILD ERROR: Maven Enforcer Rule API

2007-09-01 Thread Hervé BOUTEMY
*** >* Dependencies Changes: > ******* >* No dependencies changed > > *** >

Re: [continuum] BUILD ERROR: Maven Ant Plugin

2007-08-30 Thread Vincent Siveton
ectId=2 > [SNIP] > **** > Build Error: > > java.lang.OutOfMemoryError: Java heap space > > > > ---

Re: [continuum] BUILD ERROR: Maven Artifact

2007-08-16 Thread Brett Porter
anges since last success: ** ** ** ** Dependencies Changes: ** ** No dependencies changed *

Re: [continuum] BUILD ERROR: Maven Archiver

2007-02-14 Thread Jason van Zyl
s Changes: * *** No dependencies changed * *** Build Error: * *** Provider message: The svn command failed. Comma

Re: [continuum] BUILD ERROR: Maven Archiver

2007-02-14 Thread Brett Porter
s changed ** ** Build Error: ** ** Provider message: The svn command failed. Command output: -- - svn: REPOR

Re: BUILD ERROR: Maven Plugins

2007-01-14 Thread Brett Porter
/home/continuum/continuum_data/working-directory/1/pom.xml': add.project.artifact.not.found.error" The build works fine for me. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, January 14, 2007 8:19 PM To: notifications@maven.apache.org Subject: [continuum] B

FW: BUILD ERROR: Maven Plugins

2007-01-14 Thread Brian E. Fox
ld works fine for me. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, January 14, 2007 8:19 PM To: notifications@maven.apache.org Subject: [continuum] BUILD ERROR: Maven Plugins Online report : http://maven.zones.apache.org/continuum/buildResult.action?buildI

Re: Build Error

2007-01-05 Thread TslH
.2.jar [INFO] ---- [ERROR] BUILD ERROR [INFO] [INFO] Failed to resolve artifact. Error transferring file org.codehaus.plexus:plexus-compiler-manager:jar:1.5.2 from the specified remote repositories: central (http://rep

Build Error

2007-01-05 Thread Murugan
/1.5.2/plexus-compiler-manager-1.5 .2.jar [INFO] [ERROR] BUILD ERROR [INFO] [INFO] Failed to resolve artifact. Error transferrin

Re: Build Error: building 2.0.5 from guide-building-m2.html

2006-11-15 Thread Wendy Smoak
On 11/15/06, McNaught, Duncan <[EMAIL PROTECTED]> wrote: I'm still not getting the propget command to work (svn propget svn:externals) - it just returns blank. Do I need to change my svn preferences, or run it from somewhere other than maven-2.0.x? It's working; there are no externals defined

Re: Build Error: building 2.0.5 from guide-building-m2.html

2006-11-15 Thread McNaught, Duncan
where other than maven-2.0.x? Thanks --Duncan >From "Wendy Smoak" <[EMAIL PROTECTED]> Subject Re: Build Error: building 2.0.5 from guide-building-m2.html Date Wed, 15 Nov 2006 17:01:12 GMT On 11/14/06, McNaught, Duncan <[EMAIL PROTECTED]> wrote: > I

Re: Build Error: building 2.0.5 from guide-building-m2.html

2006-11-15 Thread Wendy Smoak
On 11/14/06, McNaught, Duncan <[EMAIL PROTECTED]> wrote: I'm building mvn 2.0.5 for the fix: http://jira.codehaus.org/browse/MNG-1908 I'm following the instructions at http://maven.apache.org/guides/development/guide-building-m2.html Duncan, the instructions for building the 2.0 branch have b

Re: Build Error: building 2.0.5 from guide-building-m2.html

2006-11-14 Thread Wendy Smoak
On 11/14/06, Brett Porter <[EMAIL PROTECTED]> wrote: If you are just looking for 2.0.5, you need to check out /branches/ maven-2.0.x instead of /trunk from under components. It seems the instructions need to be revised for trunk (it should be maven-cli, not maven-core there) - would you mind fi

Re: Build Error: building 2.0.5 from guide-building-m2.html

2006-11-14 Thread Brett Porter
ssembly] [INFO] -- -- [ERROR] BUILD ERROR [INFO] -- -- [INFO] Error reading assemblies: Error locating assembly descriptor file: C:\mav en\repo\maven-components\maven-core\src\assemble\bin.

Build Error: building 2.0.5 from guide-building-m2.html

2006-11-14 Thread McNaught, Duncan
ssembly] [INFO] ---- [ERROR] BUILD ERROR [INFO] [INFO] Error reading assemblies: Error locating assembly descriptor file: C:\mav en\repo\maven-components\maven-core\src\assemble\bin.xml C:\maven\repo\maven-components\maven-co

Re: Maven's snapshot mechanism is horked (Re: Build error - Is it from svn commit: r463555 - /geronimo/genesis/trunk/config/project-config/pom.xml?)

2006-10-16 Thread Jason Dillon
.org/browse/MNG-2486 -Original Message- From: Jason Dillon [mailto:[EMAIL PROTECTED] On Behalf Of Jason Dillon Sent: Monday, October 16, 2006 2:27 PM To: Maven Developers List Cc: dev@geronimo.apache.org Subject: Re: Maven's snapshot mechanism is horked (Re: Build error - Is it

RE: Maven's snapshot mechanism is horked (Re: Build error - Is it from svn commit: r463555 - /geronimo/genesis/trunk/config/project-config/pom.xml?)

2006-10-16 Thread Brian E. Fox
rs List Cc: dev@geronimo.apache.org Subject: Re: Maven's snapshot mechanism is horked (Re: Build error - Is it from svn commit: r463555 - /geronimo/genesis/trunk/config/project-config/pom.xml?) I think I have tracked this down... looks like ${pom.version} is getting resolved to a timestamp version ins

Re: Maven's snapshot mechanism is horked (Re: Build error - Is it from svn commit: r463555 - /geronimo/genesis/trunk/config/project-config/pom.xml?)

2006-10-16 Thread Jason Dillon
It is the default, this element is not set on any repos. Is the default value true? Setting to false should keep it from using timestamp versions? What are the implications of this change? --jason On Oct 16, 2006, at 11:46 AM, Jörg Schaible wrote: Hi Jason, Jason Dillon wrote: I thi

Re: Maven's snapshot mechanism is horked (Re: Build error - Is it from svn commit: r463555 - /geronimo/genesis/trunk/config/project-config/pom.xml?)

2006-10-16 Thread Jörg Schaible
Hi Jason, Jason Dillon wrote: > I think I have tracked this down... looks like ${pom.version} is > getting resolved to a timestamp version instead of the value it its > parents element. > > Is this expected? > > If my parent has 1.1-SNAPSHOT, and an intermediate module defines a > dependency u

Re: Maven's snapshot mechanism is horked (Re: Build error - Is it from svn commit: r463555 - /geronimo/genesis/trunk/config/project-config/pom.xml?)

2006-10-16 Thread Jason Dillon
on Begin forwarded message: From: Jason Dillon <[EMAIL PROTECTED]> Date: October 13, 2006 2:00:50 PM PDT To: dev@geronimo.apache.org Cc: Jason van Zyl <[EMAIL PROTECTED]> Subject: Maven's snapshot mechanism is horked (Re: Build error - Is it from svn commit: r463555 - /geronimo/gen

RE: Maven's snapshot mechanism is horked (Re: Build error - Is it from svn commit: r463555 - /geronimo/genesis/trunk/config/project-config/pom.xml?)

2006-10-15 Thread Jörg Schaible
Hi Jason, download of SNAPSHOT dependencies does not work at all in M2.0.4: http://jira.codehaus.org/browse/MNG-1908 - Jörg Jason Dillon wrote on Saturday, October 14, 2006 10:17 PM: > On Oct 14, 2006, at 6:58 AM, Kenney Westerhof wrote: >> Running mvn with -U -cpu should fix that (or wait 24 h

Re: Maven's snapshot mechanism is horked (Re: Build error - Is it from svn commit: r463555 - /geronimo/genesis/trunk/config/project-config/pom.xml?)

2006-10-14 Thread Jason Dillon
On Oct 14, 2006, at 6:58 AM, Kenney Westerhof wrote: Running mvn with -U -cpu should fix that (or wait 24 hours and try again :)). I don't think this helps... at least not the wait 24 hours. I was up late and was running a build at 11:50pm and it ran fine, then ran a build at 12:02am and

Re: Fwd: Maven's snapshot mechanism is horked (Re: Build error - Is it from svn commit: r463555 - /geronimo/genesis/trunk/config/project-config/pom.xml?)

2006-10-14 Thread Kenney Westerhof
Cc: Jason van Zyl <[EMAIL PROTECTED]> Subject: Maven's snapshot mechanism is horked (Re: Build error - Is it from svn commit: r463555 - /geronimo/genesis/trunk/config/project-config/pom.xml?) Yes, build genesis locally for now to get around... I'm gonna need to get the maven p

Fwd: Maven's snapshot mechanism is horked (Re: Build error - Is it from svn commit: r463555 - /geronimo/genesis/trunk/config/project-config/pom.xml?)

2006-10-13 Thread Jason Dillon
MAIL PROTECTED]> Subject: Maven's snapshot mechanism is horked (Re: Build error - Is it from svn commit: r463555 - /geronimo/genesis/trunk/config/ project-config/pom.xml?) Yes, build genesis locally for now to get around... I'm gonna need to get the maven peeps to explain wtf is

Re: [continuum] BUILD ERROR: Maven Jar Plugin

2006-08-28 Thread Jason van Zyl
-plugin/pom.xml * *** Build Error: * *** org.apache.maven.continuum.execution.ContinuumBuildExecutorException: Error while mappin

Re: [continuum] BUILD ERROR: Maven Jar Plugin

2006-08-28 Thread Brett Porter
n-jar-plugin/pom.xml jvanzyl o updating to release version of maven- archiver /maven/plugins/trunk/maven-jar-plugin/pom.xml * *** Build

Re: [continuum] BUILD ERROR: Maven Jar Plugin

2006-08-28 Thread Brett Porter
** ** Build Error: ** ** org.apache.maven.continuum.execution.ContinuumBuildExecutorException: Error while mapping metadata. at

Re: [continuum] BUILD ERROR: Maven Plugins

2006-08-15 Thread Dennis Lundberg
) Java version : 1.5.0_03(Sun Microsystems Inc.) Changes brett use the snapshot parent so things pass /maven/plugins/trunk/pom.xml Build Error

Re: Maven Build Error from SRC

2006-02-01 Thread Carlos Sanchez
Why don't you try with the last version 2.0.2 On 2/1/06, Waldo Ford <[EMAIL PROTECTED]> wrote: > To Whom it may concern: > > M2_ HOME is set to E:\JUtils\maven-2.0.1-frmSrc and I'm getting the > following error > > //-- >

Maven Build Error from SRC

2006-02-01 Thread Waldo Ford
To Whom it may concern: M2_ HOME is set to E:\JUtils\maven-2.0.1-frmSrc and I'm getting the following error //-- ERROR: M2_HOME is set to an invalid direc

[jira] Closed: (MINSTALL-10) Build ERROR and build FAILURE occurs

2006-01-19 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MINSTALL-10?page=all ] Brett Porter closed MINSTALL-10: Resolution: Cannot Reproduce Fix Version: (was: 2.0) > Build ERROR and build FAILURE occurs > > >

[jira] Reopened: (MINSTALL-10) Build ERROR and build FAILURE occurs

2006-01-19 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MINSTALL-10?page=all ] Brett Porter reopened MINSTALL-10: -- fixing filing > Build ERROR and build FAILURE occurs > > > Key: MINSTALL-10 >

[jira] Closed: (MINSTALL-10) Build ERROR and build FAILURE occurs

2006-01-19 Thread Hariharan Jagadeesan (JIRA)
[ http://jira.codehaus.org/browse/MINSTALL-10?page=all ] Hariharan Jagadeesan closed MINSTALL-10: Resolution: Fixed > Build ERROR and build FAILURE occurs > > > Key: MINSTALL-10 &g

[jira] Updated: (MINSTALL-10) Build ERROR and build FAILURE occurs

2006-01-19 Thread Hariharan Jagadeesan (JIRA)
[ http://jira.codehaus.org/browse/MINSTALL-10?page=all ] Hariharan Jagadeesan updated MINSTALL-10: - Attachment: screenshot-1.jpg > Build ERROR and build FAILURE occurs > > > Key:

[jira] Created: (MINSTALL-10) Build ERROR and build FAILURE occurs

2006-01-19 Thread Hariharan Jagadeesan (JIRA)
Build ERROR and build FAILURE occurs Key: MINSTALL-10 URL: http://jira.codehaus.org/browse/MINSTALL-10 Project: Maven 2.x Install Plugin Type: Bug Versions: 2.0 Environment: Intel Pentium 4, 512 RAM, Windows 2000

[jira] Closed: (CONTINUUM-377) "No files changed" shouldn't be a build error

2005-10-28 Thread Emmanuel Venisse (JIRA)
ll reopen it if you provide your logs and if it's really a pb with ant project > "No files changed" shouldn't be a build error > - > > Key: CONTINUUM-377 > URL: http://jira.codehaus.org/browse/CONTINUUM

[jira] Created: (CONTINUUM-377) "No files changed" shouldn't be a build error

2005-10-27 Thread Scott Schram (JIRA)
"No files changed" shouldn't be a build error - Key: CONTINUUM-377 URL: http://jira.codehaus.org/browse/CONTINUUM-377 Project: Continuum Type: Bug Versions: 1.0 Reporter: Scott Schram Priorit

[continuum] BUILD ERROR: Maven Plugins

2005-10-04 Thread Continuum
) Java version : 1.4.2_05(Sun Microsystems Inc.) Changes Build Error: org.apache.maven.continuum.execution.ContinuumBuildExecutorException: Error

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: [m2] Strange Build Error

2005-09-08 Thread Allison, Bob
, September 08, 2005 13:01 To: Maven Developers List Subject: Re: [m2] Strange Build Error I *just* fixed it :) - Brett Allison, Bob wrote: >I'm updated my m2 SVN tree this morning and am trying to build a new >version. MBoot runs fine and builds a new m2, but when it starts to &

Re: [m2] Strange Build Error

2005-09-08 Thread Brett Porter
I *just* fixed it :) - Brett Allison, Bob wrote: >I'm updated my m2 SVN tree this morning and am trying to build a new >version. MBoot runs fine and builds a new m2, but when it starts to >rebuild the plugins, I get the following: > > -

[m2] Strange Build Error

2005-09-08 Thread Allison, Bob
I'm updated my m2 SVN tree this morning and am trying to build a new version. MBoot runs fine and builds a new m2, but when it starts to rebuild the plugins, I get the following: --- Rebuilding maven2 plugins ... ---

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
: http://repo1.maven.org/maven2/org/codehaus/modello/modello-plugin-jpox/1 .0-alpha-3/modello-plugin-jpox-1.0-alpha-3.jar 11K downloaded [INFO] [ERROR] BUILD ERROR [INFO

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

  1   2   3   >