Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 39745 invoked from network); 3 Aug 2004 23:13:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 3 Aug 2004 23:13:05 -0000 Received: (qmail 87771 invoked by uid 500); 3 Aug 2004 23:13:03 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 87708 invoked by uid 500); 3 Aug 2004 23:13:02 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 87687 invoked by uid 500); 3 Aug 2004 23:13:02 -0000 Received: (qmail 87683 invoked by uid 99); 3 Aug 2004 23:13:02 -0000 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Tue, 03 Aug 2004 16:12:58 -0700 Received: (qmail 39701 invoked by uid 1365); 3 Aug 2004 23:12:58 -0000 Date: 3 Aug 2004 23:12:58 -0000 Message-ID: <20040803231258.39700.qmail@minotaur.apache.org> From: stevel@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant/docs/manual platform.html X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N stevel 2004/08/03 16:12:58 Modified: docs/manual platform.html Log: little known facts about IA64. 64 bit pointers mean you run out heap twice as fast. Revision Changes Path 1.9 +17 -4 ant/docs/manual/platform.html Index: platform.html =================================================================== RCS file: /home/cvs/ant/docs/manual/platform.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- platform.html 9 Feb 2004 21:50:05 -0000 1.8 +++ platform.html 3 Aug 2004 23:12:58 -0000 1.9 @@ -8,11 +8,12 @@

Platform Issues

-

Unix

+

Unix and Linux

    -
  • You should use a GNU version of tar to untar the ant source tree, -if you have downloaded this as a tar file. +
  • You should use a GNU version of tar to untar the Apache +Ant source tree, if you have downloaded this as a tar file. If you get +wierd errors about missing files, this is the problem.
  • Ant does not preserve file permissions when a file is copied, moved or archived, because Java does not let it read or write the permissions. @@ -22,6 +23,13 @@
  • Ant is not symbolic link aware in moves, deletes and when recursing down a tree of directories to build up a list of files. Unexpected things can happen. + +
  • Linux on IA-64: apparently you need a larger heap than the default +one (64M) to compile big projects. If you get out of heap +errors, either increase the heap or use a forking javac. Better yet, +use jikes for extra compilation speed. + +

Microsoft Windows

@@ -43,7 +51,7 @@

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 : @@ -65,6 +73,11 @@ </exec> <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

--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org