From 58b828830e85f3a6321d8b8efbac2a07846c8f31 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Tue, 3 Aug 2004 23:12:58 +0000 Subject: [PATCH] little known facts about IA64. 64 bit pointers mean you run out heap twice as fast. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276745 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/platform.html | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) 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;