diff --git a/docs/manual/CoreTasks/ear.html b/docs/manual/CoreTasks/ear.html index 071956605..5f8d116c1 100644 --- a/docs/manual/CoreTasks/ear.html +++ b/docs/manual/CoreTasks/ear.html @@ -148,7 +148,7 @@ to a value other than its default, "add".

HREF="http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html#JAR%20Index">index list to speed up classloading. This is a JDK 1.3+ specific feature. Unless you specify additional jars with nested indexjars elements, only the + href="jar.html#indexjars">indexjars elements, only the contents of this jar will be included in the index. Defaults to false. No diff --git a/docs/manual/CoreTasks/java.html b/docs/manual/CoreTasks/java.html index 7389729f7..0bb7bb460 100644 --- a/docs/manual/CoreTasks/java.html +++ b/docs/manual/CoreTasks/java.html @@ -300,7 +300,7 @@ results. When no results are returned, redirection specifications will fall back to the task level attributes. In practice this means that defaults can be specified for input, output, and error output files.

-

Errors and return codes

+

Errors and return codes

By default the return code of a <java> is ignored. Alternatively, you can set resultproperty to the name of a property and have it assigned to the result code (barring immutability, diff --git a/docs/manual/CoreTasks/manifestclasspath.html b/docs/manual/CoreTasks/manifestclasspath.html index a065aaada..1d3f5bf60 100644 --- a/docs/manual/CoreTasks/manifestclasspath.html +++ b/docs/manual/CoreTasks/manifestclasspath.html @@ -85,7 +85,7 @@ defined property is re-referenced.

Parameters specified as nested elements

classpath

-

A Path-like element, which can be +

A Path-like element, which can be defined in-place, or refer to a path defined elsewhere using the <classpath refid="pathid" /> syntax. This classpath must not be empty, and is required.

diff --git a/docs/manual/CoreTasks/touch.html b/docs/manual/CoreTasks/touch.html index a3fde3b4a..6425c3915 100644 --- a/docs/manual/CoreTasks/touch.html +++ b/docs/manual/CoreTasks/touch.html @@ -29,7 +29,7 @@

Changes the modification time of a resource and possibly creates it at the same time. In addition to working with a single file, this Task -can also work on resources and +can also work on resources and resource collections (which also includes directories). Prior to Ant 1.7 only FileSet or Filelist (since Ant 1.6) have been supported.

diff --git a/docs/manual/CoreTasks/truncate.html b/docs/manual/CoreTasks/truncate.html index b898517af..7389b57a3 100644 --- a/docs/manual/CoreTasks/truncate.html +++ b/docs/manual/CoreTasks/truncate.html @@ -30,7 +30,7 @@

Set the length of one or more files, as the intermittently available truncate Unix utility/function. In addition to working with a single file, this Task can also work on -resources and resource collections. +resources and resource collections. Since Ant 1.7.1.

diff --git a/docs/manual/CoreTasks/unpack.html b/docs/manual/CoreTasks/unpack.html index c80bd72a7..ac5e071da 100644 --- a/docs/manual/CoreTasks/unpack.html +++ b/docs/manual/CoreTasks/unpack.html @@ -106,7 +106,7 @@ is identical to

The same is also true for <bunzip2> and <bzip2resource>. <copy> offers additional features like filtering files on the fly, +href="../CoreTypes/filterchain.html">filtering files on the fly, allowing a file to be mapped to multiple destinations, preserving the last modified time or a configurable file system timestamp granularity.

diff --git a/docs/manual/CoreTypes/resources.html b/docs/manual/CoreTypes/resources.html index 673b3e4d2..69323d155 100644 --- a/docs/manual/CoreTypes/resources.html +++ b/docs/manual/CoreTypes/resources.html @@ -314,7 +314,7 @@ Ant's "legacy" datatypes have been modified to behave as Resource Collections: resources depending on configuration
  • propertyset - exposes property resources + exposes property resources
  • @@ -322,7 +322,7 @@ Ant's "legacy" datatypes have been modified to behave as Resource Collections: diff --git a/docs/manual/CoreTypes/zipfileset.html b/docs/manual/CoreTypes/zipfileset.html index b6ed88f87..75fd53f91 100644 --- a/docs/manual/CoreTypes/zipfileset.html +++ b/docs/manual/CoreTypes/zipfileset.html @@ -109,7 +109,7 @@ archive as with the dir attribute.

    Please note that currently only the tar and zip tasks use the permission.

    +href="../CoreTasks/zip.html">zip tasks use the permission.

    Parameters specified as nested elements

    diff --git a/docs/manual/ide.html b/docs/manual/ide.html index cf1364503..a01f1d8b4 100644 --- a/docs/manual/ide.html +++ b/docs/manual/ide.html @@ -78,10 +78,6 @@ All the modern Java IDEs support Ant almost out of the box. Eclipse is IBM's counterpoint to NetBeans; an open source IDE with Java and Ant support. -
  • - - VisualAge for Java -
  • WebSphere Studio Application Developer diff --git a/docs/manual/tasksoverview.html b/docs/manual/tasksoverview.html index 4932f857d..9426f4807 100644 --- a/docs/manual/tasksoverview.html +++ b/docs/manual/tasksoverview.html @@ -48,7 +48,6 @@ documentation.

    Remote Tasks
    SCM Tasks
    Testing Tasks
    -Visual Age for Java Tasks

    diff --git a/docs/manual/tutorial-tasks-filesets-properties.html b/docs/manual/tutorial-tasks-filesets-properties.html index a28dd6ba3..4becdacd7 100644 --- a/docs/manual/tutorial-tasks-filesets-properties.html +++ b/docs/manual/tutorial-tasks-filesets-properties.html @@ -613,7 +613,7 @@ As a template we have: </html> -

    For our task we have that [6]:

    +

    For our task we have:

     <html>
     
    @@ -955,7 +955,6 @@ Now the new task is uploaded into the bug database.
       [3] using.html#built-in-props
      [4] http://ant-contrib.sourceforge.net/
      [5] CoreTasks/java.html
    -  [6] CoreTasks/find.html
      [7] ../ant_task_guidelines.html
      [8] http://ant.apache.org/cvs.html
      [9] http://java.sun.com/products/archive/index.html