You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

gzip.html 967 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Language" content="en-us">
  4. <title>Ant User Manual</title>
  5. </head>
  6. <body>
  7. <h2><a name="gzip">GZip</a></h2>
  8. <h3>Description</h3>
  9. <p>GZips a file.</p>
  10. <h3>Parameters</h3>
  11. <table border="1" cellpadding="2" cellspacing="0">
  12. <tr>
  13. <td valign="top"><b>Attribute</b></td>
  14. <td valign="top"><b>Description</b></td>
  15. <td align="center" valign="top"><b>Required</b></td>
  16. </tr>
  17. <tr>
  18. <td valign="top">src</td>
  19. <td valign="top">the file to gzip.</td>
  20. <td align="center" valign="top">Yes</td>
  21. </tr>
  22. <tr>
  23. <td valign="top">tofile</td>
  24. <td valign="top">the destination file.</td>
  25. <td align="center" valign="top">Yes</td>
  26. </tr>
  27. </table>
  28. <h3>Examples</h3>
  29. <blockquote>
  30. <p><code>&lt;gzip src=&quot;test.tar&quot; tofile=&quot;test.tar.gz&quot;
  31. /&gt;</code></p>
  32. </blockquote>
  33. <hr>
  34. <p align="center">Copyright &copy; 2000,2001 Apache Software Foundation. All rights
  35. Reserved.</p>
  36. </body>
  37. </html>