From fa525259c01ff5ccf7416cf1b19b6e6483938eb1 Mon Sep 17 00:00:00 2001 From: Diane Holt Date: Thu, 26 Apr 2001 20:18:46 +0000 Subject: [PATCH] Minor clean-up (and verifying I can commit from my home machine ). PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268970 13f79535-47bb-0310-9956-ffa450edef68 --- webpage/xdocs/faq.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/webpage/xdocs/faq.xml b/webpage/xdocs/faq.xml index 5280cfec2..887c2a49b 100644 --- a/webpage/xdocs/faq.xml +++ b/webpage/xdocs/faq.xml @@ -11,22 +11,22 @@ I get checksum errors when I try to extract the tar.gz distribution file. Why? -

Ant'distibution contains file names which are longer +

Ant's distibution contains file names that are longer than 100 characters, which is not supported by the standard - tar file format. Several different implementations of tar use + tar file format. Several different implementations of tar use different and incompatible ways to work around this restriction.

-

Ant' <tar> task can create tar archives that use +

Ant's <tar> task can create tar archives that use the GNU tar extension, and this has been used when putting - together the distribution. If you are using a different - version of tar (for example the one shipping with Solaris), + together the distribution. If you are using a different + version of tar (for example, the one shipping with Solaris), you cannot use it to extract the archive.

The solution is to either install GNU tar, which can be found here or use the zip archive instead (you can extract it using - jar cf).

+ jar xf).

@@ -35,7 +35,7 @@ How do I include an XML snippet in my build file? -

You can use XML's way of including external files and let +

You can use XML's way of including external files and let the parser do the job for Ant:

]]> -

will literally include the contents of common.xml where - you've placed the &common; entity.

+

will literally include the contents of common.xml where + you've placed the &common; entity.

-

In combination with a DTD this would look like this:

+

In combination with a DTD, this would look like this:

- \ No newline at end of file +