[Surefire plugin] console output of tests

2006-11-08 Thread Wim Deblauwe
Hi, we are currently converting from M1 to M2, and we see that the output of our tests is not redirected to a file anymore. I found several questions for this on this mailinglist[1], but no answers so far. Could somebody please answer this? regards, Wim [1]

Ang: [Surefire plugin] console output of tests

2006-11-08 Thread Martin Börlin
meddelande Från: [EMAIL PROTECTED] Datum: 2006-11-08 09:41:21 Till: Maven Users Listusers@maven.apache.org Ärende: [Surefire plugin] console output of tests Hi, we are currently converting from M1 to M2, and we see that the output of our tests is not redirected to a file anymore. I found several

Re: [Surefire plugin] console output of tests

2006-11-08 Thread Wim Deblauwe
: Maven Users Listusers@maven.apache.org Ärende: [Surefire plugin] console output of tests Hi, we are currently converting from M1 to M2, and we see that the output of our tests is not redirected to a file anymore. I found several questions for this on this mailinglist[1], but no answers so far

Re: [Surefire plugin] console output of tests

2006-11-08 Thread Edwin Punzalan
Please see surefire documentation, especially http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html#useFile Default value is true so its not using the console... try setting it to false. Hope that helps, ^_^ Wim Deblauwe wrote: Hi, we are currently converting from M1

Re: [Surefire plugin] console output of tests

2006-11-08 Thread Edwin Punzalan
Please ignore what I said below, clearly it shows that I need to go to sleep asap. ^_^ What is it that you want to do? Output your System.out and System.err into the generated file also ? (similar to one of your posted link) Edwin Punzalan wrote: Please see surefire documentation,

Re: [Surefire plugin] console output of tests

2006-11-08 Thread Wim Deblauwe
Yes. Basically I want at least the same functionality i had with Maven 1. regards, Wim 2006/11/8, Edwin Punzalan [EMAIL PROTECTED]: Please ignore what I said below, clearly it shows that I need to go to sleep asap. ^_^ What is it that you want to do? Output your System.out and System.err