You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by pe...@apache.org on 2006/12/11 00:08:06 UTC

svn commit: r485302 - /ant/core/trunk/docs/manual/CoreTasks/tar.html

Author: peterreilly
Date: Sun Dec 10 15:08:05 2006
New Revision: 485302

URL: http://svn.apache.org/viewvc?view=rev&rev=485302
Log:
Bugzilla 39617, clarification of tar task functionality

Modified:
    ant/core/trunk/docs/manual/CoreTasks/tar.html

Modified: ant/core/trunk/docs/manual/CoreTasks/tar.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/tar.html?view=diff&rev=485302&r1=485301&r2=485302
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/tar.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/tar.html Sun Dec 10 15:08:05 2006
@@ -238,7 +238,13 @@
 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>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org