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:55:10 UTC

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

mbenson     2004/11/22 14:55:10

  Modified:    docs/manual/CoreTasks Tag: ANT_16_BRANCH zip.html war.html
                        ear.html jar.html
  Log:
  Merge
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.21.2.6  +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.21.2.5
  retrieving revision 1.21.2.6
  diff -u -r1.21.2.5 -r1.21.2.6
  --- zip.html	19 Nov 2004 09:10:00 -0000	1.21.2.5
  +++ zip.html	22 Nov 2004 22:55:10 -0000	1.21.2.6
  @@ -68,6 +68,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.20.2.4  +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.20.2.3
  retrieving revision 1.20.2.4
  diff -u -r1.20.2.3 -r1.20.2.4
  --- war.html	25 May 2004 11:48:35 -0000	1.20.2.3
  +++ war.html	22 Nov 2004 22:55:10 -0000	1.20.2.4
  @@ -19,6 +19,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.16.2.4  +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.16.2.3
  retrieving revision 1.16.2.4
  diff -u -r1.16.2.3 -r1.16.2.4
  --- ear.html	25 May 2004 11:48:35 -0000	1.16.2.3
  +++ ear.html	22 Nov 2004 22:55:10 -0000	1.16.2.4
  @@ -17,6 +17,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>
  
  
  
  1.28.2.5  +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.28.2.4
  retrieving revision 1.28.2.5
  diff -u -r1.28.2.4 -r1.28.2.5
  --- jar.html	25 May 2004 11:48:35 -0000	1.28.2.4
  +++ jar.html	22 Nov 2004 22:55:10 -0000	1.28.2.5
  @@ -55,6 +55,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>
  
  
  

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