git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276352 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -18,7 +18,7 @@ | |||||
| </p> | </p> | ||||
| <p> | <p> | ||||
| <a href="../CoreTypes/path.html">Path</a>s and/or | |||||
| <a href="../using.html#path">Path</a>s and/or | |||||
| <a href="../CoreTypes/fileset.html">FileSet</a>s and/or <a | <a href="../CoreTypes/fileset.html">FileSet</a>s and/or <a | ||||
| href="../CoreTypes/filelist.html">FileList</a>s are used to | href="../CoreTypes/filelist.html">FileList</a>s are used to | ||||
| select which files are to be concatenated. There is no | select which files are to be concatenated. There is no | ||||
| @@ -94,7 +94,7 @@ EOF (-1). This is a change from Ant 1.5, where such an attempt would block.</p> | |||||
| <tr> | <tr> | ||||
| <td valign="top">failonerror</td> | <td valign="top">failonerror</td> | ||||
| <td valign="top">Stop the buildprocess if the command exits with a | <td valign="top">Stop the buildprocess if the command exits with a | ||||
| returncode other than 0. Default is "false" (see <a href="#failonerror">note)</a></td> | |||||
| returncode other than 0. Default is "false" (see <a href="#failonerror">note</a>)</td> | |||||
| <td align="center" valign="top">No</td> | <td align="center" valign="top">No</td> | ||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| @@ -235,10 +235,10 @@ 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><a name="failonerror"/> | |||||
| If you specify <code>failonerror="true"</code> and you do not specify permissions, | |||||
| a set of default permissions will be added to your java invocation making sure that | |||||
| a non zero return code will lead to a <code>BuildException</code>. | |||||
| <p><a name="failonerror">Note:</a> | |||||
| if you specify <code>failonerror="true"</code> and you do not specify permissions, | |||||
| a set of default permissions will be added to your Java invocation to make sure that | |||||
| a non-zero return code will lead to a <code>BuildException</code>. | |||||
| </p> | </p> | ||||
| <p>Settings will be ignored if fork is enabled.</p> | <p>Settings will be ignored if fork is enabled.</p> | ||||
| @@ -211,7 +211,7 @@ resolution</a>. The nested <code><classpath></code> is a | |||||
| <h4>catalogpath</h4> | <h4>catalogpath</h4> | ||||
| <p> | <p> | ||||
| The nested <code>catalogpath</code> element is a <a | The nested <code>catalogpath</code> element is a <a | ||||
| href="using.html#path">path</a>-like structure listing catalog files to | |||||
| href="../using.html#path">path</a>-like structure listing catalog files to | |||||
| search. All files in this path are assumed to be OASIS catalog files, in | search. All files in this path are assumed to be OASIS catalog files, in | ||||
| either | either | ||||
| <a href="http://oasis-open.org/committees/entity/background/9401.html"> | <a href="http://oasis-open.org/committees/entity/background/9401.html"> | ||||
| @@ -61,7 +61,7 @@ Task to checkin a file | |||||
| Comment attribute <i>mycomment</i> is added as a task comment. The task | Comment attribute <i>mycomment</i> is added as a task comment. The task | ||||
| used is the one set as the default.</p> | used is the one set as the default.</p> | ||||
| <hr> | <hr> | ||||
| <h2><a name="ccmheckout">CCMCheckout</a></h2> | |||||
| <h2><a name="ccmcheckout">CCMCheckout</a></h2> | |||||
| <h3>Description</h3> | <h3>Description</h3> | ||||
| Task to perform a Checkout command to Continuus | Task to perform a Checkout command to Continuus | ||||
| <h3>Parameters</h3> | <h3>Parameters</h3> | ||||
| @@ -94,7 +94,7 @@ can, however, be done if absolutely necessary. | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <td><a href="ImportTypelib.html">ImportTypelib .html</a></td> | |||||
| <td><a href="importtypelib.html">ImportTypelib</a></td> | |||||
| <td>Imports a COM type library into .NET</td> | <td>Imports a COM type library into .NET</td> | ||||
| </tr> | </tr> | ||||
| @@ -20,7 +20,7 @@ have been regenerated by this task.</p> | |||||
| type mappers</a> this task needs a supporting regular expression | type mappers</a> this task needs a supporting regular expression | ||||
| library and an implementation of | library and an implementation of | ||||
| <code>org.apache.tools.ant.util.regexp.Regexp</code>. | <code>org.apache.tools.ant.util.regexp.Regexp</code>. | ||||
| See details in the documentation of the <a href=../CoreTypes/regexp.html#implementation">Regexp Type</a>. </p> | |||||
| See details in the documentation of the <a href="../CoreTypes/regexp.html#implementation">Regexp Type</a>. </p> | |||||
| <h3>Parameters</h3> | <h3>Parameters</h3> | ||||
| <table border="1" cellpadding="2" cellspacing="0"> | <table border="1" cellpadding="2" cellspacing="0"> | ||||
| @@ -188,7 +188,7 @@ tasks that can act as an implicit fileset:</p> | |||||
| <li><a href="CoreTasks/tar.html"><tar></a></li> | <li><a href="CoreTasks/tar.html"><tar></a></li> | ||||
| <li><a href="CoreTasks/zip.html"><zip></a></li> | <li><a href="CoreTasks/zip.html"><zip></a></li> | ||||
| <li><a href="OptionalTasks/ejb.html#ddcreator"><ddcreator></a></li> | <li><a href="OptionalTasks/ejb.html#ddcreator"><ddcreator></a></li> | ||||
| <li><a href="OptionalTasks/ejb.html#ejbjar.html"><ejbjar></a></li> | |||||
| <li><a href="OptionalTasks/ejb.html#ejbjar"><ejbjar></a></li> | |||||
| <li><a href="OptionalTasks/ejb.html#ejbc"><ejbc></a></li> | <li><a href="OptionalTasks/ejb.html#ejbc"><ejbc></a></li> | ||||
| <li><a href="OptionalTasks/cab.html"><cab></a></li> | <li><a href="OptionalTasks/cab.html"><cab></a></li> | ||||
| <li><a href="OptionalTasks/icontract.html"><icontract></a></li> | <li><a href="OptionalTasks/icontract.html"><icontract></a></li> | ||||
| @@ -64,7 +64,7 @@ | |||||
| </h1> | </h1> | ||||
| Tagdiff between <xsl:value-of select="@startTag"/> <xsl:value-of select="@startDate"/> and | Tagdiff between <xsl:value-of select="@startTag"/> <xsl:value-of select="@startDate"/> and | ||||
| <xsl:value-of select="@endTag"/> <xsl:value-of select="@endDate"/> | <xsl:value-of select="@endTag"/> <xsl:value-of select="@endDate"/> | ||||
| <p align="right">Designed for use with <a href="http://jakarta.apache.org">Ant</a>.</p> | |||||
| <p align="right">Designed for use with <a href="http://ant.apache.org/">Ant</a>.</p> | |||||
| <hr size="2"/> | <hr size="2"/> | ||||
| <a name="TOP"/> | <a name="TOP"/> | ||||
| <table width="100%"> | <table width="100%"> | ||||