Re: maven-surefire-windows - Build # 282 - Still Failing

2013-01-05 Thread Kristian Rosenvold
I will fix the test on my loong flight back to reality tonight :) Kristian Den 6. jan. 2013 kl. 04:11 skrev Olivier Lamy : > Thanks ! > But I just changed to a fix version 3.0.4 > I'm not sure what this latest is... (and some changes this week breaks > some builds with those non defined version

Re: maven-surefire-windows - Build # 282 - Still Failing

2013-01-05 Thread Olivier Lamy
Thanks ! But I just changed to a fix version 3.0.4 I'm not sure what this latest is... (and some changes this week breaks some builds with those non defined version) Make sense ? 2013/1/5 Dennis Lundberg : > Hi > > I've changed the version of Maven for this job from "Maven (latest)" to > "Maven 3

Re: maven-surefire-windows - Build # 283 - Still Failing

2013-01-05 Thread Dennis Lundberg
Hi, Now we have some real failures, that should not be due to the CI setup. On 2013-01-05 21:49, Apache Jenkins Server wrote: > The Apache Jenkins build system has built maven-surefire-windows (build #283) > > Status: Still Failing > > Check console output at > https://builds.apache.org/job/ma

Re: maven-surefire-windows - Build # 282 - Still Failing

2013-01-05 Thread Dennis Lundberg
Hi I've changed the version of Maven for this job from "Maven (latest)" to "Maven 3 (latest)", which seems to be working better on the Windows slave. On 2013-01-05 21:01, Apache Jenkins Server wrote: > The Apache Jenkins build system has built maven-surefire-windows (build #282) > > Status: Stil

maven-surefire pull request: [SUREFIRE-946] prevent hanging main process if...

2013-01-05 Thread agudian
GitHub user agudian opened a pull request: https://github.com/apache/maven-surefire/pull/20 [SUREFIRE-946] prevent hanging main process if forked process was killed... ... (softly) You can merge this pull request into a Git repository by running: $ git pull https://github.com/a

Re: svn commit: r843406 - in /websites/production/maven/content/surefire-archives/surefire-2.13: ./ maven-failsafe-plugin/ maven-failsafe-plugin/css/ maven-failsafe-plugin/images/ maven-failsafe-plugi

2013-01-05 Thread Brett Porter
On 05/01/2013, at 10:57 PM, Hervé BOUTEMY wrote: > ok, that was my first attempts back in july, not based on performance > expectations but simply logic > but the release procedure wasn't easy to automate in Maven: I don't see in > Continuum instrusction where the "svn cp xxx/latest to xxx/"

Re: [ANN] Maven Surefire Plugin 2.13 Released

2013-01-05 Thread Kristian Rosenvold
>> Notable changes are; >> A) Much improved summary of what went wrong when tests failed >> B) Reusable forks supported for parallel builds; reuserForks="true" > > s/reuserForks/reuseForks/ ?? Ack Kristian > >> gives forkMode="always" on stereoids >> C) Stack trace trimming now works for JUnit4.

Re: [ANN] Maven Surefire Plugin 2.13 Released

2013-01-05 Thread sebb
On 28 December 2012 01:24, Kristian Rosenvold wrote: > The Maven team is pleased to announce the release of the Maven > Surefire Plugin, version 2.13 > > This release includes the maven-surefire-plugin, which executes the > unit tests of an application, the maven-surefire-report-plugin, which > pa

Re: svn commit: r843406 - in /websites/production/maven/content/surefire-archives/surefire-2.13: ./ maven-failsafe-plugin/ maven-failsafe-plugin/css/ maven-failsafe-plugin/images/ maven-failsafe-plugi

2013-01-05 Thread Hervé BOUTEMY
Le mercredi 2 janvier 2013 23:43:52 Brett Porter a écrit : > On 02/01/2013, at 10:45 AM, Hervé BOUTEMY wrote: > > Le lundi 24 décembre 2012 14:17:02 Brett Porter a écrit : > >> I had the same feeling pushing up Continuum's Maven site recently... > >> > >> On 23/12/2012, at 9:36 AM, Olivier Lamy

Re: maventest.apache.org

2013-01-05 Thread Hervé BOUTEMY
Le samedi 5 janvier 2013 10:35:26 Hervé BOUTEMY a écrit : > I just added a redirect rule from maventest to maven more precisely I tried but couldn't: seem the repo is read-only E195023: Commit failed (details follow): svn: E195023: Changing file '/x1/home/hboutemy/tmp/content/.htaccess' is forbidd

Re: maventest.apache.org

2013-01-05 Thread Hervé BOUTEMY
I just added a redirect rule from maventest to maven IMHO, the real solution is to ask infra to delete maventest Regards, Hervé Le jeudi 3 janvier 2013 09:41:17 Benson Margulies a écrit : > Hmm, it got better. > > On Thu, Jan 3, 2013 at 9:19 AM, Brett Porter wrote: > > No problem here. You're

Re: basedir vs project.basedir

2013-01-05 Thread Hervé BOUTEMY
the reference doc is http://maven.apache.org/ref/3.1-SNAPSHOT/maven-model- builder/ and I need to add that ${basedir} is deprecated too Regards, Hervé Le jeudi 3 janvier 2013 13:03:38 Stephen Connolly a écrit : > ${basedir} and ${pom.basedir} are deprecated in favour of > ${project.basedir} afa