diff --git a/docs/manual/tasksoverview.html b/docs/manual/tasksoverview.html index aa3e1c685..30667aa28 100644 --- a/docs/manual/tasksoverview.html +++ b/docs/manual/tasksoverview.html @@ -588,6 +588,11 @@ documentation.

files.

+ + Sync +

Synchronize two directory trees.

+ + Tempfile

Generates a name for a new temporary file and sets the specified @@ -724,6 +729,12 @@ documentation.

Description + + Defaultexcludes +

Modify the list of default exclude patterns from within + your build file.

+ + Echo

Echoes text to System.out or to a file.

@@ -858,6 +869,12 @@ documentation.

a graphical user interface that lets you turn on/off assertions.

+ + Import +

Import another build file and potentially override targets + in it with targets of your own.

+ + JavaCC

Invokes the @@ -890,6 +907,11 @@ documentation.

the generated JavaCC file.

+ + Macrodef +

Define a new task as a macro built-up upon other tasks.

+ + MParse

Invokes the Metamata @@ -904,6 +926,12 @@ documentation.

operating system encoding to ASCII, prior to compilation.

+ +
Presetdef +

Define a new task by instrumenting an existing task with + default values for attributes or child elements.

+ + Translate

Identifies keys in files, delimited by special tokens, and @@ -914,6 +942,7 @@ documentation.

Xslt/Style

Processes a set of documents via XSLT.

+

@@ -1012,6 +1041,11 @@ documentation.

source files.

+ + Whichresource +

Find a class or resource.

+ + XmlProperty

Loads property values from a valid XML file.

@@ -1041,17 +1075,32 @@ documentation.

- Telnet -

Task to automate a remote telnet session. This task uses - nested <read> and <write> tags - to indicate strings to wait for and specify text to send.

+ Rexec +

Task to automate a remote rexec session.

+ + + Scp +

Copy files to or from a remote server using SSH.

+ + setproxy

Sets Java's web proxy properties, so that tasks and code run in the same JVM can have through-the-firewall access to remote web sites.

+ + Sshexec +

Execute a command on a remote server using SSH.

+ + + + Telnet +

Task to automate a remote telnet session. This task uses + nested <read> and <write> tags + to indicate strings to wait for and specify text to send.

+