Re: m2.0.4 Is mvn tested on Linux

2006-04-15 Thread Wayne Fay
I agree entirely. Sounds like a good issue for someone new to Maven development to get their feet wet with the codebase. ;-) Go file a JIRA Enhancement in the proper component... Wayne On 4/15/06, Geoffrey De Smet <[EMAIL PROTECTED]> wrote: > Jerome, > > I agree with you, because I had to docume

Re: m2.0.4 Is mvn tested on Linux

2006-04-15 Thread Geoffrey De Smet
Jerome, I agree with you, because I had to document this specifically in my development setup apts of my projects. Has anyone made such a jira issue already? With kind regards, Geoffrey De Smet jerome lacoste wrote: On 4/14/06, Wayne Fay <[EMAIL PROTECTED]> wrote: Check out the HTTP Error

Re: m2.0.4 Is mvn tested on Linux

2006-04-15 Thread jerome lacoste
On 4/14/06, Wayne Fay <[EMAIL PROTECTED]> wrote: > Check out the HTTP Error 503 way down towards the bottom of the trace. > This is the root cause of your troubles. > > Caused by: java.io.IOException: Server returned HTTP response code: 503 for > URL: > http://www.ibiblio.org/maven2/org/apache/mave

Re: m2.0.4 Is mvn tested on Linux

2006-04-13 Thread Wayne Fay
Check out the HTTP Error 503 way down towards the bottom of the trace. This is the root cause of your troubles. Caused by: java.io.IOException: Server returned HTTP response code: 503 for URL: http://www.ibiblio.org/maven2/org/apache/maven/maven-artifact/2.0.1/maven-artifact-2.0.1.pom.sha1 HTTP 5

Re: m2.0.4 Is mvn tested on Linux

2006-04-13 Thread Gautham Pamu
Hi, Here is the output with -e option Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-artifact/2.0.1/maven-artifact-2.0.1.pom 765b downloaded [INFO] [ERROR] BUILD ERROR [INFO] --

Re: m2.0.4 Is mvn tested on Linux

2006-04-13 Thread Carlos Sanchez
You need to send the output of mvn with the -e option On 4/13/06, Gautham Pamu <[EMAIL PROTECTED]> wrote: > Hi, > > Is mvn test on any Linux platform. I am asking this question, because when I > tried mvn 2.0.4 on a linux platform, I am getting > these errors. I have seen similar problem with diff

m2.0.4 Is mvn tested on Linux

2006-04-13 Thread Gautham Pamu
Hi, Is mvn test on any Linux platform. I am asking this question, because when I tried mvn 2.0.4 on a linux platform, I am getting these errors. I have seen similar problem with different pom files in plexus when I tried mvn 2.0.3 and Carlos Sanchez fixed these problems. How to reproduce the prob