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. +