Hi, I have the following problem. At the build I'm working on they are using the weblogic.jar library in their test task classpath. This library declares in its manifest classpath a dependency on ant-junit (version 1.6.2). This causes a conflict with our code when we want to execute the tests. Our code instantiates the Ant class JunitTestRunner which is now being used from ant-1.6.2 and has an incompatible API.
There is no real workaround because of the ugly nature of the Manifest classpath. - Hans
