RE: junit ant task

2010-10-31 Thread efe4it
Hi Maybe you could set the "timeout" property of the task, so timeout will appears in junit reports as cause for test failure. Regards Emmanuel -- View this message in context: http://ant.1045680.n5.nabble.com/junit-ant-task-tp3233265p3243947.html Sent from the Ant - Users ma

RE: junit ant task

2010-10-23 Thread Martin Gainty
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 unf

junit ant task

2010-10-23 Thread Hiller, Dean
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..g..Hard to believe since ant 1.3 that this problem is still an issue and the default hasn't been

RE: junit ant task test listeners

2010-09-29 Thread Chip McCormick
-Original Message- From: Stefan Bodewig [mailto:bode...@apache.org] Sent: Monday, August 23, 2010 9:20 AM To: user@ant.apache.org Subject: Re: junit ant task test listeners On 2010-08-23, Chip McCormick wrote: > Does anyone know how to add a test listener to an ant junit t

Re: junit ant task test listeners

2010-08-23 Thread Stefan Bodewig
On 2010-08-23, Chip McCormick wrote: > Does anyone know how to add a test listener to an ant junit task, > without having to create a custom task? > We are attempting to add a test listener to a junit ant task to do > custom logging after each test class in a batch completes. Ant&

junit ant task test listeners

2010-08-23 Thread Chip McCormick
Does anyone know how to add a test listener to an ant junit task, without having to create a custom task? We are attempting to add a test listener to a junit ant task to do custom logging after each test class in a batch completes. The only mention in the API of how to do this describes how to

Re: classsnotfound exception with junit ant task

2006-08-16 Thread cmose
any chance any classloaders involved in this whole mess > that could be finding MyClass a different way than the classpath in the > test that uses it but doesn't fail? > > -- > Joel Klein[Online at http://jfkbits.blogspot.com] > > > >

Re: classsnotfound exception with junit ant task

2006-08-16 Thread cmose
any chance any classloaders involved in this whole mess >> that could be finding MyClass a different way than the classpath in the >> test that uses it but doesn't fail? >> >> -- >> Joel Klein[Online at http://jfkbits.blogspot.com] >> >> >>

Re: classsnotfound exception with junit ant task

2006-08-16 Thread cmose
gt; Are there by any chance any classloaders involved in this whole mess > that could be finding MyClass a different way than the classpath in the > test that uses it but doesn't fail? > > -- > Joel Klein[Online at http://jfkbits.blogspot.com] > > > > --

Re: classsnotfound exception with junit ant task

2006-08-16 Thread Joel Klein
cmose wrote: classpath.project is defined thusly: --->this is the bin directory for class files ---> a temporary location for jar libraries Where in this classpath is the missing class supposed to be found? If it's supposed to be in the second pathelement above, there's a couple th

classsnotfound exception with junit ant task

2006-08-16 Thread cmose
s occuring. All the tests pass just fine when run straight through eclipse. At this point I'm not really certain what the solution is. Quite possibly I'm overlooking something simple or obvious - any insight is greatly appreciated! -- View this message in context: http://www.nabble.co

Re: problem with junit ant task and class loading

2006-05-12 Thread Lorenzo Bettini
Lorenzo Bettini wrote: Hi there I've just started using ant and junit task I have a test suite that I usually run from within eclipse and always worked one of these tests uses a custom class loader now I see that if I try to run the test with custom class loader from console (i.e., using ju

problem with junit ant task and class loading

2006-05-12 Thread Lorenzo Bettini
Hi there I've just started using ant and junit task I have a test suite that I usually run from within eclipse and always worked one of these tests uses a custom class loader now I see that if I try to run the test with custom class loader from console (i.e., using junit.textui.TestRunner) eve