Does anyone have a problem with me creating a sandbox directory for
wayward Ant Tasks that have either not yet made it into Ant CVS or are
too specific for that purpose?
Right now I have 2, one called xpath, that will eventually get and set
values to and from an xml file, and the other one is called xmlfilelist,
which takes a filter of files and then spits them out in xml to be used
by anther process (XSLT).
The xpath task was contributed for my needs of AntGump at alexandria,
but it has been discussed on ant-dev and was thought to be either:
a) merged with the replace task as it only sets values right now
or
b) I suggested that I expand the functionality to do more than set.
I am working on b), but I also know that there are many 'wayward' Ant
tasks that don't quite make it to the big time, but are useful.
With that, are there any objections to the Aphid directory in the sandbox?
Scott Sanders