formatted plain HTML, much less XHTML. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278201 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Ant Task</title> | <title>Ant Task</title> | ||||
| </head> | </head> | ||||
| @@ -103,11 +103,11 @@ inside of targets.</p> | |||||
| <h4>property</h4> | <h4>property</h4> | ||||
| <p>See the description of the <a href="property.html">property | <p>See the description of the <a href="property.html">property | ||||
| task</a>. <br/> | |||||
| task</a>. <br> | |||||
| These properties become equivalent to properties you define on | These properties become equivalent to properties you define on | ||||
| the command line. These are special properties and they will always get passed | the command line. These are special properties and they will always get passed | ||||
| down, even through additional <code><*ant*></code> tasks with inheritall set to | down, even through additional <code><*ant*></code> tasks with inheritall set to | ||||
| false (see above). <br/> | |||||
| false (see above). <br> | |||||
| Note that the <code>refid</code> attribute points to a | Note that the <code>refid</code> attribute points to a | ||||
| reference in the calling project, not in the new one.</p> | reference in the calling project, not in the new one.</p> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>AntCall Task</title> | <title>AntCall Task</title> | ||||
| </head> | </head> | ||||
| @@ -89,7 +89,7 @@ attribute).</p> | |||||
| <h3>Parameters specified as nested elements</h3> | <h3>Parameters specified as nested elements</h3> | ||||
| <h4>param</h4> | <h4>param</h4> | ||||
| <p>Specifies the properties to set before running the specified target. See <a | <p>Specifies the properties to set before running the specified target. See <a | ||||
| href="property.html">property</a> for usage guidelines.<br/> | |||||
| href="property.html">property</a> for usage guidelines.<br> | |||||
| These properties become equivalent to properties you define on | These properties become equivalent to properties you define on | ||||
| the command line. These are special properties and they will always get passed | the command line. These are special properties and they will always get passed | ||||
| down, even through additional <code><*ant*></code> tasks with inheritall set to | down, even through additional <code><*ant*></code> tasks with inheritall set to | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>AntStructure Task</title> | <title>AntStructure Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Apply Task</title> | <title>Apply Task</title> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/antmanual.css"> | <link rel="stylesheet" type="text/css" href="../stylesheets/antmanual.css"> | ||||
| </head> | </head> | ||||
| @@ -56,9 +56,9 @@ to send input to it is via the input and inputstring attributes.</p> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <td valign="top">spawn</td> | <td valign="top">spawn</td> | ||||
| <td valign="top">whether or not you want the commands to be spawned.<br /> | |||||
| If you spawn a command, its output will not be logged by ant.<br /> | |||||
| The input, output, error, and result property settings are not active when spawning a process.<br /> | |||||
| <td valign="top">whether or not you want the commands to be spawned.<br> | |||||
| If you spawn a command, its output will not be logged by ant.<br> | |||||
| The input, output, error, and result property settings are not active when spawning a process.<br> | |||||
| <em>since Ant 1.6</em> | <em>since Ant 1.6</em> | ||||
| </td> | </td> | ||||
| <td align="center" valign="top">No, default is <i>false</i></td> | <td align="center" valign="top">No, default is <i>false</i></td> | ||||
| @@ -200,7 +200,7 @@ to send input to it is via the input and inputstring attributes.</p> | |||||
| <td valign="top">One of <i>file</i>, <i>dir</i> or | <td valign="top">One of <i>file</i>, <i>dir</i> or | ||||
| <i>both</i>. If set to <i>file</i>, only the names of plain | <i>both</i>. If set to <i>file</i>, only the names of plain | ||||
| files will be sent to the command. If set to <i>dir</i>, only | files will be sent to the command. If set to <i>dir</i>, only | ||||
| the names of directories are considered.<br /> | |||||
| the names of directories are considered.<br> | |||||
| <strong>Note:</strong> The type attribute does not apply to | <strong>Note:</strong> The type attribute does not apply to | ||||
| nested <i>dirset</i>s - <i>dirset</i>s always implicitly | nested <i>dirset</i>s - <i>dirset</i>s always implicitly | ||||
| assume type to be <i>dir</i>.</td> | assume type to be <i>dir</i>.</td> | ||||
| @@ -1,5 +1,5 @@ | |||||
| <html lang="en-us"><head> | <html lang="en-us"><head> | ||||
| <meta http-equiv="Content-Language" content="en-us"><link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <meta http-equiv="Content-Language" content="en-us"><link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Apt Task</title></head> | <title>Apt Task</title></head> | ||||
| <body> | <body> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Available Task</title> | <title>Available Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Basename Task</title> | <title>Basename Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>BuildNumber Task</title> | <title>BuildNumber Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>ChangeLog Task</title> | <title>ChangeLog Task</title> | ||||
| </head> | </head> | ||||
| @@ -23,7 +23,7 @@ from the command line in the target directory in which you are working. | |||||
| <td align="center" valign="top"><b>Required</b></td> | <td align="center" valign="top"><b>Required</b></td> | ||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <td colspan="3">Attributes from parent Cvs task which are meaningful here<br/> | |||||
| <td colspan="3">Attributes from parent Cvs task which are meaningful here<br> | |||||
| Since ant 1.6.1</td> | Since ant 1.6.1</td> | ||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Checksum Task</title> | <title>Checksum Task</title> | ||||
| </head> | </head> | ||||
| @@ -73,13 +73,13 @@ built-in into your JDK.</p> | |||||
| <tr> | <tr> | ||||
| <td valign="top">property</td> | <td valign="top">property</td> | ||||
| <td valign="top">This attribute can mean two different things, it | <td valign="top">This attribute can mean two different things, it | ||||
| depends on the presence of the verifyproperty attribute.<br/> | |||||
| depends on the presence of the verifyproperty attribute.<br> | |||||
| <b>If you don't set the verifyproperty attribute</b>, property | <b>If you don't set the verifyproperty attribute</b>, property | ||||
| specifies the name of the property to be set with the generated | specifies the name of the property to be set with the generated | ||||
| checksum value.<br/> | |||||
| checksum value.<br> | |||||
| <b>If you set the verifyproperty attribute</b>, property specifies | <b>If you set the verifyproperty attribute</b>, property specifies | ||||
| the checksum you expect to be generated (the checksum itself, not | the checksum you expect to be generated (the checksum itself, not | ||||
| a name of a property containing the checksum).<br/> | |||||
| a name of a property containing the checksum).<br> | |||||
| This cannot be specified when fileext is being used or when the | This cannot be specified when fileext is being used or when the | ||||
| number of files for which checksums is to be generated is greater | number of files for which checksums is to be generated is greater | ||||
| than 1. | than 1. | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Chmod Task</title> | <title>Chmod Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Clone Task</title> | <title>Clone Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Common</title> | <title>Common</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Concat</title> | <title>Concat</title> | ||||
| </head> | </head> | ||||
| @@ -298,4 +298,4 @@ | |||||
| </body> | </body> | ||||
| </html> | |||||
| </html> | |||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Condition Task</title> | <title>Condition Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Conditions Task</title> | <title>Conditions Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Copy Task</title> | <title>Copy Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Copydir Task</title> | <title>Copydir Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Copyfile Task</title> | <title>Copyfile Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>CVS Task</title> | <title>CVS Task</title> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/antmanual.css"> | <link rel="stylesheet" type="text/css" href="../stylesheets/antmanual.css"> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>CVSPass Task</title> | <title>CVSPass Task</title> | ||||
| </head> | </head> | ||||
| @@ -1,7 +1,7 @@ | |||||
| <html> | <html> | ||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>CvsTagDiff Task</title> | <title>CvsTagDiff Task</title> | ||||
| </head> | </head> | ||||
| <body> | <body> | ||||
| @@ -28,7 +28,7 @@ from the command line in the target directory in which you are working. | |||||
| <tr> | <tr> | ||||
| <td valign="top">startDate</td> | <td valign="top">startDate</td> | ||||
| <td valign="top">The earliest date from which diffs are to be | <td valign="top">The earliest date from which diffs are to be | ||||
| included in the report.<br/> | |||||
| included in the report.<br> | |||||
| accepts all formats accepted by the cvs command for -D date_spec arguments</td> | accepts all formats accepted by the cvs command for -D date_spec arguments</td> | ||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| @@ -40,7 +40,7 @@ from the command line in the target directory in which you are working. | |||||
| <tr> | <tr> | ||||
| <td valign="top">endDate</td> | <td valign="top">endDate</td> | ||||
| <td valign="top">The latest date from which diffs are to be | <td valign="top">The latest date from which diffs are to be | ||||
| included in the report.<br/> | |||||
| included in the report.<br> | |||||
| accepts all formats accepted by the cvs command for -D date_spec arguments</td> | accepts all formats accepted by the cvs command for -D date_spec arguments</td> | ||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>CVSVersion Task</title> | <title>CVSVersion Task</title> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/antmanual.css"> | <link rel="stylesheet" type="text/css" href="../stylesheets/antmanual.css"> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>DefaultExcludes Task</title> | <title>DefaultExcludes Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Delete Task</title> | <title>Delete Task</title> | ||||
| </head> | </head> | ||||
| @@ -62,8 +62,8 @@ in <strong>Directory-based Tasks</strong>, and see the | |||||
| <td valign="top">quiet</td> | <td valign="top">quiet</td> | ||||
| <td valign="top">If the specified file or directory does not exist, | <td valign="top">If the specified file or directory does not exist, | ||||
| do not display a diagnostic message (unless Ant | do not display a diagnostic message (unless Ant | ||||
| has been invoked with the <code>‑verbose</code> or | |||||
| <code>‑debug</code> switches) or modify the exit status to | |||||
| has been invoked with the <code>-verbose</code> or | |||||
| <code>-debug</code> switches) or modify the exit status to | |||||
| reflect an error. | reflect an error. | ||||
| When set to "true", if a file or directory cannot be deleted, | When set to "true", if a file or directory cannot be deleted, | ||||
| no error is reported. This setting emulates the | no error is reported. This setting emulates the | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Deltree Task</title> | <title>Deltree Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>DependSet Task</title> | <title>DependSet Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Dirname Task</title> | <title>Dirname Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>EAR Task</title> | <title>EAR Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Echo Task</title> | <title>Echo Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Exec Task</title> | <title>Exec Task</title> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/antmanual.css"> | <link rel="stylesheet" type="text/css" href="../stylesheets/antmanual.css"> | ||||
| </head> | </head> | ||||
| @@ -127,9 +127,9 @@ or the task will fail as follows: | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <td valign="top">spawn</td> | <td valign="top">spawn</td> | ||||
| <td valign="top">whether or not you want the command to be spawned<br/> | |||||
| <td valign="top">whether or not you want the command to be spawned<br> | |||||
| Default is false.<br> | Default is false.<br> | ||||
| If you spawn a command, its output will not be logged by ant.<br/> | |||||
| If you spawn a command, its output will not be logged by ant.<br> | |||||
| The input, output, error, and result property settings are not active when spawning a process.<br> | The input, output, error, and result property settings are not active when spawning a process.<br> | ||||
| <em>since Ant 1.6</em> | <em>since Ant 1.6</em> | ||||
| </td> | </td> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Fail Task</title> | <title>Fail Task</title> | ||||
| </head> | </head> | ||||
| @@ -52,7 +52,7 @@ or character data nested into the element.</p> | |||||
| conditional failure can be achieved using a single nested | conditional failure can be achieved using a single nested | ||||
| <code><condition></code> element, which should contain exactly one | <code><condition></code> element, which should contain exactly one | ||||
| core or custom condition. For information about conditions, see | core or custom condition. For information about conditions, see | ||||
| <a href="conditions.html">here</a>.<br /><b>Since Ant 1.6.2</b> | |||||
| <a href="conditions.html">here</a>.<br><b>Since Ant 1.6.2</b> | |||||
| </p> | </p> | ||||
| <h3>Examples</h3> | <h3>Examples</h3> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Filter Task</title> | <title>Filter Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>FixCRLF Task</title> | <title>FixCRLF Task</title> | ||||
| </head> | </head> | ||||
| @@ -65,47 +65,47 @@ | |||||
| <td valign="top">srcDir</td> | <td valign="top">srcDir</td> | ||||
| <td valign="top">Where to find the files to be fixed up.</td> | <td valign="top">Where to find the files to be fixed up.</td> | ||||
| <td valign="top" align="center" rowspan="2">One of these</td> | <td valign="top" align="center" rowspan="2">One of these</td> | ||||
| <td bgcolor="#CCCCCC"><nbsp /></td> | |||||
| <td bgcolor="#CCCCCC"> </td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <td valign="top">file</td> | <td valign="top">file</td> | ||||
| <td valign="top">Name of a single file to fix. <b>Since Ant 1.7</b></td> | <td valign="top">Name of a single file to fix. <b>Since Ant 1.7</b></td> | ||||
| <td bgcolor="#CCCCCC"><nbsp /></td> | |||||
| <td bgcolor="#CCCCCC"> </td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <td valign="top">destDir</td> | <td valign="top">destDir</td> | ||||
| <td valign="top">Where to place the corrected files. Defaults to | <td valign="top">Where to place the corrected files. Defaults to | ||||
| srcDir (replacing the original file).</td> | srcDir (replacing the original file).</td> | ||||
| <td valign="top" align="center">No</td> | <td valign="top" align="center">No</td> | ||||
| <td bgcolor="#CCCCCC"><nbsp /></td> | |||||
| <td bgcolor="#CCCCCC"> </td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <td valign="top">includes</td> | <td valign="top">includes</td> | ||||
| <td valign="top">comma- or space-separated list of patterns of files that must be | <td valign="top">comma- or space-separated list of patterns of files that must be | ||||
| included. All files are included when omitted.</td> | included. All files are included when omitted.</td> | ||||
| <td valign="top" align="center">No</td> | <td valign="top" align="center">No</td> | ||||
| <td bgcolor="#CCCCCC"><nbsp /></td> | |||||
| <td bgcolor="#CCCCCC"> </td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <td valign="top">includesfile</td> | <td valign="top">includesfile</td> | ||||
| <td valign="top">the name of a file. Each line of this file is | <td valign="top">the name of a file. Each line of this file is | ||||
| taken to be an include pattern.</td> | taken to be an include pattern.</td> | ||||
| <td valign="top" align="center">No</td> | <td valign="top" align="center">No</td> | ||||
| <td bgcolor="#CCCCCC"><nbsp /></td> | |||||
| <td bgcolor="#CCCCCC"> </td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <td valign="top">excludes</td> | <td valign="top">excludes</td> | ||||
| <td valign="top">comma- or space-separated list of patterns of files that must be | <td valign="top">comma- or space-separated list of patterns of files that must be | ||||
| excluded. No files (except default excludes) are excluded when omitted.</td> | excluded. No files (except default excludes) are excluded when omitted.</td> | ||||
| <td valign="top" align="center">No</td> | <td valign="top" align="center">No</td> | ||||
| <td bgcolor="#CCCCCC"><nbsp /></td> | |||||
| <td bgcolor="#CCCCCC"> </td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <td valign="top">excludesfile</td> | <td valign="top">excludesfile</td> | ||||
| <td valign="top">the name of a file. Each line of this file is | <td valign="top">the name of a file. Each line of this file is | ||||
| taken to be an exclude pattern.</td> | taken to be an exclude pattern.</td> | ||||
| <td valign="top" align="center">No</td> | <td valign="top" align="center">No</td> | ||||
| <td bgcolor="#CCCCCC"><nbsp /></td> | |||||
| <td bgcolor="#CCCCCC"> </td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <td valign="top">defaultexcludes</td> | <td valign="top">defaultexcludes</td> | ||||
| @@ -113,20 +113,20 @@ | |||||
| ("yes"/"no"). Default excludes are used when omitted. | ("yes"/"no"). Default excludes are used when omitted. | ||||
| </td> | </td> | ||||
| <td valign="top" align="center">No</td> | <td valign="top" align="center">No</td> | ||||
| <td bgcolor="#CCCCCC"><nbsp /></td> | |||||
| <td bgcolor="#CCCCCC"> </td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <td valign="top">encoding</td> | <td valign="top">encoding</td> | ||||
| <td valign="top">The encoding of the files.</td> | <td valign="top">The encoding of the files.</td> | ||||
| <td align="center">No; defaults to default JVM encoding.</td> | <td align="center">No; defaults to default JVM encoding.</td> | ||||
| <td bgcolor="#CCCCCC"><nbsp /></td> | |||||
| <td bgcolor="#CCCCCC"> </td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <td valign="top">preservelastmodified</td> | <td valign="top">preservelastmodified</td> | ||||
| <td valign="top">Whether to preserve the last modified | <td valign="top">Whether to preserve the last modified | ||||
| date of source files. <b>Since Ant 1.6.3</b></td> | date of source files. <b>Since Ant 1.6.3</b></td> | ||||
| <td align="center">No; default is <i>false</i></td> | <td align="center">No; default is <i>false</i></td> | ||||
| <td bgcolor="#CCCCCC"><nbsp /></td> | |||||
| <td bgcolor="#CCCCCC"> </td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <td valign="top">eol</td> | <td valign="top">eol</td> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>GenKey Task</title> | <title>GenKey Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Get Task</title> | <title>Get Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>GUnZip Task</title> | <title>GUnZip Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>GZip Task</title> | <title>GZip Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <html> | <html> | ||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Import Task</title> | <title>Import Task</title> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/antmanual.css"> | <link rel="stylesheet" type="text/css" href="../stylesheets/antmanual.css"> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Input Task</title> | <title>Input Task</title> | ||||
| </head> | </head> | ||||
| @@ -129,4 +129,4 @@ property <code>db.user</code> to the value entered by the user.</p> | |||||
| <p align="center">Copyright © 2001-2005 The Apache Software Foundation. All rights | <p align="center">Copyright © 2001-2005 The Apache Software Foundation. All rights | ||||
| Reserved.</p> | Reserved.</p> | ||||
| </body> | </body> | ||||
| </html> | |||||
| </html> | |||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Jar Task</title> | <title>Jar Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Java Task</title> | <title>Java Task</title> | ||||
| </head> | </head> | ||||
| @@ -66,9 +66,9 @@ attributes.</p> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <td valign="top">spawn</td> | <td valign="top">spawn</td> | ||||
| <td valign="top">if enabled allows to start a process which will outlive ant.<br/> | |||||
| <td valign="top">if enabled allows to start a process which will outlive ant.<br> | |||||
| Requires fork=true, and not compatible | Requires fork=true, and not compatible | ||||
| with timeout, input, output, error, result attributes.<br/> | |||||
| with timeout, input, output, error, result attributes.<br> | |||||
| (disabled by default)</td> | (disabled by default)</td> | ||||
| <td align="center" valign="top">No</td> | <td align="center" valign="top">No</td> | ||||
| </tr> | </tr> | ||||
| @@ -239,7 +239,7 @@ see <a href="../CoreTypes/permissions.html">permissions</a></p> | |||||
| <p>When the permission RuntimePermission exitVM has not been granted (or has | <p>When the permission RuntimePermission exitVM has not been granted (or has | ||||
| been revoked) the System.exit() call will be intercepted | been revoked) the System.exit() call will be intercepted | ||||
| and treated like indicated in <i>failonerror</i>.</p> | and treated like indicated in <i>failonerror</i>.</p> | ||||
| <p>Note:<br/> | |||||
| <p>Note:<br> | |||||
| If you do not specify permissions, | If you do not specify permissions, | ||||
| a set of default permissions will be added to your Java invocation to make | a set of default permissions will be added to your Java invocation to make | ||||
| sure that the ant run will continue or terminated as indicated by | sure that the ant run will continue or terminated as indicated by | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Javac Task</title> | <title>Javac Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Javadoc Task</title> | <title>Javadoc Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Length Task</title> | <title>Length Task</title> | ||||
| </head> | </head> | ||||
| @@ -74,7 +74,7 @@ | |||||
| </pre> | </pre> | ||||
| <p>Stores the length of file "bar" in the property named | <p>Stores the length of file "bar" in the property named | ||||
| <i>length.bar</i>.</p> | <i>length.bar</i>.</p> | ||||
| <hr /> | |||||
| <hr> | |||||
| <p align="center">Copyright © 2005 The Apache Software Foundation. | <p align="center">Copyright © 2005 The Apache Software Foundation. | ||||
| All rights Reserved.</p> | All rights Reserved.</p> | ||||
| </body> | </body> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Libraries Task</title> | <title>Libraries Task</title> | ||||
| </head> | </head> | ||||
| @@ -401,7 +401,7 @@ over hard coding versions in a build file. | |||||
| build/lib/product.war with an update schedule of every eleven hours. | build/lib/product.war with an update schedule of every eleven hours. | ||||
| </p> | </p> | ||||
| <hr/> | |||||
| <hr> | |||||
| <p align="center">Copyright © 2005 The Apache Software Foundation. All rights | <p align="center">Copyright © 2005 The Apache Software Foundation. All rights | ||||
| Reserved.</p> | Reserved.</p> | ||||
| @@ -1,6 +1,6 @@ | |||||
| <html> | <html> | ||||
| <head> | <head> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>LoadFile Task</title> | <title>LoadFile Task</title> | ||||
| </head> | </head> | ||||
| @@ -1,6 +1,6 @@ | |||||
| <html> | <html> | ||||
| <head> | <head> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>LoadProperties Task</title> | <title>LoadProperties Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"></meta> | <meta http-equiv="Content-Language" content="en-us"></meta> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>MacroDef Task</title> | <title>MacroDef Task</title> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/antmanual.css"> | <link rel="stylesheet" type="text/css" href="../stylesheets/antmanual.css"> | ||||
| <style type="text/css"> | <style type="text/css"> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Mail Task</title> | <title>Mail Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Manifest Task</title> | <title>Manifest Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Mkdir Task</title> | <title>Mkdir Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Move Task</title> | <title>Move Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Nice Task</title> | <title>Nice Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>GZip/BZip2 Tasks</title> | <title>GZip/BZip2 Tasks</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Parallel Task</title> | <title>Parallel Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Patch Task</title> | <title>Patch Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>PathConvert Task</title> | <title>PathConvert Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"></meta> | <meta http-equiv="Content-Language" content="en-us"></meta> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>PreSetDef Task</title> | <title>PreSetDef Task</title> | ||||
| <style type="text/css"> | <style type="text/css"> | ||||
| <!-- | <!-- | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Property Task</title> | <title>Property Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Recorder Task</title> | <title>Recorder Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Rename Task</title> | <title>Rename Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Replace Task</title> | <title>Replace Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Rmic Task</title> | <title>Rmic Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Sequential Task</title> | <title>Sequential Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>SignJar Task</title> | <title>SignJar Task</title> | ||||
| </head> | </head> | ||||
| @@ -1,7 +1,7 @@ | |||||
| <html> | <html> | ||||
| <head> | <head> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Sleep Task</title> | <title>Sleep Task</title> | ||||
| </head> | </head> | ||||
| @@ -1,7 +1,7 @@ | |||||
| <html> | <html> | ||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>SQL Task</title> | <title>SQL Task</title> | ||||
| </head> | </head> | ||||
| <body> | <body> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>XSLT Task</title> | <title>XSLT Task</title> | ||||
| </head> | </head> | ||||
| @@ -201,7 +201,7 @@ element is used to perform Entity and URI resolution.</p> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <td valign="top">expression</td> | <td valign="top">expression</td> | ||||
| <td valign="top">Text value to be placed into the param.<br/> | |||||
| <td valign="top">Text value to be placed into the param.<br> | |||||
| Was originally intended to be an XSL expression.</td> | Was originally intended to be an XSL expression.</td> | ||||
| <td align="center" valign="top">Yes</td> | <td align="center" valign="top">Yes</td> | ||||
| </tr> | </tr> | ||||
| @@ -23,7 +23,7 @@ | |||||
| <td> | <td> | ||||
| <!-- PROJECT LOGO --> | <!-- PROJECT LOGO --> | ||||
| <a href="http://ant.apache.org/"> | <a href="http://ant.apache.org/"> | ||||
| <img src="../../images/ant_logo_large.gif" align="right" alt="Apache Ant" border="0"/> | |||||
| <img src="../../images/ant_logo_large.gif" align="right" alt="Apache Ant" border="0"> | |||||
| </a> | </a> | ||||
| </td> | </td> | ||||
| </tr></table> | </tr></table> | ||||
| @@ -123,7 +123,7 @@ | |||||
| <font color="#000000" size="-1" face="arial,helvetica,sanserif">antfile</font> | <font color="#000000" size="-1" face="arial,helvetica,sanserif">antfile</font> | ||||
| </td> | </td> | ||||
| <td bgcolor="#eeeeee" valign="top" align="left"> | <td bgcolor="#eeeeee" valign="top" align="left"> | ||||
| <font color="#000000" size="-1" face="arial,helvetica,sanserif">Build file name, to use in conjunction with directories.<br/> Defaults to "build.xml".<br/> If <code>genericantfile</code> is set, this attribute is ignored.</font> | |||||
| <font color="#000000" size="-1" face="arial,helvetica,sanserif">Build file name, to use in conjunction with directories.<br> Defaults to "build.xml".<br> If <code>genericantfile</code> is set, this attribute is ignored.</font> | |||||
| </td> | </td> | ||||
| <td bgcolor="#eeeeee" valign="top" align="left"> | <td bgcolor="#eeeeee" valign="top" align="left"> | ||||
| <font color="#000000" size="-1" face="arial,helvetica,sanserif">String</font> | <font color="#000000" size="-1" face="arial,helvetica,sanserif">String</font> | ||||
| @@ -174,7 +174,7 @@ | |||||
| <font color="#000000" size="-1" face="arial,helvetica,sanserif">genericantfile</font> | <font color="#000000" size="-1" face="arial,helvetica,sanserif">genericantfile</font> | ||||
| </td> | </td> | ||||
| <td bgcolor="#eeeeee" valign="top" align="left"> | <td bgcolor="#eeeeee" valign="top" align="left"> | ||||
| <font color="#000000" size="-1" face="arial,helvetica,sanserif">Build file path, to use in conjunction with directories.<br/> Use <code>genericantfile</code>, in order to run the same build file with different basedirs.<br/> If this attribute is set, <code>antfile</code> is ignored.</font> | |||||
| <font color="#000000" size="-1" face="arial,helvetica,sanserif">Build file path, to use in conjunction with directories.<br> Use <code>genericantfile</code>, in order to run the same build file with different basedirs.<br> If this attribute is set, <code>antfile</code> is ignored.</font> | |||||
| </td> | </td> | ||||
| <td bgcolor="#eeeeee" valign="top" align="left"> | <td bgcolor="#eeeeee" valign="top" align="left"> | ||||
| <font color="#000000" size="-1" face="arial,helvetica,sanserif">File</font> | <font color="#000000" size="-1" face="arial,helvetica,sanserif">File</font> | ||||
| @@ -498,7 +498,7 @@ | |||||
| <!-- FOOTER SEPARATOR --> | <!-- FOOTER SEPARATOR --> | ||||
| <tr> | <tr> | ||||
| <td> | <td> | ||||
| <hr noshade="" size="1"/> | |||||
| <hr noshade="" size="1"> | |||||
| </td> | </td> | ||||
| </tr> | </tr> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Sync Task</title> | <title>Sync Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Tar Task</title> | <title>Tar Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>TaskDef Task</title> | <title>TaskDef Task</title> | ||||
| </head> | </head> | ||||
| @@ -23,7 +23,7 @@ | |||||
| <td> | <td> | ||||
| <!-- PROJECT LOGO --> | <!-- PROJECT LOGO --> | ||||
| <a href="http://ant.apache.org/"> | <a href="http://ant.apache.org/"> | ||||
| <img src="../../images/ant_logo_large.gif" align="right" alt="Apache Ant" border="0"/> | |||||
| <img src="../../images/ant_logo_large.gif" align="right" alt="Apache Ant" border="0"> | |||||
| </a> | </a> | ||||
| </td> | </td> | ||||
| </tr></table> | </tr></table> | ||||
| @@ -189,7 +189,7 @@ | |||||
| <!-- FOOTER SEPARATOR --> | <!-- FOOTER SEPARATOR --> | ||||
| <tr> | <tr> | ||||
| <td> | <td> | ||||
| <hr noshade="" size="1"/> | |||||
| <hr noshade="" size="1"> | |||||
| </td> | </td> | ||||
| </tr> | </tr> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Touch Task</title> | <title>Touch Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>TStamp Task</title> | <title>TStamp Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Typedef Task</title> | <title>Typedef Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>GUnzip/BUnzip2 Task</title> | <title>GUnzip/BUnzip2 Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Untar Task</title> | <title>Untar Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Unzip Task</title> | <title>Unzip Task</title> | ||||
| </head> | </head> | ||||
| @@ -73,7 +73,7 @@ to perform unarchival upon. | |||||
| <pre> | <pre> | ||||
| <unzip src="${tomcat_src}/tools-src.zip" dest="${tools.home}"/> | <unzip src="${tomcat_src}/tools-src.zip" dest="${tools.home}"/> | ||||
| </pre> | </pre> | ||||
| <p/> | |||||
| <p> | |||||
| <pre> | <pre> | ||||
| <gunzip src="tools.tar.gz"/> | <gunzip src="tools.tar.gz"/> | ||||
| <untar src="tools.tar" dest="${tools.home}"/> | <untar src="tools.tar" dest="${tools.home}"/> | ||||
| @@ -87,7 +87,7 @@ to perform unarchival upon. | |||||
| </patternset> | </patternset> | ||||
| </unzip> | </unzip> | ||||
| </pre> | </pre> | ||||
| <p/> | |||||
| <p> | |||||
| <pre> | <pre> | ||||
| <unzip dest="${tools.home}"> | <unzip dest="${tools.home}"> | ||||
| <patternset> | <patternset> | ||||
| @@ -100,7 +100,7 @@ to perform unarchival upon. | |||||
| </fileset> | </fileset> | ||||
| </unzip> | </unzip> | ||||
| </pre> | </pre> | ||||
| <p/> | |||||
| <p> | |||||
| <pre> | <pre> | ||||
| <unzip src="apache-ant-bin.zip" dest="${tools.home}"> | <unzip src="apache-ant-bin.zip" dest="${tools.home}"> | ||||
| <patternset> | <patternset> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Uptodate Task</title> | <title>Uptodate Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>WaitFor Task</title> | <title>WaitFor Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>WAR Task</title> | <title>WAR Task</title> | ||||
| </head> | </head> | ||||
| @@ -23,7 +23,7 @@ | |||||
| <td> | <td> | ||||
| <!-- PROJECT LOGO --> | <!-- PROJECT LOGO --> | ||||
| <a href="http://ant.apache.org/"> | <a href="http://ant.apache.org/"> | ||||
| <img src="../../images/ant_logo_large.gif" align="right" alt="Apache Ant" border="0"/> | |||||
| <img src="../../images/ant_logo_large.gif" align="right" alt="Apache Ant" border="0"> | |||||
| </a> | </a> | ||||
| </td> | </td> | ||||
| </tr></table> | </tr></table> | ||||
| @@ -190,7 +190,7 @@ | |||||
| <!-- FOOTER SEPARATOR --> | <!-- FOOTER SEPARATOR --> | ||||
| <tr> | <tr> | ||||
| <td> | <td> | ||||
| <hr noshade="" size="1"/> | |||||
| <hr noshade="" size="1"> | |||||
| </td> | </td> | ||||
| </tr> | </tr> | ||||
| @@ -1,6 +1,6 @@ | |||||
| <html> | <html> | ||||
| <head> | <head> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>XmlProperty Task</title> | <title>XmlProperty Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Zip Task</title> | <title>Zip Task</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"></meta> | <meta http-equiv="Content-Language" content="en-us"></meta> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>AntLib</title> | <title>AntLib</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Assertions type</title> | <title>Assertions type</title> | ||||
| </head> | </head> | ||||
| @@ -1,7 +1,7 @@ | |||||
| <html> | <html> | ||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"></meta> | <meta http-equiv="Content-Language" content="en-us"></meta> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Custom Components</title> | <title>Custom Components</title> | ||||
| </head> | </head> | ||||
| <body> | <body> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Apache Ant User Manual</title> | <title>Apache Ant User Manual</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>DirSet Type</title> | <title>DirSet Type</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>FileList Type</title> | <title>FileList Type</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>FileSet Type</title> | <title>FileSet Type</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <html> | <html> | ||||
| <head> | <head> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>FilterChains and FilterReaders</title> | <title>FilterChains and FilterReaders</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <html> | <html> | ||||
| <head> | <head> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>FilterSet Type</title> | <title>FilterSet Type</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Mapper Type</title> | <title>Mapper Type</title> | ||||
| </head> | </head> | ||||
| @@ -84,13 +84,13 @@ implementations of <CODE>org.apache.tools.ant.util.FileNameMapper</CODE>. | |||||
| If nested File Mappers are specified by either means, the mapper will be | If nested File Mappers are specified by either means, the mapper will be | ||||
| implicitly configured as a <a href="#composite-mapper">composite mapper</a>. | implicitly configured as a <a href="#composite-mapper">composite mapper</a>. | ||||
| </p> | </p> | ||||
| <hr/> | |||||
| <hr> | |||||
| <h3>The built-in mapper types are:</h3> | <h3>The built-in mapper types are:</h3> | ||||
| <p>All built-in mappers are case-sensitive.</p> | <p>All built-in mappers are case-sensitive.</p> | ||||
| <p><b>As of Ant 1.6.2,</b> each of the built-in mapper implementation | <p><b>As of Ant 1.6.2,</b> each of the built-in mapper implementation | ||||
| types is directly accessible using a specific tagname. This makes it | types is directly accessible using a specific tagname. This makes it | ||||
| possible for filename mappers to support attributes in addition to | possible for filename mappers to support attributes in addition to | ||||
| the generally available <i>to</i> and <i>from</i>.<br/> | |||||
| the generally available <i>to</i> and <i>from</i>.<br> | |||||
| The <code><mapper type|classname="..."></code> usage | The <code><mapper type|classname="..."></code> usage | ||||
| form remains valid for reasons of backward compatibility.</p> | form remains valid for reasons of backward compatibility.</p> | ||||
| <h4><a name="identity-mapper">identity</a></h4> | <h4><a name="identity-mapper">identity</a></h4> | ||||
| @@ -1,5 +1,5 @@ | |||||
| <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> | <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> | ||||
| <html><head><link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <html><head><link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>XmlNamespaceSupport</title></head> | <title>XmlNamespaceSupport</title></head> | ||||
| <body> | <body> | ||||
| <h2><a name="namespace">XML Namespace Support</a></h2> | <h2><a name="namespace">XML Namespace Support</a></h2> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>PatternSet Type</title> | <title>PatternSet Type</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>Permissions type</title> | <title>Permissions type</title> | ||||
| </head> | </head> | ||||
| @@ -2,7 +2,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> | |||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | |||||
| <title>PropertySet Type</title> | <title>PropertySet Type</title> | ||||
| </head> | </head> | ||||