Re: [PLEASE TEST] Maven 2.1.0-M1-RC17

2008-09-11 Thread ossi petz
> You have a problem with your path . > :-D dammit! someone could have told me to set the M2_HOME environment variable to the correct folder :) second try: this time mvn was downloading some new plugin versions the web projects run ok the rich client projects run ok too our custom mvn plugin

Re: [PLEASE TEST] Maven 2.1.0-M1-RC17

2008-09-10 Thread James William Dumay
John, Looking great over here - I've been able to build a few of Atlassian's larger maven projects without any headache. James On Wed, 2008-09-10 at 17:34 +0100, Mauro Talevi wrote: > John, no problems encountered. Great work! > > John Casey wrote: > > Hi, > > > > I've fixed MNG-3748, where il

Re: [PLEASE TEST] Maven 2.1.0-M1-RC17

2008-09-10 Thread Mauro Talevi
John, no problems encountered. Great work! John Casey wrote: Hi, I've fixed MNG-3748, where illegal elements in the settings.xml were not triggering build failure. Anyway, this release candidate includes a fix for that issue: http://people.apache.org/~jdcasey/stage/current-maven-RC/ Enjoy

RE: Re: [PLEASE TEST] Maven 2.1.0-M1-RC17

2008-09-10 Thread Jörg Schaible
ossi petz wrote: > Hallo > > sorry for asking stupid questions: > > what version does this release show when i execute: mvn -v ? > > assumeing its 2.0.9 (or i am still untalented in setting a system > saerch path) our framework builds and project builds run normally :) $ mvn -version Maven vers

Re: [PLEASE TEST] Maven 2.1.0-M1-RC17

2008-09-10 Thread Jorg Heymans
On Wed, Sep 10, 2008 at 5:32 AM, John Casey <[EMAIL PROTECTED]> wrote: > Hi, > > I've fixed MNG-3748, where illegal elements in the settings.xml were not > triggering build failure. Anyway, this release candidate includes a fix for > that issue: > > http://people.apache.org/~jdcasey/stage/current-

Re: [PLEASE TEST] Maven 2.1.0-M1-RC17

2008-09-10 Thread Arnaud HERITIER
>mvn -v Maven version: 2.1.0-M1-RC17 Java version: 1.5.0_14 Default locale: en_FR, platform encoding: Cp1252 OS name: "windows xp" version: "5.1" arch: "x86" family: "windows" You have a problem with your path . Arnaud On Wed, Sep 10, 2008 at 12:14 PM, ossi petz <[EMAIL PROTECTED]> wrote:

Re: [PLEASE TEST] Maven 2.1.0-M1-RC17

2008-09-10 Thread Fabrice Bellingard
Still works fine for my builds :-) - Fabrice [EMAIL PROTECTED] On Wed, Sep 10, 2008 at 5:32 AM, John Casey <[EMAIL PROTECTED]> wrote: > Hi, > > I've fixed MNG-3748, where illegal elements in the settings.xml were not > triggering build failure. Anyway, this release candidate includes a fix for

Re: [PLEASE TEST] Maven 2.1.0-M1-RC17

2008-09-10 Thread ossi petz
Hallo sorry for asking stupid questions: what version does this release show when i execute: mvn -v ? assumeing its 2.0.9 (or i am still untalented in setting a system saerch path) our framework builds and project builds run normally :) regards ossi John Casey schrieb: > Hi, > > I've fixed

[PLEASE TEST] Maven 2.1.0-M1-RC17

2008-09-09 Thread John Casey
Hi, I've fixed MNG-3748, where illegal elements in the settings.xml were not triggering build failure. Anyway, this release candidate includes a fix for that issue: http://people.apache.org/~jdcasey/stage/current-maven-RC/ Enjoy, and let me know if you have problems. Thanks, -john --- Joh