When your task performs XSLT, does it programmatically use Ant's XSLT task
to perform the transformation or is it completely separate from any Ant
specifics? If the former, then you are out of luck because your task would
have to be at the same level as, or a parent of, Ant's main
classloader.
Hi to all;
Having faced a problem too long without precise answer. My problem is the
following.
I have developed an Ant task that performs XSLT inside. So far, so good,
provided I put my XSLT implementation in Ant 'lib' directory, the task works
fine.
But as soon as I try to refer to this tas