Hi all, I'm in the process of writing an ANT task and would like to use BuildTestRule in my testing as recommended by the manual (http://ant.apache.org/manual/tutorial-writing-tasks.html#TestingTasks). However, the class doesn't seem to be in either the core ant.jar or test-utils.jar.
I've downloaded apache-ant-1.9.4-src and see the class in src/tests/junit/org/apache/tools/ant/ but it's not clear to me which target I need to run in order to create a jar that will include the compiled class. I've tried the default target and "test-jar" but the BuildTestRule is missing from the resultant jars of both builds. Can anyone advise on how or where I can obtain a jar containing the compiled BuildTestRule, please? S. Ps. The link provided in the manual to a nightly build appears to be broken: http://gump.covalent.net/jars/latest/ant/ant-testutil.jar --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org