Currently the batchtest includes **/*Test* . I would
like to add the capability to override this to Ant's
buildfile. The reason I am raising a short discussion
is that the simplest means of doing this would be to
add a property for use by the run-tests target,
without attempting to circumvent or override any of
the "calculated exclusions" present in the same
fileset:
<property name="includetests" value="**/*Test*" />
<junit...><batchtest>
<fileset dir="${tests.dir}"
includes="${includetests}" />
...
Does anyone have any major objections?
-Matt
__________________________________
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]