Re: [m2] Bootstrap Maven Source Code does not build on Linux

2005-11-24 Thread Peter A. Pilgrim
Brett Porter wrote: You have an old surefire plugin, by the looks of it. I'll file a bug and look into solving this in the bootstrap, but you can try this: rm -rf ~/.m2/repository/org/apache/maven/plugins Sorry for the confusion. - Brett On 11/23/05, Peter A. Pilgrim <[EMAIL PROTECTED]> wrot

Re: [m2] Bootstrap Maven Source Code does not build on Linux

2005-11-23 Thread Brett Porter
You have an old surefire plugin, by the looks of it. I'll file a bug and look into solving this in the bootstrap, but you can try this: rm -rf ~/.m2/repository/org/apache/maven/plugins Sorry for the confusion. - Brett On 11/23/05, Peter A. Pilgrim <[EMAIL PROTECTED]> wrote: > Brett Porter wrot

Re: [m2] Bootstrap Maven Source Code does not build on Linux

2005-11-23 Thread Peter A. Pilgrim
Brett Porter wrote: There is a message size limit. Please *just* the output of building maven-core at the end where it fails. - Brett On 11/23/05, Peter A. Pilgrim <[EMAIL PROTECTED]> wrote: ==== Here is the output from ``org.apache.maven.usability.PluginErrorDiagnoserTest.txt'' and

Re: [m2] Bootstrap Maven Source Code does not build on Linux

2005-11-23 Thread Peter A. Pilgrim
Brett Porter wrote: There is a message size limit. Please *just* the output of building maven-core at the end where it fails. - Brett Ok here goes. ==== [DEBUG] Source roots: [DEBUG] /home/peterp/Projects/maven-components/maven-core/src/test/java Compiling 5 source files to /home/pet

Re: [m2] Bootstrap Maven Source Code does not build on Linux

2005-11-22 Thread Brett Porter
There is a message size limit. Please *just* the output of building maven-core at the end where it fails. - Brett On 11/23/05, Peter A. Pilgrim <[EMAIL PROTECTED]> wrote: > Pilgrim, Peter wrote: > >>-Original Message- > >>From: Brett Porter [mailto:[EMAIL PROTECTED] > > > > ==== > > >

Re: [m2] Bootstrap Maven Source Code does not build on Linux

2005-11-22 Thread Peter A. Pilgrim
Pilgrim, Peter wrote: -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] ==== Odd... can you edit the BootstrapInstaller.java and add "-X" as an optional in runMaven() ? I'd like to know what the plexus dependencies are when these tests are run. - Brett I wil

Re: [m2] Bootstrap Maven Source Code does not build on Linux

2005-11-22 Thread Brett Porter
The output of the maven-core part of the build Cheers, Brett On 11/23/05, Peter A. Pilgrim <[EMAIL PROTECTED]> wrote: > Brett Porter wrote: > > Odd... > > > > can you edit the BootstrapInstaller.java and add "-X" as an optional > > in runMaven() ? > > > > I'd like to know what the plexus dependen

Re: [m2] Bootstrap Maven Source Code does not build on Linux

2005-11-22 Thread Peter A. Pilgrim
Brett Porter wrote: Odd... can you edit the BootstrapInstaller.java and add "-X" as an optional in runMaven() ? I'd like to know what the plexus dependencies are when these tests are run. - Brett On 11/22/05, Peter A. Pilgrim <[EMAIL PROTECTED]> wrote: Unfortunately I am still getting this

RE: [m2] Bootstrap Maven Source Code does not build on Linux

2005-11-22 Thread Pilgrim, Peter
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] ==== > > > Odd... > > can you edit the BootstrapInstaller.java and add "-X" as an optional > in runMaven() ? > > I'd like to know what the plexus dependencies are when these > tests are run. > > - Brett I will d

Re: [m2] Bootstrap Maven Source Code does not build on Linux

2005-11-22 Thread Bruno Aranda
The day this thread was begun I did use the bootstrap in a FC3 and maven built without problems... Regards, Bruno 2005/11/22, Brett Porter <[EMAIL PROTECTED]>: > Odd... > > can you edit the BootstrapInstaller.java and add "-X" as an optional > in runMaven() ? > > I'd like to know what the plexus

Re: [m2] Bootstrap Maven Source Code does not build on Linux

2005-11-22 Thread Brett Porter
Odd... can you edit the BootstrapInstaller.java and add "-X" as an optional in runMaven() ? I'd like to know what the plexus dependencies are when these tests are run. - Brett On 11/22/05, Peter A. Pilgrim <[EMAIL PROTECTED]> wrote: > Unfortunately I am still getting this error. > I remove the

Re: [m2] Bootstrap Maven Source Code does not build on Linux

2005-11-22 Thread Peter A. Pilgrim
Brett Porter wrote: Ok, this is working for me. I think that you might have been affected by a repository error the other day. Can you try: rm -rf ~/.m2/repository/org/codehaus/plexus (assuming that is where your local repository is). Thanks, Brett On 11/19/05, Peter A. Pilgrim <[EMAIL PROTECT

Re: [m2] Bootstrap Maven Source Code does not build on Linux

2005-11-19 Thread Brett Porter
Ok, this is working for me. I think that you might have been affected by a repository error the other day. Can you try: rm -rf ~/.m2/repository/org/codehaus/plexus (assuming that is where your local repository is). Thanks, Brett On 11/19/05, Peter A. Pilgrim <[EMAIL PROTECTED]> wrote: > Brett Po

Re: [m2] Bootstrap Maven Source Code does not build on Linux

2005-11-19 Thread Peter A. Pilgrim
Brett Porter wrote: Its not stdout we're after - take a look at the txt files in maven-core/target/surefire-reports. The one with a failure should be sent. Ok here is the output from org.apache.maven.usability.PluginErrorDiagnoserTest.txt [57] > c org.apache.maven.usability.PluginErrorDiagnos

Re: [m2] Bootstrap Maven Source Code does not build on Linux

2005-11-19 Thread Brett Porter
Its not stdout we're after - take a look at the txt files in maven-core/target/surefire-reports. The one with a failure should be sent. What is your purpose for building from source instead of using the release version? - Brett On 11/19/05, Peter A. Pilgrim <[EMAIL PROTECTED]> wrote: > Brett Por

Re: [m2] Bootstrap Maven Source Code does not build on Linux

2005-11-18 Thread Peter A. Pilgrim
Brett Porter wrote: I'll try it out now. What is the output of the test failure in maven-core/target/surefire-reports? - Brett On 11/19/05, Peter A. Pilgrim <[EMAIL PROTECTED]> wrote: Hi I followed the instructions in the README.txt and created M2_HOME environment variable. and setting the P

Re: [m2] Bootstrap Maven Source Code does not build on Linux

2005-11-18 Thread Brett Porter
I'll try it out now. What is the output of the test failure in maven-core/target/surefire-reports? - Brett On 11/19/05, Peter A. Pilgrim <[EMAIL PROTECTED]> wrote: > Hi > > I followed the instructions in the README.txt and created M2_HOME > environment variable. and setting the PATH. > -

[m2] Bootstrap Maven Source Code does not build on Linux

2005-11-18 Thread Peter A. Pilgrim
Hi I followed the instructions in the README.txt and created M2_HOME environment variable. and setting the PATH. % export M2_HOME=/home/peterp/maven-2.0-SNAPSHOT % export PATH=$PATH:$M2_HOME/bin Running the ``bootstrap.sh'' causes failure