diff --git a/manual/Tasks/conditions.html b/manual/Tasks/conditions.html index c494a30a5..f995e8e78 100644 --- a/manual/Tasks/conditions.html +++ b/manual/Tasks/conditions.html @@ -217,11 +217,10 @@ URL. By default, HTTP responses errors of 400 or greater are viewed as invalid.< readTimeout - Read timeout, in milli second, that will be used while reading from the target URL. + 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 ignored.
since Ant 1.10.6 - No; defaults to 0 diff --git a/manual/Tasks/ejb.html b/manual/Tasks/ejb.html index 9fa87b5c3..f5bf6544f 100644 --- a/manual/Tasks/ejb.html +++ b/manual/Tasks/ejb.html @@ -1523,7 +1523,6 @@ example, suffix). Refer to the appropriate documentation for more det this if you prefer to run GenIC at deployment time. No; defaults to false - diff --git a/manual/Tasks/javadoc.html b/manual/Tasks/javadoc.html index 2f0abe367..0ba51ae98 100644 --- a/manual/Tasks/javadoc.html +++ b/manual/Tasks/javadoc.html @@ -608,11 +608,11 @@ Same as for package.

Same as one entry in the list given by modulenames.

Parameters
- +
- - - + + + @@ -871,7 +871,7 @@ See Command line arguments.

<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 href="https://docs.oracle.com/javase/8/docs/api/"/> -</javadoc> +</javadoc>

is the same as

@@ -894,7 +894,7 @@ See Command line arguments.

<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 href="https://docs.oracle.com/javase/8/docs/api/"/> -</javadoc> +</javadoc>

or

@@ -917,7 +917,7 @@ See Command line arguments.

<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 href="https://docs.oracle.com/javase/8/docs/api/"/> -</javadoc> +</javadoc> diff --git a/manual/Tasks/scriptdef.html b/manual/Tasks/scriptdef.html index 384d6c521..798d5c85c 100644 --- a/manual/Tasks/scriptdef.html +++ b/manual/Tasks/scriptdef.html @@ -226,7 +226,7 @@ through them

+ filesets.get(i).getDir(project)); } ]]> -</scriptdef> +</scriptdef> <scripttest2> <fileset dir="src"/> diff --git a/manual/Tasks/serverdeploy.html b/manual/Tasks/serverdeploy.html index 545f0b161..a09d75633 100644 --- a/manual/Tasks/serverdeploy.html +++ b/manual/Tasks/serverdeploy.html @@ -221,7 +221,7 @@ server:

server:

-<serverdeploy action="delete" source="${lib.dir}/ejb_myApp.jar"/>
+<serverdeploy action="delete" source="${lib.dir}/ejb_myApp.jar"/>
     <weblogic application="myapp"
               server="t3://myserver:7001"
               classpath="${weblogic.home}/lib/weblogic.jar"
@@ -292,9 +292,9 @@ server:

server and a WebLogic server:

-<serverdeploy action="list"/>
+<serverdeploy action="list"/>
     <jonas jonasroot="${jonas.root}" orb="JEREMIE"/>
-    <weblogic application="myapp"
+    <weblogic application="myapp"
               server="t3://myserver:7001"
               classpath="${weblogic.home}/lib/weblogic.jar"
               username="${user.name}"
diff --git a/manual/Tasks/sshsession.html b/manual/Tasks/sshsession.html
index f51731350..b27633793 100644
--- a/manual/Tasks/sshsession.html
+++ b/manual/Tasks/sshsession.html
@@ -61,7 +61,6 @@ JSCh earlier than 0.1.28.

-
AttributeDescriptionRequiredAttributeDescriptionRequired
name The port to connect to on the remote host. No; defaults to 22
localtunnels A comma-delimited list of colon-delimited lport:rhost:rport triplets defining diff --git a/manual/Tasks/subant.html b/manual/Tasks/subant.html index b4834ad93..32d81e072 100644 --- a/manual/Tasks/subant.html +++ b/manual/Tasks/subant.html @@ -33,7 +33,7 @@ same build file it is part of.

subant uses ant internally so many things said in ant's manual page apply here as well.

-

Use with directories

+

Use with directories

subant can be used with directory sets to execute a build from different directories. 2 different options are offered:

    diff --git a/manual/Tasks/wljspc.html b/manual/Tasks/wljspc.html index cef783d4e..d42b99faf 100644 --- a/manual/Tasks/wljspc.html +++ b/manual/Tasks/wljspc.html @@ -69,7 +69,7 @@ for dirname/fileName.jsp

    Example

     <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>
           <pathelement location="${weblogic.classpath}"/>
           <pathelement path="${compile.dest}"/>
    diff --git a/manual/cover.html b/manual/cover.html
    index 837f63528..df6788ff0 100644
    --- a/manual/cover.html
    +++ b/manual/cover.html
    @@ -34,7 +34,7 @@
       

    Ant's manual and API documentation is part of the binary distributions or available as a separate archive. Manuals for older releases - are available for download as + are available for download as well.

    Apache Ant, Apache Ivy, Ant, Ivy, Apache, the Apache feather logo, and the Apache Ant project logos diff --git a/manual/properties.html b/manual/properties.html index 1d7119d4d..21958a633 100644 --- a/manual/properties.html +++ b/manual/properties.html @@ -165,7 +165,7 @@ public class DefaultExpander implements PropertyExpander { int index = pos.getIndex(); if (s.indexOf("${", index) == index) { int end = s.indexOf('}', index); - if (end < 0) { + if (end < 0) { throw new BuildException("Syntax error in property: " + s); } int start = index + 2; diff --git a/manual/targets.html b/manual/targets.html index 2b01f1c77..45685400d 100644 --- a/manual/targets.html +++ b/manual/targets.html @@ -96,7 +96,7 @@

     <target name="myTarget" depends="myTarget.check" if="myTarget.run">
         <echo>Files foo.txt and bar.txt are present.</echo>
    -</target>
    +</target>
     
     <target name="myTarget.check">
         <condition property="myTarget.run">
    @@ -105,7 +105,7 @@
                 <available file="bar.txt"/>
             </and>
         </condition>
    -</target>
    +</target>
    Call-Graph:  myTarget.check → maybe(myTarget)
    diff --git a/manual/tutorial-tasks-filesets-properties.html b/manual/tutorial-tasks-filesets-properties.html index a21182661..22946fd3d 100644 --- a/manual/tutorial-tasks-filesets-properties.html +++ b/manual/tutorial-tasks-filesets-properties.html @@ -806,21 +806,18 @@ open a GitHub pull request. For both we need some information:

    - - - - + - + - + diff --git a/src/tutorial/tasks-filesets-properties/final/find.html b/src/tutorial/tasks-filesets-properties/final/find.html index 19e4cb99b..8c1f21f07 100644 --- a/src/tutorial/tasks-filesets-properties/final/find.html +++ b/src/tutorial/tasks-filesets-properties/final/find.html @@ -31,9 +31,9 @@ If delimiter is set this task returns all found locations.

    Parameters

    subjectsubject short description Task for finding files in a path
    bodybody more details about the path This new task looks inside a nested <path/> for occurrences of a file and stores all locations as a property. See the included manual for details.
    pull request referencepull request reference GitHub pull request URL https://github.com/apache/ant/pull/0
    - - - + + +
    AttributeDescriptionRequiredAttributeDescriptionRequired
    file