Re: Test failures on dependent maven projects

2012-08-20 Thread Ron Wheeler
Why are you excluding things that you need to be in the jar? Perhaps you can explain your real problem rather than the symptoms. You are right about the use of the jar. Where else could it get the classes from? Think about the answer to that one! Ron On 20/08/2012 12:38 AM, omritt wrote: I

RE: test failures

2007-05-14 Thread dohadwala_moiz
Hello, I am still blocked, does anyone have any more ideas on this? I am running with the latest version of maven 2.0.6. Thanks, -Moiz -Original Message- From: dohadwala, moiz Sent: Saturday, May 12, 2007 8:58 AM To: dohadwala, moiz; Maven Users List Subject: RE: test failures Sorry

Re: RE: test failures

2007-05-14 Thread Thorsten Heit
Hi, I am still blocked, does anyone have any more ideas on this? I am running with the latest version of maven 2.0.6. The last time I used the surefire plugin for JUnit tests, it created a text and a XML file for each executed test somewhere in the ./target subdirectory. The text files

Re: RE: test failures

2007-05-14 Thread Seth Mason
Just to clarify, the txt and xml report files are written out to ./target/surefire-reports/. SETH On 5/14/07, Thorsten Heit [EMAIL PROTECTED] wrote: Hi, I am still blocked, does anyone have any more ideas on this? I am running with the latest version of maven 2.0.6. The last time I used

Re: test failures

2007-05-12 Thread Andrew Williams
they are logged to a file, do mvn test -Dsurefire.useFile=false to log them to stdout - no need for -e or -X Andy On 12 May 2007, at 00:30, [EMAIL PROTECTED] wrote: I am getting a test failure message from maven: [INFO] Trace org.apache.maven.BuildFailureException: There are test

RE: test failures

2007-05-12 Thread dohadwala_moiz
Thanks for the response. I tried that, here's what I got: -Original Message- From: Andrew Williams [mailto:[EMAIL PROTECTED] Sent: Saturday, May 12, 2007 12:40 AM To: Maven Users List Subject: Re: test failures they are logged to a file, do mvn test -Dsurefire.useFile=false to log

RE: test failures

2007-05-12 Thread dohadwala_moiz
, moiz Sent: Saturday, May 12, 2007 8:57 AM To: 'Maven Users List' Subject: RE: test failures Thanks for the response. I tried that, here's what I got: -Original Message- From: Andrew Williams [mailto:[EMAIL PROTECTED] Sent: Saturday, May 12, 2007 12:40 AM To: Maven Users List Subject

Re: Test failures don't show up in e-mails

2005-11-23 Thread Emmanuel Venisse
it isn't possible actually to obtain the test output, it will be available in 1.1 Emmanuel Tim McCune a écrit : Today we got our first build failure in Continuum where a unit test failed. The e-mail that Continuum sent didn't actually contain the output of the test though. It just said: