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