> But we've encountered it in Axis, I am part way through writing a
> commons-logging adapter that binds commons-logging data to the ant
> output levels. So your code uses commons-logging internally, to bind to
> whatever, and in ant it gets the ant log system
Yea, that's true; I could just mod
Mike McNally wrote:
I've got some tools that are wired into ant via separate adapter
classes (that implement Task). I'd like to keep the tools such that
they're not directly dependent on Ant classes, but I'd also like to
make them smarter when used in Ant. Specifically, I'd at least like
to be ab