[Bug 67538] Make use of Ant's task to enfore the mininum Java build version

2023-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67538 --- Comment #7 from Michael Osipov --- Also fixed in: * tomcat-native main for 2.0.7 and onwards -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 67538] Make use of Ant's task to enfore the mininum Java build version

2023-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67538 Michael Osipov changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 67538] Make use of Ant's task to enfore the mininum Java build version

2023-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67538 --- Comment #5 from Michael Osipov --- (In reply to Christopher Schultz from comment #3) > (In reply to Michael Osipov from comment #2) > > > Compilation is expected to be done with Java 11, but tests can be run with > > > an earlier version,

[Bug 67538] Make use of Ant's task to enfore the mininum Java build version

2023-09-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67538 --- Comment #4 from Christopher Schultz --- +1 to adding this version check. Anything that causes the build to fail earlier is a Good Thing if it's gonna fail, anyway. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 67538] Make use of Ant's task to enfore the mininum Java build version

2023-09-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67538 --- Comment #3 from Christopher Schultz --- (In reply to Michael Osipov from comment #2) > > Compilation is expected to be done with Java 11, but tests can be run with > > an earlier version, IIRC. > > This seems to be a good point,

[Bug 67538] Make use of Ant's task to enfore the mininum Java build version

2023-09-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67538 Michael Osipov changed: What|Removed |Added CC||micha...@apache.org --- Comment #2

[Bug 67538] Make use of Ant's task to enfore the mininum Java build version

2023-09-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67538 --- Comment #1 from Konstantin Kolinko --- It is supported in Ant 1.9 as well (since 1.9.10): https://ant.apache.org/manual-1.9.x/Tasks/conditions.html Where do you want to place this test, and what version to check? Compilation is expected