@@ -217,11 +217,10 @@ URL. By default, HTTP responses errors of 400 or greater are viewed as invalid.< | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td>readTimeout</td> | <td>readTimeout</td> | ||||
<td>Read timeout, in milli second, that will be used while reading from the target URL. | |||||
<td>Read timeout, in milliseconds, that will be used while reading from the target URL. | |||||
Accepts any value ≥ 0. Value of 0 implies wait indefinitely. Value < 0 will be silently | Accepts any value ≥ 0. Value of 0 implies wait indefinitely. Value < 0 will be silently | ||||
ignored.<br/> | ignored.<br/> | ||||
<em>since Ant 1.10.6</em></td> | <em>since Ant 1.10.6</em></td> | ||||
</td> | |||||
<td>No; defaults to <q>0</q></td> | <td>No; defaults to <q>0</q></td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
@@ -1523,7 +1523,6 @@ example, <var>suffix</var>). Refer to the appropriate documentation for more det | |||||
this if you prefer to run GenIC at deployment time.</td> | this if you prefer to run GenIC at deployment time.</td> | ||||
<td>No; defaults to <q>false</q></td> | <td>No; defaults to <q>false</q></td> | ||||
</tr> | </tr> | ||||
<tr> | |||||
</tbody> | </tbody> | ||||
</table> | </table> | ||||
@@ -608,11 +608,11 @@ Same as for <code>package</code>. | |||||
<p>Same as one entry in the list given by <code>modulenames</code>.</p> | <p>Same as one entry in the list given by <code>modulenames</code>.</p> | ||||
<h5>Parameters</h5> | <h5>Parameters</h5> | ||||
<table width="90%" border="1" cellpadding="2" cellspacing="0"> | |||||
<table class="attr"> | |||||
<tr> | <tr> | ||||
<td scope="col"><b>Attribute</b></td> | |||||
<td scope="col"><b>Description</b></td> | |||||
<td scope="col"><b>Required</b></td> | |||||
<th scope="col">Attribute</th> | |||||
<th scope="col">Description</th> | |||||
<th scope="col">Required</th> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td>name</td> | <td>name</td> | ||||
@@ -871,7 +871,7 @@ See <a href="../using.html#arg">Command line arguments</a>.</p> | |||||
<group title="Group 2 Packages" packages="com.dummy.test.b*:com.dummy.test.c*"/> | <group title="Group 2 Packages" packages="com.dummy.test.b*:com.dummy.test.c*"/> | ||||
<link offline="true" href="https://docs.oracle.com/javase/8/docs/api/" packagelistLoc="C:\tmp"/> | <link offline="true" href="https://docs.oracle.com/javase/8/docs/api/" packagelistLoc="C:\tmp"/> | ||||
<link href="https://docs.oracle.com/javase/8/docs/api/"/> | <link href="https://docs.oracle.com/javase/8/docs/api/"/> | ||||
</javadoc></pre> | |||||
</javadoc></pre> | |||||
<p>is the same as</p> | <p>is the same as</p> | ||||
@@ -894,7 +894,7 @@ See <a href="../using.html#arg">Command line arguments</a>.</p> | |||||
<group title="Group 2 Packages" packages="com.dummy.test.b*:com.dummy.test.c*"/> | <group title="Group 2 Packages" packages="com.dummy.test.b*:com.dummy.test.c*"/> | ||||
<link offline="true" href="https://docs.oracle.com/javase/8/docs/api/" packagelistLoc="C:\tmp"/> | <link offline="true" href="https://docs.oracle.com/javase/8/docs/api/" packagelistLoc="C:\tmp"/> | ||||
<link href="https://docs.oracle.com/javase/8/docs/api/"/> | <link href="https://docs.oracle.com/javase/8/docs/api/"/> | ||||
</javadoc></pre> | |||||
</javadoc></pre> | |||||
<p>or</p> | <p>or</p> | ||||
@@ -917,7 +917,7 @@ See <a href="../using.html#arg">Command line arguments</a>.</p> | |||||
<group title="Group 2 Packages" packages="com.dummy.test.b*:com.dummy.test.c*"/> | <group title="Group 2 Packages" packages="com.dummy.test.b*:com.dummy.test.c*"/> | ||||
<link offline="true" href="https://docs.oracle.com/javase/8/docs/api/" packagelistLoc="C:\tmp"/> | <link offline="true" href="https://docs.oracle.com/javase/8/docs/api/" packagelistLoc="C:\tmp"/> | ||||
<link href="https://docs.oracle.com/javase/8/docs/api/"/> | <link href="https://docs.oracle.com/javase/8/docs/api/"/> | ||||
</javadoc></pre> | |||||
</javadoc></pre> | |||||
</body> | </body> | ||||
</html> | </html> |
@@ -226,7 +226,7 @@ through them</p> | |||||
+ filesets.get(i).getDir(project)); | + filesets.get(i).getDir(project)); | ||||
} | } | ||||
]]> | ]]> | ||||
</scriptdef> | |||||
</scriptdef> | |||||
<scripttest2> | <scripttest2> | ||||
<fileset dir="src"/> | <fileset dir="src"/> | ||||
@@ -221,7 +221,7 @@ server:</p> | |||||
server:</p> | server:</p> | ||||
<pre> | <pre> | ||||
<serverdeploy action="delete" source="${lib.dir}/ejb_myApp.jar"/> | |||||
<serverdeploy action="delete" source="${lib.dir}/ejb_myApp.jar"/> | |||||
<weblogic application="myapp" | <weblogic application="myapp" | ||||
server="t3://myserver:7001" | server="t3://myserver:7001" | ||||
classpath="${weblogic.home}/lib/weblogic.jar" | classpath="${weblogic.home}/lib/weblogic.jar" | ||||
@@ -292,9 +292,9 @@ server:</p> | |||||
server and a WebLogic server:</p> | server and a WebLogic server:</p> | ||||
<pre> | <pre> | ||||
<serverdeploy action="list"/> | |||||
<serverdeploy action="list"/> | |||||
<jonas jonasroot="${jonas.root}" orb="JEREMIE"/> | <jonas jonasroot="${jonas.root}" orb="JEREMIE"/> | ||||
<weblogic application="myapp" | |||||
<weblogic application="myapp" | |||||
server="t3://myserver:7001" | server="t3://myserver:7001" | ||||
classpath="${weblogic.home}/lib/weblogic.jar" | classpath="${weblogic.home}/lib/weblogic.jar" | ||||
username="${user.name}" | username="${user.name}" | ||||
@@ -61,7 +61,6 @@ JSCh earlier than 0.1.28.</p> | |||||
<td>The port to connect to on the remote host.</td> | <td>The port to connect to on the remote host.</td> | ||||
<td>No; defaults to <q>22</q></td> | <td>No; defaults to <q>22</q></td> | ||||
</tr> | </tr> | ||||
<tr> | |||||
<tr> | <tr> | ||||
<td>localtunnels</td> | <td>localtunnels</td> | ||||
<td>A comma-delimited list of colon-delimited <samp>lport:rhost:rport</samp> triplets defining | <td>A comma-delimited list of colon-delimited <samp>lport:rhost:rport</samp> triplets defining | ||||
@@ -33,7 +33,7 @@ same build file it is part of.</strong></p> | |||||
<p><code>subant</code> uses <code>ant</code> internally so many things said | <p><code>subant</code> uses <code>ant</code> internally so many things said | ||||
in <a href="ant.html"><code>ant</code>'s manual page</a> apply here as well.</p> | in <a href="ant.html"><code>ant</code>'s manual page</a> apply here as well.</p> | ||||
<h3 id="Use with directories">Use with directories</h3> | |||||
<h3 id="Use-with-directories">Use with directories</h3> | |||||
<p><code>subant</code> can be used with directory sets to execute a build from different | <p><code>subant</code> can be used with directory sets to execute a build from different | ||||
directories. 2 different options are offered:</p> | directories. 2 different options are offered:</p> | ||||
<ul> | <ul> | ||||
@@ -69,7 +69,7 @@ for dirname/fileName.jsp</samp></p> | |||||
<h3>Example</h3> | <h3>Example</h3> | ||||
<pre> | <pre> | ||||
<target name="jspcompile" depends="compile"> | <target name="jspcompile" depends="compile"> | ||||
<wljspc src="c:\\weblogic\\myserver\\public_html" dest="c:\\weblogic\\myserver\\serverclasses" package="myapp.jsp"> | |||||
<wljspc src="c:\\weblogic\\myserver\\public_html" dest="c:\\weblogic\\myserver\\serverclasses" package="myapp.jsp"> | |||||
<classpath> | <classpath> | ||||
<pathelement location="${weblogic.classpath}"/> | <pathelement location="${weblogic.classpath}"/> | ||||
<pathelement path="${compile.dest}"/> | <pathelement path="${compile.dest}"/> | ||||
@@ -34,7 +34,7 @@ | |||||
<p>Ant's manual and API documentation is part of the <a href="https://ant.apache.org/bindownload.cgi" | <p>Ant's manual and API documentation is part of the <a href="https://ant.apache.org/bindownload.cgi" | ||||
target="_top">binary</a> distributions or available as a | target="_top">binary</a> distributions or available as a | ||||
separate <a href="https://ant.apache.org/manualdownload.cgi" target="_top">archive</a>. Manuals for older releases | separate <a href="https://ant.apache.org/manualdownload.cgi" target="_top">archive</a>. Manuals for older releases | ||||
are available for download <a href="https://ant.apache.org/bindownload.cgi#Old Ant Releases" target="_top">as | |||||
are available for download <a href="https://ant.apache.org/bindownload.cgi#Old%20Ant%20Releases" target="_top">as | |||||
well</a>.</p> | well</a>.</p> | ||||
<p class="center">Apache Ant, Apache Ivy, Ant, Ivy, Apache, the Apache feather logo, and the Apache Ant project logos | <p class="center">Apache Ant, Apache Ivy, Ant, Ivy, Apache, the Apache feather logo, and the Apache Ant project logos | ||||
@@ -165,7 +165,7 @@ public class DefaultExpander implements PropertyExpander { | |||||
int index = pos.getIndex(); | int index = pos.getIndex(); | ||||
if (s.indexOf("${", index) == index) { | if (s.indexOf("${", index) == index) { | ||||
int end = s.indexOf('}', index); | int end = s.indexOf('}', index); | ||||
if (end < 0) { | |||||
if (end < 0) { | |||||
throw new BuildException("Syntax error in property: " + s); | throw new BuildException("Syntax error in property: " + s); | ||||
} | } | ||||
int start = index + 2; | int start = index + 2; | ||||
@@ -96,7 +96,7 @@ | |||||
<pre> | <pre> | ||||
<target name="myTarget" depends="myTarget.check" if="myTarget.run"> | <target name="myTarget" depends="myTarget.check" if="myTarget.run"> | ||||
<echo>Files foo.txt and bar.txt are present.</echo> | <echo>Files foo.txt and bar.txt are present.</echo> | ||||
</target> | |||||
</target> | |||||
<target name="myTarget.check"> | <target name="myTarget.check"> | ||||
<condition property="myTarget.run"> | <condition property="myTarget.run"> | ||||
@@ -105,7 +105,7 @@ | |||||
<available file="bar.txt"/> | <available file="bar.txt"/> | ||||
</and> | </and> | ||||
</condition> | </condition> | ||||
</target></pre> | |||||
</target></pre> | |||||
<pre><b>Call-Graph:</b> myTarget.check → maybe(myTarget)</pre> | <pre><b>Call-Graph:</b> myTarget.check → maybe(myTarget)</pre> | ||||
@@ -806,21 +806,18 @@ open a GitHub pull request. For both we need some information:</p> | |||||
<table> | <table> | ||||
<tr> | <tr> | ||||
<!-- this is an empty "table head" --> | |||||
</tr> | |||||
<tr> | |||||
<th scope="col">subject</th> | |||||
<th scope="row">subject</th> | |||||
<td><em>short description</em></td> | <td><em>short description</em></td> | ||||
<td>Task for finding files in a path</td> | <td>Task for finding files in a path</td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<th scope="col">body</th> | |||||
<th scope="row">body</th> | |||||
<td><em>more details about the path</em></td> | <td><em>more details about the path</em></td> | ||||
<td>This new task looks inside a nested <code><path/></code> for occurrences of a file and stores all locations | <td>This new task looks inside a nested <code><path/></code> for occurrences of a file and stores all locations | ||||
as a property. See the included manual for details.</td> | as a property. See the included manual for details.</td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<th scope="col">pull request reference</th> | |||||
<th scope="row">pull request reference</th> | |||||
<td><em>GitHub pull request URL</em></td> | <td><em>GitHub pull request URL</em></td> | ||||
<td>https://github.com/apache/ant/pull/0</td> | <td>https://github.com/apache/ant/pull/0</td> | ||||
</tr> | </tr> | ||||
@@ -31,9 +31,9 @@ If delimiter is set this task returns all found locations.</p> | |||||
<h3>Parameters</h3> | <h3>Parameters</h3> | ||||
<table class="attr"> | <table class="attr"> | ||||
<tr> | <tr> | ||||
<td><b>Attribute</b></td> | |||||
<td><b>Description</b></td> | |||||
<td><b>Required</b></td> | |||||
<th scope="col">Attribute</th> | |||||
<th scope="col">Description</th> | |||||
<th scope="col">Required</th> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td>file</td> | <td>file</td> | ||||