diff --git a/docs/manual/platform.html b/docs/manual/platform.html index d14580f46..dd9ef997a 100644 --- a/docs/manual/platform.html +++ b/docs/manual/platform.html @@ -8,11 +8,12 @@

Platform Issues

-

Unix

+

Unix and Linux

Microsoft Windows

@@ -43,7 +51,7 @@ the shell before deleting directories.

Cygwin

-Cygwin is not really an operating system; rather it is an application suite +Cygwin is not an operating system; rather it is an application suite running under Windows and providing some UNIX like functionality. AFAIK, Sun did not create any specific Java Development Kit or Java Runtime Environment for cygwin. See this link : @@ -66,6 +74,11 @@ instance like that : <echo message="${windows.pathname}"/> +We get lots of support calls from Cygwin users. Either it is incredibly +popular, or it is trouble. If you do use it, remember that Java is a +Windows application, so Ant is running in a Windows process, not a +Cygwin one. This will save us having to mark your bug reports as invalid. +

Apple MacOS X

MacOS X is the first of the Apple platforms that Ant supports completely;