Frank Chang <[EMAIL PROTECTED]> wrote: > The testcase runs ok outside of Ant. Is this a classloader problem? Very well possible. Classloaders are a pain and tend to cause more problems than they solve (well almost). To answer your question, run the junit task with fork="yes". If it works, you've been bitten by the classloader - otherwise you may have found a bug. Stefan
- Ant Classloader Problem? Frank Chang
- Stefan Bodewig