Browse Source

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
master
Peter Reilly 18 years ago
parent
commit
2769a62f2c
1 changed files with 7 additions and 1 deletions
  1. +7
    -1
      docs/manual/CoreTasks/tar.html

+ 7
- 1
docs/manual/CoreTasks/tar.html View File

@@ -238,7 +238,13 @@ to <code>${dist.name}/..</code>.</p>
Unix file permissions have been stored as part of the ZIP file, they
will be retained in the resulting tar archive.</p>


<p><strong>Note:</strong>
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.
</p>

</body>
</html>


Loading…
Cancel
Save