This is an automated email from the ASF dual-hosted git repository. bodewig pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git
The following commit(s) were added to refs/heads/master by this push: new 8e3e4ba0f actually MacOS X is reported as family "mac" as well. 8e3e4ba0f is described below commit 8e3e4ba0faf08db7205804596c7db8180bf4e95d Author: Stefan Bodewig <bode...@apache.org> AuthorDate: Thu Jun 5 22:14:38 2025 +0200 actually MacOS X is reported as family "mac" as well. https://bz.apache.org/bugzilla/show_bug.cgi?id=65437 --- manual/Tasks/conditions.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manual/Tasks/conditions.html b/manual/Tasks/conditions.html index 247f2dd29..3e09e3bb5 100644 --- a/manual/Tasks/conditions.html +++ b/manual/Tasks/conditions.html @@ -111,7 +111,8 @@ <h4 id="os">os</h4> <li><q>windows</q>—for all versions of Microsoft Windows</li> <li><q>dos</q>—for all Microsoft DOS based operating systems including Microsoft Windows and OS/2</li> - <li><q>mac</q>—for all Apple Macintosh systems prior to Mac OS X</li> + <li><q>mac</q>—for all Apple Macintosh systems and likely Mac + OS X as well (may not detect MacOS X on all JVMs)</li> <li><q>unix</q>—for all Unix(-like) operating systems, including Linux and Mac OS X/macOS</li> <li><q>netware</q>—for Novell NetWare</li>