You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by mb...@apache.org on 2004/11/22 23:53:50 UTC

cvs commit: ant/docs/manual/CoreTasks zip.html jar.html war.html ear.html

mbenson     2004/11/22 14:53:50

  Modified:    docs/manual/CoreTasks zip.html jar.html war.html ear.html
  Log:
  Added warnings regarding duplicate files to <zip> and family.
  PR: 30339
  
  Revision  Changes    Path
  1.27      +6 -0      ant/docs/manual/CoreTasks/zip.html
  
  Index: zip.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/zip.html,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- zip.html	19 Nov 2004 09:07:09 -0000	1.26
  +++ zip.html	22 Nov 2004 22:53:50 -0000	1.27
  @@ -67,6 +67,12 @@
   implementation of the zip and unzip commands - these are the default
   versions of zip and unzip for many Unix and Unix-like systems.</p>
   
  +<p><b>Please note that the zip format allows multiple files of the same
  +fully-qualified name to exist within a single archive.  This has been
  +documented as causing various problems for unsuspecting users.  If you wish
  +to avoid this behavior you must set the <code>duplicate</code> attribute
  +to a value other than its default, <code>&quot;add&quot;</code>.</b></p>
  +
   <h3>Parameters</h3>
   <table border="1" cellpadding="2" cellspacing="0">
     <tr>
  
  
  
  1.33      +6 -0      ant/docs/manual/CoreTasks/jar.html
  
  Index: jar.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/jar.html,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- jar.html	25 May 2004 11:48:20 -0000	1.32
  +++ jar.html	22 Nov 2004 22:53:50 -0000	1.33
  @@ -54,6 +54,12 @@
   being wrapped and continued on the next line.
   </p>
   
  +<p><b>Please note that the zip format allows multiple files of the same
  +fully-qualified name to exist within a single archive.  This has been
  +documented as causing various problems for unsuspecting users.  If you wish
  +to avoid this behavior you must set the <code>duplicate</code> attribute
  +to a value other than its default, <code>&quot;add&quot;</code>.</b></p>
  +
   <h3>Parameters</h3>
   <table border="1" cellpadding="2" cellspacing="0">
     <tr>
  
  
  
  1.24      +6 -0      ant/docs/manual/CoreTasks/war.html
  
  Index: war.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/war.html,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- war.html	25 May 2004 11:48:20 -0000	1.23
  +++ war.html	22 Nov 2004 22:53:50 -0000	1.24
  @@ -18,6 +18,12 @@
   attributes of zipfilesets in a Zip or Jar task.)</p>
   <p>The extended zipfileset element from the zip task (with attributes <i>prefix</i>, <i>fullpath</i>, and <i>src</i>) is available in the War task.</p>
   
  +<p><b>Please note that the zip format allows multiple files of the same
  +fully-qualified name to exist within a single archive.  This has been
  +documented as causing various problems for unsuspecting users.  If you wish
  +to avoid this behavior you must set the <code>duplicate</code> attribute
  +to a value other than its default, <code>&quot;add&quot;</code>.</b></p>
  +
   <h3>Parameters</h3>
   <table border="1" cellpadding="2" cellspacing="0">
     <tr>
  
  
  
  1.20      +6 -0      ant/docs/manual/CoreTasks/ear.html
  
  Index: ear.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/ear.html,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- ear.html	25 May 2004 11:48:20 -0000	1.19
  +++ ear.html	22 Nov 2004 22:53:50 -0000	1.20
  @@ -16,6 +16,12 @@
   attributes of zipfilesets in a Zip or Jar task.)</p>
   <p>The extended zipfileset element from the zip task (with attributes <i>prefix</i>, <i>fullpath</i>, and <i>src</i>) is available in the Ear task.</p>
   
  +<p><b>Please note that the zip format allows multiple files of the same
  +fully-qualified name to exist within a single archive.  This has been
  +documented as causing various problems for unsuspecting users.  If you wish
  +to avoid this behavior you must set the <code>duplicate</code> attribute
  +to a value other than its default, <code>&quot;add&quot;</code>.</b></p>
  +
   <h3>Parameters</h3>
   <table border="1" cellpadding="2" cellspacing="0">
     <tr>
  
  
  

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