I am working on a new antlib (discussed a couple of years ago on list), and
trying to figure out how to get antunit to run tests using Ivy's created
classpath.test from the common build framework. I have tried combinations
of the (hidden) classloader task with antunit references, etc., so far to
no
Looks like I got it sorted by passing a path reference to Antunit and
executing typedef there.
Matt
On Fri, Feb 4, 2022, 12:07 PM Matt Benson wrote:
> I am working on a new antlib (discussed a couple of years ago on list),
> and trying to figure out how to get antunit to run tests using Ivy's
>
On 2022-02-04, Matt Benson wrote:
> I am working on a new antlib (discussed a couple of years ago on list), and
> trying to figure out how to get antunit to run tests using Ivy's created
> classpath.test from the common build framework. I have tried combinations
> of the (hidden) classloader task