You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Matthew Haynes <ma...@matthaynes.net> on 2007/09/25 16:25:15 UTC

New Task for External Page

Hi there,

I have developed a small Java application called XML Directory Listing.
Doing exactly what it says on the tin, the app produces and XML
representation of a directory structure. Similar to Cocoon's Directory
Generator.

The application is configurable (recursion depth, sort order, includes /
excludes, and more) and also fast due to the SAX parsing. An Ant task
included in the distribution mean that all these features can be accessed
quickly via Ant.

We have found the app useful in a number of scenarios here at work
(necessity was the mother of invention) and would like to make it available
to others under the Apache 2.0 license.

I have attached a diff file of the external.xml page with  all relevant
details completed.

Please see: http://code.google.com/p/xml-dir-listing/ for more info.

Cheers,

Matt