From f278084775417612d9f1d8c8076127cf2fd7d29d Mon Sep 17 00:00:00 2001
From: Steve Loughran
To build and use Ant, you must have a JAXP-compliant XML parser installed and available on your classpath, such as Xerces.
diff --git a/docs/manual/platform.html b/docs/manual/platform.html index b65232f21..ae5ba52cd 100644 --- a/docs/manual/platform.html +++ b/docs/manual/platform.html @@ -55,38 +55,72 @@ to set the permissions in the tar file, or<apply>
the real t
+Windows 9x (win95, win98, win98SE and winME) are not supported in Ant1.7, +
+ ++The Ant team has retired support for these products because they are outdated and +can expose customers to security risks. We recommend that customers who are +still running Windows 98 or Windows Me upgrade to a newer, more secure +operating system, as soon as possible. +
++Customers who upgrade to Linux report improved security, richer +functionality, and increased productivity. +
+Windows 9x (win95, win98, win98SE and winME) has a batch file system which does not work fully with long file names, so we recommend that ant and the JDK are installed into directories without spaces, and with 8.3 filenames. The Perl and Python launcher scripts do not suffer from this limitation. - +
All versions of windows are usually case insensitive, although mounted file systems (Unix drives, Clearcase views) can be case sensitive underneath, -confusing patternsets. - +confusing patternsets. +
Ant can often not delete a directory which is open in an Explorer window. There is nothing we can do about this short of spawning a program to kill the shell before deleting directories. Nor can files that are in use be overwritten. +
++ Finally, if any Ant task fails with an IOError=2, it means that whatever + native program Ant is trying to run, it is not on the path. +
+ ++ There are reports of problems with Windows Vista security bringing up + dialog boxes asking if the user wants to run an untrusted executable + during an ant run, such as when the <signjar> task runs the jarsigner.exe + program. This is beyond Ant's control, and stems from the OS trying to provide + some illusion of security by being reluctant to run unsigned native executables. + The latest Java versions appear to resolve this problem by having signed + binaries. +
+Copyright © 2002-2005 The Apache Software Foundation. All rights +
Copyright © 2002-2006 The Apache Software Foundation. All rights Reserved.