Re: Java 8 for AntUnit

2022-02-13 Thread Gintautas Grigelionis
On Sun, 13 Feb 2022 at 21:50, Matt Benson  wrote:

> Okay to stick with Java 5 for now, for the 1.9.x reason.
>
> Thanks,
> Matt
>

Can JUnit 3 be removed? I believe JUnit 4 has Java 5 as a baseline.

Gintas


Re: Antlib test classpath

2022-02-13 Thread Matt Benson
On Sat, Feb 5, 2022, 1:19 AM Stefan Bodewig  wrote:

> 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 with antunit references, etc., so far to
> > no avail. Does anyone (Stefan?) have any basic suggestions I can try?
>
> I must admit that I never tried to use things with Ivy at all. When I
> run tests I do so with several -lib arguments (and always need to figure
> out what is required as I don't do it often enough).
>
> If you figured things out it would probably be a good idea to update the
> common build structure as needed.
>
>
>
>
> Well
>

The changes I have made today to Ant core and Antunit will allow us, after
the next release of each, to boilerplate the classpath setup for running
Antunit tests in antlibs using [future modifications to] the common build
structure.

Matt

Stefan
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
> For additional commands, e-mail: dev-h...@ant.apache.org
>
>


Re: Java 8 for AntUnit

2022-02-13 Thread Matt Benson
Okay to stick with Java 5 for now, for the 1.9.x reason.

Thanks,
Matt

On Thu, Feb 10, 2022, 9:09 AM Stefan Bodewig  wrote:

> On 2022-02-09, Matt Benson wrote:
>
> > Similarly to the question on Ivy, is there any compelling reason we
> should
> > continue to constrain this antlib to its current level of Java (1.)5?
>
> We still create Ant 1.9.x releases from time to time and 1.9.x would not
> be able to use newer releases. Having said that, it is not as if we had
> much active development of AntUnit, so it wouldn't miss out much.
>
> Stefan
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
> For additional commands, e-mail: dev-h...@ant.apache.org
>
>