Antlib test classpath

2022-02-04 Thread Matt Benson
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

Re: Antlib test classpath

2022-02-04 Thread Matt Benson
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 >

Re: Antlib test classpath

2022-02-04 Thread Stefan Bodewig
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