----- Original Message ----- From: "Tom Jordahl" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 25, 2002 8:31 AM Subject: RE: junit.framework.TestCase?
> > Steve, > > This is a good argument for moving that file in the test directories. > I am -0.9 on having a junit dependant file in the src directory. I hear what you are saying, and would like to repeat my argument that a secondary benefit of having a core test task is that any commonality in there can be exposed to client side test cases and to libraries that are hooked in to axis. Granted, there is not much in there that is critical right now, just some code to map from ant parameters passed in as system properties into boolean settings, but we could add more. This is a lesson from the ant distro, where the ant test framework only lives in the ant test source, which is why there arent any good tests for the axis ant tasks (creating an ant-test.jar is on the general todo list for this very reason). if you dont find that compelling enough, then yes, I will move it. -steve