From 2769a62f2c8764c5e7e946ebd24aa757c4861f16 Mon Sep 17 00:00:00 2001
From: Peter Reilly
Date: Sun, 10 Dec 2006 23:08:05 +0000
Subject: [PATCH] Bugzilla 39617, clarification of tar task functionality
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@485302 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTasks/tar.html | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/docs/manual/CoreTasks/tar.html b/docs/manual/CoreTasks/tar.html
index 82575014c..d9e9d66c4 100644
--- a/docs/manual/CoreTasks/tar.html
+++ b/docs/manual/CoreTasks/tar.html
@@ -238,7 +238,13 @@ to ${dist.name}/..
.
Unix file permissions have been stored as part of the ZIP file, they
will be retained in the resulting tar archive.
-
+ Note:
+ Please note the tar task creates a tar file, it does not append
+ to an existing tar file. The existing tar file is replaced instead.
+ As with most tasks in Ant, the task only takes action if the output
+ file (the tar file in this case) is older than the input files, or
+ if the output file does not exist.
+