Dean if its surefire then look in ${project.folder}/target/surefire-reports you should see ${GroupId}.${ArtifactId}.txt and ${GroupId}.${ArtifactId}.xml search for Failures: 1 Errors: 1
Martin ______________________________________________ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > From: dean.hil...@mckesson.com > To: user@ant.apache.org > Subject: junit ant task > Date: Wed, 20 Oct 2010 09:28:04 -0700 > > So, I have a test hanging out of hundreds of tests, but unfortunately, > the log of > > > > [junit] Beg com.xxx.Test > > > > is logged AFTER the test completes so I can't see what test is failing > L......grrrr......Hard to believe since ant 1.3 that this problem is > still an issue and the default hasn't > > been changed to log begin "before" the test starts.....I do realize > there is some problems with doing this the way ant is designed but I > figure there has to be > > a fix out there by now???? If so, please let me know the new way of > doing it? > > > > This is such a common problem and I would like to fix it so in the > Hudson and on a developers machine it always logs the test that is about > to run so immediately, they > > Would know which test case. > > > > Thanks, > > Dean > > >