At 05:46 PM 2/12/2003, Erik Hatcher wrote:
And now for the docs themselves:
http://nagoya.apache.org/gump/javadoc/ant/proposal/xdocs/build/docs/
Another observation: Delete.java is unusual in that it extends MatchingTask but also providing its own implementation of the set/add/create methods. Thus the selectors are documented in xdocs as children of <delete>, but for some reason <include>, <exclude>, <includesfile>, and <excludesfile> are being missed. Is that because they return an inner (though public) class of PatterrnSet?