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
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