Re: JUnit test failures stop the build, but test errors do not

2012-05-14 Thread Dirk Heinrichs
Firma: Capgemini Deutschland GmbH Geschäftsführer: Dr. Michael Schulte (Sprecher) • Dr. Uwe Dumslaff • Burkhard Kehrbusch • Josef Ranner Aufsichtsratsvorsitzender: Antonio Schnieder Amtsgericht Berlin-Charlottenburg, HRB 98814 This message contains information that may be privileged or conf

Re: JUnit test failures stop the build, but test errors do not

2012-05-14 Thread Kristian Rosenvold
build failure, but it does not > fail if there is a test error. > > I'm new to maven so I'd like to know wether this is expected behaviour or > not, and if there is a way to make it fail on test errors, too (I didn't find > anything in the documentation). > >

Re: JUnit test failures stop the build, but test errors do not

2012-05-14 Thread Dirk Heinrichs
Firma: Capgemini Deutschland GmbH Geschäftsführer: Dr. Michael Schulte (Sprecher) • Dr. Uwe Dumslaff • Burkhard Kehrbusch • Josef Ranner Aufsichtsratsvorsitzender: Antonio Schnieder Amtsgericht Berlin-Charlottenburg, HRB 98814 This message contains information that may be privileged or conf

Re: JUnit test failures stop the build, but test errors do not

2012-05-14 Thread Ben Caradoc-Davies
now wether this is expected behaviour or not, and if there is a way to make it fail on test errors, too (I didn't find anything in the documentation). Thanks... Dirk -- Dirk Heinrichs | Tel: +49 (0)211 56623 316 Configuration Manager | Fax: +49 (0)211 56623 450 Capgemini

JUnit test failures stop the build, but test errors do not

2012-05-14 Thread Heinrichs, Dirk
ere is a way to make it fail on test errors, too (I didn't find anything in the documentation). Thanks... Dirk -- Dirk Heinrichs | Tel: +49 (0)211 56623 316 Configuration Manager | Fax: +49 (0)211 56623 450 Capgemini Deutschland | Mail: dirk.heinri...@capgemini.com Wanheimer

Unit test errors on WinXP vs Server2003

2008-05-28 Thread SKrepkovich
uot;" type="org.eclipse.test.EclipseTestRunner$TestFailedException" Has anyone seen this behavior before and do you know the solution? Thanks... -- View this message in context: http://www.nabble.com/Unit-test-errors-on-WinXP-vs-Server2003-tp17515806p17515806.html Sent from the Maven - User

about "mvn site"'s encoding and test errors interrupt "mvn site"

2008-02-14 Thread wayne.moo
Hi User Group,I am using mvn site to generate reports for my project. Here is some problems that confused me:1. I use the command "mvn project-info-reports:dependencies", the reports generated support Chinese Charset and the report is Chinese--it is great, I love it. But when I use the command

Re: Empty Unit Test Errors out

2007-04-06 Thread Wayne Fay
Perhaps add a dependency on Geronimo JaxRPC 1.1? http://repo1.maven.org/maven2/org/apache/geronimo/specs/geronimo-jaxrpc_1.1_spec/1.1/geronimo-jaxrpc_1.1_spec-1.1.pom Wayne On 4/6/07, Chris Russell <[EMAIL PROTECTED]> wrote: Hi Experts, I'm getting an error when trying to run a unit test (I've

Empty Unit Test Errors out

2007-04-06 Thread Chris Russell
Hi Experts, I'm getting an error when trying to run a unit test (I've excluded all other tests but one). This test is actually empty: public void testSaveProfile() { //TODO test the save profile in local DB } The test fails with an error (not a failure/bad assert): Running test.com.o

Re: [M2 : site] Newbie question on how to generate site with test errors

2006-02-22 Thread Yann Le Du
http://jira.codehaus.org/browse/MOJO-107 2006/2/22, Michael Masters <[EMAIL PROTECTED]>: > > How can I get the site to generate when there are unit test failures? When > there are failures it doesn't generate the site and stops after running > the > test. > > thanks, > Mike > >

[M2 : site] Newbie question on how to generate site with test errors

2006-02-22 Thread Michael Masters
How can I get the site to generate when there are unit test failures? When there are failures it doesn't generate the site and stops after running the test. thanks, Mike

Re: test errors

2003-09-22 Thread Nathan Coast
ah, ahem, yes, err that'll be where the errors go :) free beer next time you're in Hong Kong. [EMAIL PROTECTED] wrote: What's in the test report file? Are you using maven.junit.usefile ?? Nathan Coast <[EMAIL PROTECTED]> wrote on 23/09/2003 12:55:15 PM: Hi, I'm getting this message whe

Re: test errors

2003-09-22 Thread dion
What's in the test report file? Are you using maven.junit.usefile ?? Nathan Coast <[EMAIL PROTECTED]> wrote on 23/09/2003 12:55:15 PM: > Hi, > > I'm getting this message when I attempt to execute some tests. How can > I find out what the error is? I've tried -X but no extra info. Are > the

Re: test errors

2003-09-22 Thread Nathan Coast
just noticed the 'java.' before the classname. could be the problem, I'll see where that's coming from Nathan Coast wrote: Hi, I'm getting this message when I attempt to execute some tests. How can I find out what the error is? I've tried -X but no extra info. Are there some jvm args I nee

test errors

2003-09-22 Thread Nathan Coast
Hi, I'm getting this message when I attempt to execute some tests. How can I find out what the error is? I've tried -X but no extra info. Are there some jvm args I need to pass to junit? test:test: [junit] dir attribute ignored if running in the same VM [junit] Running java.com.onepo