You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jg...@apache.org on 2010/05/26 22:33:55 UTC

svn commit: r948574 [3/3] - in /ant/core/trunk: docs/ docs/manual/ docs/manual/CoreTasks/ docs/manual/CoreTypes/ docs/manual/OptionalTasks/ docs/manual/OptionalTypes/ docs/manual/Tasks/ docs/manual/Types/ xdocs/ xdocs/antlibs/svn/

Modified: ant/core/trunk/docs/manual/install.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/install.html?rev=948574&r1=948573&r2=948574&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/install.html (original)
+++ ant/core/trunk/docs/manual/install.html Wed May 26 20:33:51 2010
@@ -694,16 +694,16 @@ least the following:</p>
 <li>The classpath for Ant must contain <code>ant.jar</code> and any jars/classes
 needed for your chosen JAXP-compliant XML parser.</li>
 <li>When you need JDK functionality
-(such as for the <a href="CoreTasks/javac.html">javac</a> task or the
-<a href="CoreTasks/rmic.html">rmic</a> task), then <code>tools.jar</code>
+(such as for the <a href="Tasks/javac.html">javac</a> task or the
+<a href="Tasks/rmic.html">rmic</a> task), then <code>tools.jar</code>
 must be added. The scripts supplied with Ant,
 in the <code>bin</code> directory, will add
 the required JDK classes automatically, if the <code>JAVA_HOME</code>
 environment variable is set.</li>
 
 <li>When you are executing platform-specific applications, such as the
-<a href="CoreTasks/exec.html">exec</a> task or the
-<a href="CoreTasks/cvs.html">cvs</a> task, the property <code>ant.home</code>
+<a href="Tasks/exec.html">exec</a> task or the
+<a href="Tasks/cvs.html">cvs</a> task, the property <code>ant.home</code>
 must be set to the directory containing where you installed Ant. Again
 this is set by the Ant scripts to the value of the ANT_HOME environment
 variable.</li>

Modified: ant/core/trunk/docs/manual/properties.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/properties.html?rev=948574&r1=948573&r2=948574&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/properties.html (original)
+++ ant/core/trunk/docs/manual/properties.html Wed May 26 20:33:51 2010
@@ -29,7 +29,7 @@
     expand <code>${key}</code> to <code>value</code> at runtime.</p>
 
   <p>There are many tasks that can set properties, the most common one
-    is the <a href="CoreTasks/property.html">property</a> task.  In
+    is the <a href="Tasks/property.html">property</a> task.  In
     addition properties can be defined
     via <a href="running.html">command line arguments</a> or similar
     mechanisms from outside of Ant.</p>
@@ -40,14 +40,14 @@
     defined they are available for any task or target invoked
     subsequently - it is not possible to set a property in a child
     build process created via
-    the <a href="CoreTasks/ant.html">ant</a>, antcall or subant tasks
+    the <a href="Tasks/ant.html">ant</a>, antcall or subant tasks
     and make it available to the calling build process, though.</p>
 
   <p>Starting with Ant 1.8.0
-    the <a href="CoreTasks/local.html">local</a> task can be used to
+    the <a href="Tasks/local.html">local</a> task can be used to
     create properties that are locally scoped to a target or
-    a <a href="CoreTasks/sequential.html">sequential</a> element like
-    the one of the <a href="CoreTasks/macrodef.html">macrodef</a>
+    a <a href="Tasks/sequential.html">sequential</a> element like
+    the one of the <a href="Tasks/macrodef.html">macrodef</a>
     task.</p>
 
   <h2><a name="built-in-props">Built-in Properties</a></h2>
@@ -109,7 +109,7 @@ ant.library.dir     the directory that h
     marker interface) to take care of discrete tasks such as property
     setting, retrieval, parsing, etc. This makes Ant's property
     handling highly extensible; also of interest is the
-    new <a href="CoreTasks/propertyhelper.html">propertyhelper</a>
+    new <a href="Tasks/propertyhelper.html">propertyhelper</a>
     task used to manipulate the PropertyHelper and its delegates from
     the context of the Ant buildfile.
 
@@ -139,7 +139,7 @@ ant.library.dir     the directory that h
         would
         be <code>org.apache.tools.ant.property.LocalProperties</code>
         which implements storage
-        for <a href="CoreTasks/local.html">local properties</a>.</p>
+        for <a href="Tasks/local.html">local properties</a>.</p>
 
       <p>Another reason to implement this interface is if you wanted
         to provide your own "property protocol" like
@@ -157,7 +157,7 @@ ant.library.dir     the directory that h
         would
         be <code>org.apache.tools.ant.property.LocalProperties</code>
         which implements storage
-        for <a href="CoreTasks/local.html">local properties</a>.</p>
+        for <a href="Tasks/local.html">local properties</a>.</p>
     </li>
 
   </ul>

Modified: ant/core/trunk/docs/manual/proxy.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/proxy.html?rev=948574&r1=948573&r2=948574&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/proxy.html (original)
+++ ant/core/trunk/docs/manual/proxy.html Wed May 26 20:33:51 2010
@@ -174,7 +174,7 @@ command line.
 
 <h3>SetProxy Task</h3>
 <p>
-    The <a href="OptionalTasks/setproxy.html">setproxy task</a> can be used to
+    The <a href="Tasks/setproxy.html">setproxy task</a> can be used to
     explicitly set a proxy in a build file. This manipulates the many proxy 
     configuration properties of a JVM, and controls the proxy settings for all 
     network operations in the same JVM from that moment. 
@@ -243,7 +243,7 @@ command line.
 </p>    
     If you wish to have
     a forked process pick up the Ant's settings, use the 
-    <a href="CoreTypes/propertyset.html"><code>&lt;syspropertyset&gt;</code></a>
+    <a href="Types/propertyset.html"><code>&lt;syspropertyset&gt;</code></a>
     element to propagate the normal proxy settings. The following propertyset
     is a datatype which can be referenced in a <code>&lt;java&gt;</code> task to
     pass down the current values.

Modified: ant/core/trunk/docs/manual/running.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/running.html?rev=948574&r1=948573&r2=948574&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/running.html (original)
+++ ant/core/trunk/docs/manual/running.html Wed May 26 20:33:51 2010
@@ -56,7 +56,7 @@ the <nobr><code>-D<i>property</i>=<i>val
 where <i>property</i> is the name of the property,
 and <i>value</i> is the value for that property. If you specify a
 property that is also set in the build file
-(see the <a href="CoreTasks/property.html">property</a> task),
+(see the <a href="Tasks/property.html">property</a> task),
 the value specified on the
 command line will override the value specified in the
 build file.
@@ -67,7 +67,7 @@ the value of environment variables; just
 to Ant. You can then access
 these variables inside your build file as <code>${MYVAR}</code>.
 You can also access environment variables using the
-<a href="CoreTasks/property.html"> property</a> task's
+<a href="Tasks/property.html"> property</a> task's
 <code>environment</code> attribute.
 </p>
 
@@ -296,7 +296,7 @@ org.apache.tools.ant.Executor implementa
   <td><code>ant.file</code></td>
   <td>read only: full filename of the build file</td>
   <td>This is set to the name of the build file. In
-  <a href="CoreTasks/import.html">
+  <a href="Tasks/import.html">
   &lt;import&gt;-ed</a> files, this is set to the containing build file.
   </td>
 </tr>
@@ -306,7 +306,7 @@ org.apache.tools.ant.Executor implementa
   <td>read only: full filename of the build file of Ant projects
   </td>
   <td>This is set to the name of a file by project;
-  this lets you determine the location of <a href="CoreTasks/import.html">
+  this lets you determine the location of <a href="Tasks/import.html">
   &lt;import&gt;-ed</a> files,
   </td>
 </tr>
@@ -329,7 +329,7 @@ org.apache.tools.ant.Executor implementa
 <tr>
   <td><code>ant.netrexxc.*</code></td>
   <td>several formats</td>
-  <td>Use specified values as defaults for <a href="OptionalTasks/netrexxc.html">netrexxc</a>.
+  <td>Use specified values as defaults for <a href="Tasks/netrexxc.html">netrexxc</a>.
   </td>
 </tr>
 <tr>
@@ -344,7 +344,7 @@ org.apache.tools.ant.Executor implementa
   <td><code>ant.regexp.regexpimpl</code></td>
   <td>classname</td>
   <td>classname for a RegExp implementation; if not set Ant uses JDK 1.4's implementation;
-      <a href="CoreTypes/mapper.html#regexp-mapper">RegExp-Mapper</a>
+      <a href="Types/mapper.html#regexp-mapper">RegExp-Mapper</a>
       "Choice of regular expression implementation"
   </td>
 </tr>
@@ -366,49 +366,49 @@ org.apache.tools.ant.Executor implementa
   <td><code>build.compiler</code></td>
   <td>name</td>
   <td>Specify the default compiler to use.
-      see <a href="CoreTasks/javac.html">javac</a>,
-      <a href="OptionalTasks/ejb.html#ejbjar_weblogic">EJB Tasks</a>
+      see <a href="Tasks/javac.html">javac</a>,
+      <a href="Tasks/ejb.html#ejbjar_weblogic">EJB Tasks</a>
       (compiler attribute),
-      <a href="OptionalTasks/javah.html">javah</a>
+      <a href="Tasks/javah.html">javah</a>
   </td>
 </tr>
 <tr>
   <td><code>build.compiler.emacs</code></td>
   <td>boolean (default false)</td>
   <td>Enable emacs-compatible error messages.
-      see <a href="CoreTasks/javac.html">javac</a> "Jikes Notes"
+      see <a href="Tasks/javac.html">javac</a> "Jikes Notes"
   </td>
 </tr>
 <tr>
   <td><code>build.compiler.fulldepend</code></td>
   <td>boolean (default false)</td>
   <td>Enable full dependency checking
-      see <a href="CoreTasks/javac.html">javac</a> "Jikes Notes"
+      see <a href="Tasks/javac.html">javac</a> "Jikes Notes"
   </td>
 </tr>
 <tr>
   <td><code>build.compiler.jvc.extensions</code></td>
   <td>boolean (default true)</td>
   <td>enable Microsoft extensions of their java compiler
-      see <a href="CoreTasks/javac.html">javac</a> "Jvc Notes"
+      see <a href="Tasks/javac.html">javac</a> "Jvc Notes"
   </td>
 </tr>
 <tr>
   <td><code>build.compiler.pedantic</code></td>
   <td>boolean (default false)</td>
   <td>Enable pedantic warnings.
-      see <a href="CoreTasks/javac.html">javac</a> "Jikes Notes"
+      see <a href="Tasks/javac.html">javac</a> "Jikes Notes"
   </td>
 </tr>
 <tr>
   <td><code>build.compiler.warnings</code></td>
   <td>Deprecated flag</td>
-  <td> see <a href="CoreTasks/javac.html">javac</a> "Jikes Notes" </td>
+  <td> see <a href="Tasks/javac.html">javac</a> "Jikes Notes" </td>
 </tr>
 <tr>
   <td><code>build.rmic</code></td>
   <td>name</td>
-  <td>control the <a href="CoreTasks/rmic.html">rmic</a> compiler </td>
+  <td>control the <a href="Tasks/rmic.html">rmic</a> compiler </td>
 </tr>
 <tr>
   <td><code>build.sysclasspath</code></td>
@@ -420,7 +420,7 @@ org.apache.tools.ant.Executor implementa
   <td><code>file.encoding</code></td>
   <td>name of a supported character set (e.g. UTF-8, ISO-8859-1, US-ASCII)</td>
   <td>use as default character set of email messages; use as default for source-, dest- and bundleencoding
-      in <a href="OptionalTasks/translate.html">translate</a> <br>
+      in <a href="Tasks/translate.html">translate</a> <br>
       see JavaDoc of <a target="_blank" href="http://java.sun.com/j2se/1.4.2/docs/api/java/nio/charset/Charset.html">java.nio.charset.Charset</a>
       for more information about character sets (not used in Ant, but has nice docs).
   </td>
@@ -450,14 +450,14 @@ org.apache.tools.ant.Executor implementa
   <td><code>p4.port, p4.client, p4.user</code></td>
   <td>several formats</td>
   <td>Specify defaults for port-, client- and user-setting of the
-      <a href="OptionalTasks/perforce.html">perforce</a> tasks.
+      <a href="Tasks/perforce.html">perforce</a> tasks.
   </td>
 </tr>
 <tr>
   <td><code>websphere.home</code></td>
   <td>path</td>
   <td>Points to home directory of websphere.
-      see <a href="OptionalTasks/ejb.html#ejbjar_websphere">EJB Tasks</a>
+      see <a href="Tasks/ejb.html#ejbjar_websphere">EJB Tasks</a>
   </td>
 </tr>
 <tr>

Modified: ant/core/trunk/docs/manual/targets.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/targets.html?rev=948574&r1=948573&r2=948574&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/targets.html (original)
+++ ant/core/trunk/docs/manual/targets.html Wed May 26 20:33:51 2010
@@ -131,7 +131,7 @@
     option is used.</p>
 
   <p>It is a good practice to place
-    your <a href="CoreTasks/tstamp.html">tstamp</a> tasks in a
+    your <a href="Tasks/tstamp.html">tstamp</a> tasks in a
     so-called <i>initialization</i> target, on which all other targets
     depend. Make sure that target is always the first one in the
     depends list of the other targets. In this manual, most
@@ -245,7 +245,7 @@
 
   <p>The main purpose of an extension-point is to act as an extension
     point for build files designed to
-    be <a href="CoreTasks/import.html">imported</a>.  In the imported
+    be <a href="Tasks/import.html">imported</a>.  In the imported
     file an extension-point defines a state that must be reached and
     targets from other build files can join the depends list of said
     extension-point in order to contribute to that state.</p>

Copied: ant/core/trunk/docs/manual/tasklist.html (from r948529, ant/core/trunk/docs/manual/coretasklist.html)
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/tasklist.html?p2=ant/core/trunk/docs/manual/tasklist.html&p1=ant/core/trunk/docs/manual/coretasklist.html&r1=948529&r2=948574&rev=948574&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/coretasklist.html (original)
+++ ant/core/trunk/docs/manual/tasklist.html Wed May 26 20:33:51 2010
@@ -28,115 +28,166 @@
 <h2><a href="toc.html" target="navFrame">Table of Contents</a></h2>
 
 <ul class="inlinelist">
-<li><a href="optionaltasklist.html" target="navFrame">Optional Tasks</a></li>
 <li><a href="tasksoverview.html" target="mainFrame">Overview of Ant Tasks</a></li>
 <li><a href="conceptstypeslist.html" target="navFrame">Concepts and Types</a></li>
 </ul>
 
-<h3>Core Tasks</h3>
+<h3>Tasks</h3>
 <ul class="inlinelist">
-<li><a href="CoreTasks/ant.html">Ant</a></li>
-<li><a href="CoreTasks/antcall.html">AntCall</a></li>
-<li><a href="CoreTasks/antstructure.html">AntStructure</a></li>
-<li><a href="CoreTasks/antversion.html">AntVersion</a></li>
-<li><a href="CoreTasks/apply.html">Apply/<i>ExecOn</i></a></li>
-<li><a href="CoreTasks/apt.html">Apt</a></li>
-<li><a href="CoreTasks/augment.html">Augment</a></li>
-<li><a href="CoreTasks/available.html">Available</a></li>
-<li><a href="CoreTasks/basename.html">Basename</a></li>
-<li><a href="CoreTasks/buildnumber.html">BuildNumber</a></li>
-<li><a href="CoreTasks/unpack.html">BUnzip2</a></li>
-<li><a href="CoreTasks/pack.html">BZip2</a></li>
-<li><a href="CoreTasks/checksum.html">Checksum</a></li>
-<li><a href="CoreTasks/chmod.html">Chmod</a></li>
-<li><a href="CoreTasks/concat.html">Concat</a></li>
-<li><a href="CoreTasks/condition.html">Condition</a></li>
+<li><a href="Tasks/ant.html">Ant</a></li>
+<li><a href="Tasks/antcall.html">AntCall</a></li>
+<li><a href="Tasks/antlr.html">ANTLR</a></li>
+<li><a href="Tasks/antstructure.html">AntStructure</a></li>
+<li><a href="Tasks/antversion.html">AntVersion</a></li>
+<li><a href="Tasks/apply.html">Apply/<i>ExecOn</i></a></li>
+<li><a href="Tasks/apt.html">Apt</a></li>
+<li><a href="Tasks/attrib.html">Attrib</a></li>
+<li><a href="Tasks/augment.html">Augment</a></li>
+<li><a href="Tasks/available.html">Available</a></li>
+<li><a href="Tasks/basename.html">Basename</a></li>
+<li><a href="Tasks/buildnumber.html">BuildNumber</a></li>
+<li><a href="Tasks/cab.html">Cab</a></li>
+<li><a href="Tasks/ccm.html">Continuus/Synergy Tasks</a></li>
+<li><a href="Tasks/changelog.html">CvsChangeLog</a></li>
+<li><a href="Tasks/checksum.html">Checksum</a></li>
+<li><a href="Tasks/chgrp.html">Chgrp</a></li>
+<li><a href="Tasks/chmod.html">Chmod</a></li>
+<li><a href="Tasks/chown.html">Chown</a></li>
+<li><a href="Tasks/clearcase.html">Clearcase Tasks</a></li>
+<li><a href="Tasks/componentdef.html">Componentdef</a></li>
+<li><a href="Tasks/concat.html">Concat</a></li>
+<li><a href="Tasks/condition.html">Condition</a></li>
 <div style="padding-left:1em">
-  <li><a href="CoreTasks/conditions.html">Supported conditions</a></li>
+  <li><a href="Tasks/conditions.html">Supported conditions</a></li>
 </div>
-<li><a href="CoreTasks/copy.html">Copy</a></li>
-<li><a href="CoreTasks/copydir.html"><i>Copydir</i></a></li>
-<li><a href="CoreTasks/copyfile.html"><i>Copyfile</i></a></li>
-<li><a href="CoreTasks/componentdef.html">Componentdef</a></li>
-<li><a href="CoreTasks/cvs.html">Cvs</a></li>
-<li><a href="CoreTasks/changelog.html">CvsChangeLog</a></li>
-<li><a href="CoreTasks/cvsversion.html">CvsVersion</a></li>
-<li><a href="CoreTasks/cvspass.html">CVSPass</a></li>
-<li><a href="CoreTasks/cvstagdiff.html">CvsTagDiff</a></li>
-<li><a href="CoreTasks/defaultexcludes.html">Defaultexcludes</a></li>
-<li><a href="CoreTasks/delete.html">Delete</a></li>
-<li><a href="CoreTasks/deltree.html"><i>Deltree</i></a></li>
-<li><a href="CoreTasks/dependset.html">Dependset</a></li>
-<li><a href="CoreTasks/diagnostics.html">Diagnostics</a></li>
-<li><a href="CoreTasks/dirname.html">Dirname</a></li>
-<li><a href="CoreTasks/ear.html">Ear</a></li>
-<li><a href="CoreTasks/echo.html">Echo</a></li>
-<li><a href="CoreTasks/echoxml.html">EchoXML</a></li>
-<li><a href="CoreTasks/exec.html">Exec</a></li>
-<li><a href="CoreTasks/fail.html">Fail</a></li>
-<li><a href="CoreTasks/filter.html">Filter</a></li>
-<li><a href="CoreTasks/fixcrlf.html">FixCRLF</a></li>
-<li><a href="CoreTasks/genkey.html">GenKey</a></li>
-<li><a href="CoreTasks/get.html">Get</a></li>
-<li><a href="CoreTasks/hostinfo.html">Hostinfo</a></li>
-<li><a href="CoreTasks/unpack.html">GUnzip</a></li>
-<li><a href="CoreTasks/pack.html">GZip</a></li>
-<li><a href="CoreTasks/import.html">Import</a></li>
-<li><a href="CoreTasks/include.html">Include</a></li>
-<li><a href="CoreTasks/input.html">Input</a></li>
-<li><a href="CoreTasks/jar.html">Jar</a></li>
-<li><a href="CoreTasks/java.html">Java</a></li>
-<li><a href="CoreTasks/javac.html">Javac</a></li>
-<li><a href="CoreTasks/javadoc.html">Javadoc/<i>Javadoc2</i></a></li>
-<li><a href="CoreTasks/length.html">Length</a><br/></li>
-<li><a href="CoreTasks/loadfile.html">LoadFile</a></li>
-<li><a href="CoreTasks/loadproperties.html">LoadProperties</a></li>
-<li><a href="CoreTasks/loadresource.html">LoadResource</a></li>
-<li><a href="CoreTasks/local.html">Local</a></li>
-<li><a href="CoreTasks/makeurl.html">MakeURL</a></li>
-<li><a href="CoreTasks/mail.html">Mail</a></li>
-<li><a href="CoreTasks/macrodef.html">MacroDef</a></li>
-<li><a href="CoreTasks/manifest.html">Manifest</a></li>
-<li><a href="CoreTasks/manifestclasspath.html">ManifestClassPath</a></li>
-<li><a href="CoreTasks/mkdir.html">Mkdir</a></li>
-<li><a href="CoreTasks/move.html">Move</a></li>
-<li><a href="CoreTasks/nice.html">Nice</a></li>
-<li><a href="CoreTasks/parallel.html">Parallel</a></li>
-<li><a href="CoreTasks/patch.html">Patch</a></li>
-<li><a href="CoreTasks/pathconvert.html">PathConvert</a></li>
-<li><a href="CoreTasks/presetdef.html">PreSetDef</a></li>
-<li><a href="CoreTasks/property.html">Property</a></li>
-<li><a href="CoreTasks/propertyhelper.html">PropertyHelper</a></li>
-<li><a href="CoreTasks/recorder.html">Record</a></li>
-<li><a href="CoreTasks/rename.html"><i>Rename</i></a></li>
-<li><a href="CoreTasks/replace.html">Replace</a></li>
-<li><a href="CoreTasks/resourcecount.html">ResourceCount</a></li>
-<li><a href="CoreTasks/retry.html">Retry</a></li>
-<li><a href="CoreTasks/rmic.html">Rmic</a></li>
-<li><a href="CoreTasks/sequential.html">Sequential</a></li>
-<li><a href="CoreTasks/signjar.html">SignJar</a></li>
-<li><a href="CoreTasks/sleep.html">Sleep</a></li>
-<li><a href="CoreTasks/sql.html">Sql</a></li>
-<li><a href="CoreTasks/subant.html">Subant</a></li>
-<li><a href="CoreTasks/sync.html">Sync</a></li>
-<li><a href="CoreTasks/tar.html">Tar</a></li>
-<li><a href="CoreTasks/taskdef.html">Taskdef</a></li>
-<li><a href="CoreTasks/tempfile.html">Tempfile</a></li>
-<li><a href="CoreTasks/touch.html">Touch</a></li>
-<li><a href="CoreTasks/truncate.html">Truncate</a></li>
-<li><a href="CoreTasks/tstamp.html">TStamp</a></li>
-<li><a href="CoreTasks/typedef.html">Typedef</a></li>
-<li><a href="CoreTasks/unzip.html">Unjar</a></li>
-<li><a href="CoreTasks/unzip.html">Untar</a></li>
-<li><a href="CoreTasks/unzip.html">Unwar</a></li>
-<li><a href="CoreTasks/unzip.html">Unzip</a></li>
-<li><a href="CoreTasks/uptodate.html">Uptodate</a></li>
-<li><a href="CoreTasks/waitfor.html">Waitfor</a></li>
-<li><a href="CoreTasks/whichresource.html">WhichResource</a></li>
-<li><a href="CoreTasks/war.html">War</a></li>
-<li><a href="CoreTasks/xmlproperty.html">XmlProperty</a></li>
-<li><a href="CoreTasks/style.html">XSLT/<i>Style</i></a></li>
-<li><a href="CoreTasks/zip.html">Zip</a></li>
+<li><a href="Tasks/copy.html">Copy</a></li>
+<li><a href="Tasks/copydir.html"><i>Copydir</i></a></li>
+<li><a href="Tasks/copyfile.html"><i>Copyfile</i></a></li>
+<li><a href="Tasks/cvs.html">Cvs</a></li>
+<li><a href="Tasks/cvspass.html">CVSPass</a></li>
+<li><a href="Tasks/cvstagdiff.html">CvsTagDiff</a></li>
+<li><a href="Tasks/cvsversion.html">CvsVersion</a></li>
+<li><a href="Tasks/defaultexcludes.html">Defaultexcludes</a></li>
+<li><a href="Tasks/delete.html">Delete</a></li>
+<li><a href="Tasks/deltree.html"><i>Deltree</i></a></li>
+<li><a href="Tasks/depend.html">Depend</a></li>
+<li><a href="Tasks/dependset.html">Dependset</a></li>
+<li><a href="Tasks/diagnostics.html">Diagnostics</a></li>
+<li><a href="Tasks/dirname.html">Dirname</a></li>
+<li><a href="Tasks/ear.html">Ear</a></li>
+<li><a href="Tasks/echo.html">Echo</a></li>
+<li><a href="Tasks/echoproperties.html">Echoproperties</a></li>
+<li><a href="Tasks/echoxml.html">EchoXML</a></li>
+<li><a href="Tasks/ejb.html">EJB Tasks</a></li>
+<li><a href="Tasks/exec.html">Exec</a></li>
+<li><a href="Tasks/fail.html">Fail</a></li>
+<li><a href="Tasks/filter.html">Filter</a></li>
+<li><a href="Tasks/fixcrlf.html">FixCRLF</a></li>
+<li><a href="Tasks/ftp.html">FTP</a></li>
+<li><a href="Tasks/genkey.html">GenKey</a></li>
+<li><a href="Tasks/get.html">Get</a></li>
+<li><a href="Tasks/hostinfo.html">Hostinfo</a></li>
+<li><a href="Tasks/image.html">Image</a></li>
+<li><a href="Tasks/import.html">Import</a></li>
+<li><a href="Tasks/include.html">Include</a></li>
+<li><a href="Tasks/input.html">Input</a></li>
+<li><a href="Tasks/jar.html">Jar</a></li>
+<li><a href="Tasks/jarlib-available.html">Jarlib-available</a></li>
+<li><a href="Tasks/jarlib-display.html">Jarlib-display</a></li>
+<li><a href="Tasks/jarlib-manifest.html">Jarlib-manifest</a></li>
+<li><a href="Tasks/jarlib-resolve.html">Jarlib-resolve</a></li>
+<li><a href="Tasks/java.html">Java</a></li>
+<li><a href="Tasks/javac.html">Javac</a></li>
+<li><a href="Tasks/javacc.html">JavaCC</a></li>
+<li><a href="Tasks/javadoc.html">Javadoc/<i>Javadoc2</i></a></li>
+<li><a href="Tasks/javah.html">Javah</a></li>
+<li><a href="Tasks/jdepend.html">JDepend</a></li>
+<li><a href="Tasks/jjdoc.html">JJDoc</a></li>
+<li><a href="Tasks/jjtree.html">JJTree</a></li>
+<li><a href="Tasks/jlink.html"><i>Jlink</i></a></li>
+<li><a href="Tasks/jspc.html">JspC</a></li>
+<li><a href="Tasks/junit.html">JUnit</a></li>
+<li><a href="Tasks/junitreport.html">JUnitReport</a></li>
+<li><a href="Tasks/length.html">Length</a><br/></li>
+<li><a href="Tasks/loadfile.html">LoadFile</a></li>
+<li><a href="Tasks/loadproperties.html">LoadProperties</a></li>
+<li><a href="Tasks/loadresource.html">LoadResource</a></li>
+<li><a href="Tasks/local.html">Local</a></li>
+<li><a href="Tasks/macrodef.html">MacroDef</a></li>
+<li><a href="Tasks/mail.html">Mail</a></li>
+<li><a href="Tasks/makeurl.html">MakeURL</a></li>
+<li><a href="Tasks/manifest.html">Manifest</a></li>
+<li><a href="Tasks/manifestclasspath.html">ManifestClassPath</a></li>
+<li><a href="Tasks/mimemail.html"><i>MimeMail</i></a></li>
+<li><a href="Tasks/mkdir.html">Mkdir</a></li>
+<li><a href="Tasks/move.html">Move</a></li>
+<li><a href="Tasks/native2ascii.html">Native2Ascii</a></li>
+<li><a href="Tasks/netrexxc.html">NetRexxC</a></li>
+<li><a href="Tasks/nice.html">Nice</a></li>
+<li><a href="Tasks/pack.html">BZip2</a></li>
+<li><a href="Tasks/pack.html">GZip</a></li>
+<li><a href="Tasks/parallel.html">Parallel</a></li>
+<li><a href="Tasks/patch.html">Patch</a></li>
+<li><a href="Tasks/pathconvert.html">PathConvert</a></li>
+<li><a href="Tasks/perforce.html">Perforce Tasks</a></li>
+<li><a href="Tasks/presetdef.html">PreSetDef</a></li>
+<li><a href="Tasks/property.html">Property</a></li>
+<li><a href="Tasks/propertyfile.html">PropertyFile</a></li>
+<li><a href="Tasks/propertyhelper.html">PropertyHelper</a></li>
+<li><a href="Tasks/pvcstask.html">Pvcs</a></li>
+<li><a href="Tasks/recorder.html">Record</a></li>
+<li><a href="Tasks/rename.html"><i>Rename</i></a></li>
+<li><a href="Tasks/renameextensions.html"><i>RenameExtensions</i></a></li>
+<li><a href="Tasks/replace.html">Replace</a></li>
+<li><a href="Tasks/replaceregexp.html">ReplaceRegExp</a></li>
+<li><a href="Tasks/resourcecount.html">ResourceCount</a></li>
+<li><a href="Tasks/retry.html">Retry</a></li>
+<li><a href="Tasks/rexec.html">RExec</a></li>
+<li><a href="Tasks/rmic.html">Rmic</a></li>
+<li><a href="Tasks/rpm.html">Rpm</a></li>
+<li><a href="Tasks/schemavalidate.html">SchemaValidate</a></li>
+<li><a href="Tasks/scp.html">Scp</a></li>
+<li><a href="Tasks/script.html">Script</a></li>
+<li><a href="Tasks/scriptdef.html">Scriptdef</a></li>
+<li><a href="Tasks/sequential.html">Sequential</a></li>
+<li><a href="Tasks/serverdeploy.html">ServerDeploy</a></li>
+<li><a href="Tasks/setproxy.html">Setproxy</a></li>
+<li><a href="Tasks/signjar.html">SignJar</a></li>
+<li><a href="Tasks/sleep.html">Sleep</a></li>
+<li><a href="Tasks/sos.html">SourceOffSite</a></li>
+<li><a href="Tasks/sound.html">Sound</a></li>
+<li><a href="Tasks/splash.html">Splash</a></li>
+<li><a href="Tasks/sql.html">Sql</a></li>
+<li><a href="Tasks/sshexec.html">Sshexec</a></li>
+<li><a href="Tasks/sshsession.html">Sshsession</a></li>
+<li><a href="Tasks/style.html">XSLT/<i>Style</i></a></li>
+<li><a href="Tasks/subant.html">Subant</a></li>
+<li><a href="Tasks/symlink.html">Symlink</a></li>
+<li><a href="Tasks/sync.html">Sync</a></li>
+<li><a href="Tasks/tar.html">Tar</a></li>
+<li><a href="Tasks/taskdef.html">Taskdef</a></li>
+<li><a href="Tasks/telnet.html">Telnet</a></li>
+<li><a href="Tasks/tempfile.html">Tempfile</a></li>
+<li><a href="Tasks/touch.html">Touch</a></li>
+<li><a href="Tasks/translate.html">Translate</a></li>
+<li><a href="Tasks/truncate.html">Truncate</a></li>
+<li><a href="Tasks/tstamp.html">TStamp</a></li>
+<li><a href="Tasks/typedef.html">Typedef</a></li>
+<li><a href="Tasks/unpack.html">BUnzip2</a></li>
+<li><a href="Tasks/unpack.html">GUnzip</a></li>
+<li><a href="Tasks/unzip.html">Unjar</a></li>
+<li><a href="Tasks/unzip.html">Untar</a></li>
+<li><a href="Tasks/unzip.html">Unwar</a></li>
+<li><a href="Tasks/unzip.html">Unzip</a></li>
+<li><a href="Tasks/uptodate.html">Uptodate</a></li>
+<li><a href="Tasks/vss.html#tasks">Microsoft Visual SourceSafe Tasks</a></li>
+<li><a href="Tasks/waitfor.html">Waitfor</a></li>
+<li><a href="Tasks/war.html">War</a></li>
+<li><a href="Tasks/whichresource.html">WhichResource</a></li>
+<li><a href="Tasks/wljspc.html">Weblogic JSP Compiler</a></li>
+<li><a href="Tasks/xmlproperty.html">XmlProperty</a></li>
+<li><a href="Tasks/xmlvalidate.html">XmlValidate</a></li>
+<li><a href="Tasks/zip.html">Zip</a></li>
 </ul>
 </body>
 </html>

Modified: ant/core/trunk/docs/manual/tasksoverview.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/tasksoverview.html?rev=948574&r1=948573&r2=948574&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/tasksoverview.html (original)
+++ ant/core/trunk/docs/manual/tasksoverview.html Wed May 26 20:33:51 2010
@@ -67,109 +67,109 @@ documentation.</p>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/unpack.html">BUnzip2</a></td>
+    <td nowrap><a href="Tasks/unpack.html">BUnzip2</a></td>
     <td><p>Expands a file packed using GZip or BZip2.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/pack.html">BZip2</a></td>
+    <td nowrap><a href="Tasks/pack.html">BZip2</a></td>
     <td><p>Packs a file using the GZip or BZip2 algorithm. This task
      does not do any dependency checking; the output file is always
      generated</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="OptionalTasks/cab.html">Cab</a></td>
+    <td nowrap><a href="Tasks/cab.html">Cab</a></td>
     <td><p>Creates Microsoft CAB archive files. It is invoked
-     similar to the <a href="CoreTasks/jar.html">Jar</a> or
-     <a href="CoreTasks/zip.html">Zip</a> tasks. This task will work on
+     similar to the <a href="Tasks/jar.html">Jar</a> or
+     <a href="Tasks/zip.html">Zip</a> tasks. This task will work on
      Windows using the external <i>cabarc</i> tool (provided by Microsoft),
      which must be located in your executable path.</p></td>
    </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/ear.html">Ear</a></td>
-    <td><p>An extension of the <a href="CoreTasks/jar.html">Jar</a> task with
+    <td nowrap><a href="Tasks/ear.html">Ear</a></td>
+    <td><p>An extension of the <a href="Tasks/jar.html">Jar</a> task with
      special treatment for files that should end up in an
      Enterprise Application archive.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/gunzip.html">GUnzip</a></td>
+    <td nowrap><a href="Tasks/gunzip.html">GUnzip</a></td>
     <td><p>Expands a GZip file.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/gzip.html">GZip</a></td>
+    <td nowrap><a href="Tasks/gzip.html">GZip</a></td>
     <td><p>GZips a set of files.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/jar.html">Jar</a></td>
+    <td nowrap><a href="Tasks/jar.html">Jar</a></td>
     <td><p>Jars a set of files.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="OptionalTasks/jlink.html">Jlink</a></td>
+    <td nowrap><a href="Tasks/jlink.html">Jlink</a></td>
     <td><p><i>Deprecated.</i> Use the <code>zipfileset</code>
      and <code>zipgroupfileset</code> attributes of the
-     <a href="CoreTasks/jar.html">Jar</a> or
-     <a href="CoreTasks/zip.html">Zip</a> tasks instead.</p></td>
+     <a href="Tasks/jar.html">Jar</a> or
+     <a href="Tasks/zip.html">Zip</a> tasks instead.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/manifest.html">Manifest</a></td>
+    <td nowrap><a href="Tasks/manifest.html">Manifest</a></td>
     <td><p>Creates a manifest file.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="OptionalTasks/rpm.html">Rpm</a></td>
+    <td nowrap><a href="Tasks/rpm.html">Rpm</a></td>
     <td><p>Invokes the <i>rpm</i> executable to build a Linux installation
      file. This task currently only works on Linux or other Unix platforms
      with RPM support.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/signjar.html">SignJar</a></td>
+    <td nowrap><a href="Tasks/signjar.html">SignJar</a></td>
     <td><p>Signs a jar or zip file with the <i>javasign</i>
      command-line tool.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/tar.html">Tar</a></td>
+    <td nowrap><a href="Tasks/tar.html">Tar</a></td>
     <td><p>Creates a tar archive.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/unzip.html">Unjar</a></td>
+    <td nowrap><a href="Tasks/unzip.html">Unjar</a></td>
     <td><p>Unzips a jarfile.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/untar.html">Untar</a></td>
+    <td nowrap><a href="Tasks/untar.html">Untar</a></td>
     <td><p>Untars a tarfile.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/unzip.html">Unwar</a></td>
+    <td nowrap><a href="Tasks/unzip.html">Unwar</a></td>
     <td><p>Unzips a warfile.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/unzip.html">Unzip</a></td>
+    <td nowrap><a href="Tasks/unzip.html">Unzip</a></td>
     <td><p>Unzips a zipfile.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/war.html">War</a></td>
-    <td><p>An extension of the <a href="CoreTasks/jar.html">Jar</a> task
+    <td nowrap><a href="Tasks/war.html">War</a></td>
+    <td><p>An extension of the <a href="Tasks/jar.html">Jar</a> task
      with special treatment for files that should end up in the
      <code>WEB-INF/lib</code>, <code>WEB-INF/classes</code>, or
      <code>WEB-INF</code> directories of the Web Application Archive.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/zip.html">Zip</a></td>
+    <td nowrap><a href="Tasks/zip.html">Zip</a></td>
     <td><p>Creates a zipfile.</p></td>
   </tr>
 </table>
@@ -191,7 +191,7 @@ documentation.</p>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="OptionalTasks/jdepend.html">JDepend</a></td>
+    <td nowrap><a href="Tasks/jdepend.html">JDepend</a></td>
     <td><p>Invokes the <a href="http://www.clarkware.com/software/JDepend.html">
      JDepend</a> parser. This parser &quot;traverses a set of Java source-file
      directories and generates design-quality metrics for each Java
@@ -217,54 +217,54 @@ documentation.</p>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="OptionalTasks/depend.html">Depend</a></td>
+    <td nowrap><a href="Tasks/depend.html">Depend</a></td>
     <td><p>Determines which classfiles are out-of-date with respect to their
      source, removing the classfiles of any other classes that depend on the
      out-of-date classes, forcing the re-compile of the removed classfiles.
      Typically used in conjunction with the
-     <a href="CoreTasks/javac.html">Javac</a> task.</p></td>
+     <a href="Tasks/javac.html">Javac</a> task.</p></td>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/javac.html">Javac</a></td>
+    <td nowrap><a href="Tasks/javac.html">Javac</a></td>
     <td><p>Compiles the specified source file(s) within the running
      (Ant) VM, or in another VM if the <code>fork</code> attribute is
      specified.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/apt.html">Apt</a></td>
+    <td nowrap><a href="Tasks/apt.html">Apt</a></td>
     <td><p>Runs the annotation processor tool (apt), and then optionally compiles
    the original code, and any generated source code.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="OptionalTasks/jspc.html">JspC</a></td>
+    <td nowrap><a href="Tasks/jspc.html">JspC</a></td>
     <td><p>Runs the JSP compiler. It can be used to precompile JSP pages
      for fast initial invocation of JSP pages, deployment on a server without
      the full JDK installed, or simply to syntax-check the pages without
-     deploying them. The <a href="CoreTasks/javac.html">Javac</a> task
+     deploying them. The <a href="Tasks/javac.html">Javac</a> task
      can be used to compile the generated Java source.
      (For Weblogic JSP compiles,
-     see the <a href="OptionalTasks/wljspc.html">Wljspc</a> task.)</p></td>
+     see the <a href="Tasks/wljspc.html">Wljspc</a> task.)</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="OptionalTasks/netrexxc.html">NetRexxC</a></td>
+    <td nowrap><a href="Tasks/netrexxc.html">NetRexxC</a></td>
     <td><p>Compiles a
      <a href="http://www2.hursley.ibm.com/netrexx" target="_top">NetRexx</a>
      source tree within the running (Ant) VM.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/rmic.html">Rmic</a></td>
+    <td nowrap><a href="Tasks/rmic.html">Rmic</a></td>
     <td><p>Runs the <i>rmic</i> compiler on the specified file(s).</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="OptionalTasks/wljspc.html">Wljspc</a></td>
+    <td nowrap><a href="Tasks/wljspc.html">Wljspc</a></td>
     <td><p>Compiles JSP pages using Weblogic's JSP compiler,
      <i>weblogic.jspc</i>. (For non-Weblogic JSP compiles, see the
-     <a href="OptionalTasks/jspc.html">JspC</a> task.</p></td>
+     <a href="Tasks/jspc.html">JspC</a> task.</p></td>
   </tr>
 
 </table>
@@ -286,7 +286,7 @@ documentation.</p>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="OptionalTasks/serverdeploy.html">ServerDeploy</a></td>
+    <td nowrap><a href="Tasks/serverdeploy.html">ServerDeploy</a></td>
     <td><p>Task to run a &quot;hot&quot; deployment tool for vendor-specific
      J2EE server.
     </p></td>
@@ -310,7 +310,7 @@ documentation.</p>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/javadoc.html">Javadoc/<i>Javadoc2</i></a></td>
+    <td nowrap><a href="Tasks/javadoc.html">Javadoc/<i>Javadoc2</i></a></td>
     <td><p>Generates code documentation using the <i>javadoc</i> tool.
      The Javadoc2 task is deprecated; use the Javadoc task instead.</p></td>
   </tr>
@@ -334,7 +334,7 @@ documentation.</p>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="OptionalTasks/ejb.html">EJB Tasks</a></td>
+    <td nowrap><a href="Tasks/ejb.html">EJB Tasks</a></td>
     <td><p>(See the documentation describing the EJB tasks.)</p></td>
   </tr>
 </table>
@@ -356,54 +356,54 @@ documentation.</p>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/ant.html">Ant</a></td>
+    <td nowrap><a href="Tasks/ant.html">Ant</a></td>
     <td><p>Runs Ant on a supplied buildfile, optionally
      passing properties (with possibly new values).
      This task can be used to build sub-projects.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/antcall.html">AntCall</a></td>
+    <td nowrap><a href="Tasks/antcall.html">AntCall</a></td>
     <td><p>Runs another target within the same buildfile, optionally
      passing properties (with possibly new values).</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/apply.html">Apply/<i>ExecOn</i></a></td>
+    <td nowrap><a href="Tasks/apply.html">Apply/<i>ExecOn</i></a></td>
     <td><p>Executes a system command. When the <code>os</code> attribute is
      specified, the command is only executed when Ant is run on one
      of the specified operating systems.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/dependset.html">Dependset</a></td>
+    <td nowrap><a href="Tasks/dependset.html">Dependset</a></td>
     <td><p>This task compares a set of source files with a set of target
      files.  If any of the source files is newer than any of
      the target files, all the target files are removed. </p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/exec.html">Exec</a></td>
+    <td nowrap><a href="Tasks/exec.html">Exec</a></td>
     <td><p>Executes a system command. When the <code>os</code> attribute
      is specified, the command is only executed when Ant is run on one of
      the specified operating systems.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/java.html">Java</a></td>
+    <td nowrap><a href="Tasks/java.html">Java</a></td>
     <td><p>Executes a Java class within the running (Ant) VM, or in
      another VM if the <code>fork</code> attribute is specified.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/parallel.html">Parallel</a></td>
+    <td nowrap><a href="Tasks/parallel.html">Parallel</a></td>
     <td><p>A container task that can contain other Ant tasks.
      Each nested task specified within the <code>&lt;parallel&gt;</code>
      tag will be executed in its own thread.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/sequential.html">Sequential</a></td>
+    <td nowrap><a href="Tasks/sequential.html">Sequential</a></td>
     <td><p>A container task that can contain other Ant tasks.
      The nested tasks are simply executed in sequence. Its primary use is
      to support the sequential execution of a subset of tasks within
@@ -411,22 +411,22 @@ documentation.</p>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/sleep.html">Sleep</a></td>
+    <td nowrap><a href="Tasks/sleep.html">Sleep</a></td>
     <td><p> A task for suspending execution for a specified period of time.
      Useful when a build or deployment process requires an interval between
      tasks.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/subant.html">Subant</a></td>
+    <td nowrap><a href="Tasks/subant.html">Subant</a></td>
     <td><p> Calls a given target for all defined sub-builds. This is an extension of ant for bulk project execution.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/waitfor.html">Waitfor</a></td>
+    <td nowrap><a href="Tasks/waitfor.html">Waitfor</a></td>
     <td><p>Blocks execution until a set of specified conditions become true.
      This task is intended to be used with the
-     <a href="CoreTasks/parallel.html">Parallel</a> task to synchronize
+     <a href="Tasks/parallel.html">Parallel</a> task to synchronize
      a set of processes.</p></td>
   </tr>
 </table>
@@ -448,27 +448,27 @@ documentation.</p>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="OptionalTasks/attrib.html">Attrib</a></td>
+    <td nowrap><a href="Tasks/attrib.html">Attrib</a></td>
     <td><p>Changes the permissions and/or attributes of a file or all
     files inside the specified directories. Currently, it has effect
     only under Windows.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/checksum.html">Checksum</a></td>
+    <td nowrap><a href="Tasks/checksum.html">Checksum</a></td>
     <td><p>Generates a checksum for a file or set of files. This task can
      also be used to perform checksum verifications.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="OptionalTasks/chgrp.html">Chgrp</a></td>
+    <td nowrap><a href="Tasks/chgrp.html">Chgrp</a></td>
     <td><p>Changes the group ownership of a file or all files inside
     the specified directories. Currently, it has effect only under
     Unix.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/chmod.html">Chmod</a></td>
+    <td nowrap><a href="Tasks/chmod.html">Chmod</a></td>
     <td><p>Changes the permissions of a file or all files inside the
      specified directories. Currently, it has effect only under Unix.
      The permissions are also UNIX style, like the arguments for the
@@ -476,105 +476,105 @@ documentation.</p>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="OptionalTasks/chown.html">Chown</a></td>
+    <td nowrap><a href="Tasks/chown.html">Chown</a></td>
     <td><p>Changes the owner of a file or all files inside the
     specified directories. Currently, it has effect only under
     Unix.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/concat.html">Concat</a></td>
+    <td nowrap><a href="Tasks/concat.html">Concat</a></td>
     <td><p>Concatenates multiple files into a single one or to Ant's
      logging system.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/copy.html">Copy</a></td>
+    <td nowrap><a href="Tasks/copy.html">Copy</a></td>
     <td><p>Copies a file or Fileset to a new file or directory.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/copydir.html"><i>Copydir</i></a></td>
+    <td nowrap><a href="Tasks/copydir.html"><i>Copydir</i></a></td>
     <td><p><i>Deprecated.</i>  Use the
-     <a href="CoreTasks/copy.html">Copy</a> task instead.</p></td>
+     <a href="Tasks/copy.html">Copy</a> task instead.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/copyfile.html"><i>Copyfile</i></a></td>
+    <td nowrap><a href="Tasks/copyfile.html"><i>Copyfile</i></a></td>
     <td><p><i>Deprecated.</i>  Use the
-     <a href="CoreTasks/copy.html">Copy</a> task instead.</p></td>
+     <a href="Tasks/copy.html">Copy</a> task instead.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/delete.html">Delete</a></td>
+    <td nowrap><a href="Tasks/delete.html">Delete</a></td>
     <td><p>Deletes either a single file, all files and sub-directories
      in a specified directory, or a set of files specified by one or more
-     <a href="CoreTypes/fileset.html">FileSet</a>s.</p></td>
+     <a href="Types/fileset.html">FileSet</a>s.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/deltree.html"><i>Deltree</i></a></td>
+    <td nowrap><a href="Tasks/deltree.html"><i>Deltree</i></a></td>
     <td><p><i>Deprecated.</i>  Use the
-     <a href="CoreTasks/delete.html">Delete</a> task instead.</p></td>
+     <a href="Tasks/delete.html">Delete</a> task instead.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/filter.html">Filter</a></td>
+    <td nowrap><a href="Tasks/filter.html">Filter</a></td>
     <td><p>Sets a token filter for this project, or reads multiple token
      filters from a specified file and sets these as filters. Token filters
      are used by all tasks that perform file-copying operations.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/fixcrlf.html">FixCRLF</a></td>
+    <td nowrap><a href="Tasks/fixcrlf.html">FixCRLF</a></td>
     <td><p>Modifies a file to add or remove tabs, carriage returns, linefeeds,
      and EOF characters.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/get.html">Get</a></td>
+    <td nowrap><a href="Tasks/get.html">Get</a></td>
     <td><p>Gets a file from a URL.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/mkdir.html">Mkdir</a></td>
+    <td nowrap><a href="Tasks/mkdir.html">Mkdir</a></td>
     <td><p>Creates a directory. Non-existent parent directories are created,
      when necessary.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/move.html">Move</a></td>
+    <td nowrap><a href="Tasks/move.html">Move</a></td>
     <td><p>Moves a file to a new file or directory, or a set(s) of file(s) to
      a new directory.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/patch.html">Patch</a></td>
+    <td nowrap><a href="Tasks/patch.html">Patch</a></td>
     <td><p>Applies a &quot;diff&quot; file to originals.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/rename.html"><i>Rename</i></a></td>
-    <td><p><i>Deprecated.</i>  Use the <a href="CoreTasks/move.html">Move</a>
+    <td nowrap><a href="Tasks/rename.html"><i>Rename</i></a></td>
+    <td><p><i>Deprecated.</i>  Use the <a href="Tasks/move.html">Move</a>
     task instead.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="OptionalTasks/renameextensions.html">
+    <td nowrap><a href="Tasks/renameextensions.html">
      <i>RenameExtensions</i></a></td>
-    <td><p><i>Deprecated</i>. Use the <a href="CoreTasks/move.html">Move</a>
-     task with a <a href="CoreTypes/mapper.html#glob-mapper">glob mapper</a>
+    <td><p><i>Deprecated</i>. Use the <a href="Tasks/move.html">Move</a>
+     task with a <a href="Types/mapper.html#glob-mapper">glob mapper</a>
      instead.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/replace.html">Replace</a></td>
+    <td nowrap><a href="Tasks/replace.html">Replace</a></td>
     <td><p>Replace is a directory-based task for replacing the occurrence
      of a given string with another string in selected file.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="OptionalTasks/replaceregexp.html">
+    <td nowrap><a href="Tasks/replaceregexp.html">
      ReplaceRegExp</a></td>
     <td><p>Directory-based task for replacing the occurrence of a given
      regular expression with a substitution pattern in a file or set of
@@ -582,18 +582,18 @@ documentation.</p>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/sync.html">Sync</a></td>
+    <td nowrap><a href="Tasks/sync.html">Sync</a></td>
     <td><p>Synchronize two directory trees.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/tempfile.html">Tempfile</a></td>
+    <td nowrap><a href="Tasks/tempfile.html">Tempfile</a></td>
     <td><p>Generates a name for a new temporary file and sets the specified
      property to that name.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/touch.html">Touch</a></td>
+    <td nowrap><a href="Tasks/touch.html">Touch</a></td>
     <td><p>Changes the modification time of a file and possibly creates it at
      the same time.</p></td>
   </tr>
@@ -617,7 +617,7 @@ documentation.</p>
 
   <tr valign="top">
     <td nowrap>
-    <a href="OptionalTasks/jarlib-available.html">Jarlib-available</a></td>
+    <a href="Tasks/jarlib-available.html">Jarlib-available</a></td>
     <td><p>Check whether an extension is present in a FileSet or an
       ExtensionSet. If the extension is present, the specified property is
      set.</p>
@@ -626,7 +626,7 @@ documentation.</p>
 
   <tr valign="top">
     <td nowrap>
-    <a href="OptionalTasks/jarlib-display.html">Jarlib-display</a></td>
+    <a href="Tasks/jarlib-display.html">Jarlib-display</a></td>
     <td><p>Display the &quot;Optional Package&quot; and
       &quot;Package Specification&quot; information contained within the
       specified jars.</p>
@@ -635,7 +635,7 @@ documentation.</p>
 
   <tr valign="top">
     <td nowrap>
-    <a href="OptionalTasks/jarlib-manifest.html">Jarlib-manifest</a></td>
+    <a href="Tasks/jarlib-manifest.html">Jarlib-manifest</a></td>
     <td><p>Task to generate a manifest that declares all the dependencies
       in manifest. The dependencies are determined by looking in the
       specified path and searching for Extension/&quot;Optional Package&quot;
@@ -645,7 +645,7 @@ documentation.</p>
 
   <tr valign="top">
     <td nowrap>
-    <a href="OptionalTasks/jarlib-resolve.html">Jarlib-resolve</a></td>
+    <a href="Tasks/jarlib-resolve.html">Jarlib-resolve</a></td>
     <td><p>Try to locate a jar to satisfy an extension, and place the
       location of the jar into the specified property.</p>
     </td>
@@ -670,7 +670,7 @@ documentation.</p>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/recorder.html">Record</a></td>
+    <td nowrap><a href="Tasks/recorder.html">Record</a></td>
     <td><p>Runs a listener that records the logging output of the
      build-process events to a file. Several recorders can exist
      at the same time. Each recorder is associated with a file.</p></td>
@@ -694,13 +694,13 @@ documentation.</p>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/mail.html">Mail</a></td>
+    <td nowrap><a href="Tasks/mail.html">Mail</a></td>
     <td><p>A task to send SMTP email.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="OptionalTasks/mimemail.html">MimeMail</a></td>
-    <td><p><i>Deprecated</i>. Use the <a href="CoreTasks/mail.html">Mail</a>
+    <td nowrap><a href="Tasks/mimemail.html">MimeMail</a></td>
+    <td><p><i>Deprecated</i>. Use the <a href="Tasks/mail.html">Mail</a>
      task instead.</p></td>
   </tr>
 
@@ -723,60 +723,60 @@ documentation.</p>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/defaultexcludes.html">Defaultexcludes</a></td>
+    <td nowrap><a href="Tasks/defaultexcludes.html">Defaultexcludes</a></td>
     <td><p>Modify the list of default exclude patterns from within
     your build file.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/echo.html">Echo</a></td>
+    <td nowrap><a href="Tasks/echo.html">Echo</a></td>
     <td><p>Echoes text to <code>System.out</code> or to a file.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/fail.html">Fail</a></td>
+    <td nowrap><a href="Tasks/fail.html">Fail</a></td>
     <td><p>Exits the current build by throwing a BuildException,
      optionally printing additional information.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/genkey.html">GenKey</a></td>
+    <td nowrap><a href="Tasks/genkey.html">GenKey</a></td>
     <td><p>Generates a key in keystore.</p></td>
   </tr>
   
   
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/hostinfo.html">HostInfo</a></td>
+    <td nowrap><a href="Tasks/hostinfo.html">HostInfo</a></td>
     <td><p>Sets properties related to the provided host, or to
     the host the process is run on.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/input.html">Input</a></td>
+    <td nowrap><a href="Tasks/input.html">Input</a></td>
     <td><p>Allows user interaction during the build process by displaying a
      message and reading a line of input from the console.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="OptionalTasks/script.html">Script</a></td>
+    <td nowrap><a href="Tasks/script.html">Script</a></td>
     <td><p>Executes a script in a
      <a href="http://jakarta.apache.org/bsf/"
       target="_top">Apache BSF</a>-supported language.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="OptionalTasks/sound.html">Sound</a></td>
+    <td nowrap><a href="Tasks/sound.html">Sound</a></td>
     <td><p>Plays a sound file at the end of the build, according to whether
      the build failed or succeeded.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="OptionalTasks/splash.html">Splash</a></td>
+    <td nowrap><a href="Tasks/splash.html">Splash</a></td>
     <td><p>Displays a splash screen.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/sql.html">Sql</a></td>
+    <td nowrap><a href="Tasks/sql.html">Sql</a></td>
     <td><p>Executes a series of SQL statements via JDBC to a database.
      Statements can either be read in from a text file using the
      <code>src</code> attribute, or from between the enclosing SQL
@@ -784,26 +784,26 @@ documentation.</p>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/taskdef.html">Taskdef</a></td>
+    <td nowrap><a href="Tasks/taskdef.html">Taskdef</a></td>
     <td><p>Adds a task definition to the current project, such that this
      new task can be used in the current project.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/tstamp.html">TStamp</a></td>
+    <td nowrap><a href="Tasks/tstamp.html">TStamp</a></td>
     <td><p>Sets the <code>DSTAMP</code>, <code>TSTAMP</code>, and
      <code>TODAY</code> properties in the current project, based on
      the current date and time.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/typedef.html">Typedef</a></td>
+    <td nowrap><a href="Tasks/typedef.html">Typedef</a></td>
     <td><p>Adds a data-type definition to the current project, such that this
      new type can be used in the current project.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="OptionalTasks/xmlvalidate.html">XmlValidate</a></td>
+    <td nowrap><a href="Tasks/xmlvalidate.html">XmlValidate</a></td>
     <td><p>Checks that XML files are valid (or only well-formed). This task
      uses the XML parser that is currently used by Ant by default, but any SAX1/2
      parser can be specified, if needed.</p></td>
@@ -827,42 +827,42 @@ documentation.</p>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="OptionalTasks/antlr.html">ANTLR</a></td>
+    <td nowrap><a href="Tasks/antlr.html">ANTLR</a></td>
     <td><p>Invokes the <a HREF="http://www.antlr.org/" target="_top">ANTLR</a>
      Translator generator on a grammar file.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/antstructure.html">AntStructure</a></td>
+    <td nowrap><a href="Tasks/antstructure.html">AntStructure</a></td>
     <td><p>Generates a DTD for Ant buildfiles that contains information
      about all tasks currently known to Ant.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/import.html">Import</a></td>
+    <td nowrap><a href="Tasks/import.html">Import</a></td>
     <td><p>Import another build file and potentially override targets
     in it with targets of your own.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/include.html">Include</a></td>
+    <td nowrap><a href="Tasks/include.html">Include</a></td>
     <td><p>Include another build file.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="OptionalTasks/javacc.html">JavaCC</a></td>
+    <td nowrap><a href="Tasks/javacc.html">JavaCC</a></td>
     <td><p>Invokes the
      <a HREF="http://javacc.dev.java.net/" target="_top">
      JavaCC</a> compiler-compiler on a grammar file.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="OptionalTasks/javah.html">Javah</a></td>
+    <td nowrap><a href="Tasks/javah.html">Javah</a></td>
     <td><p>Generates JNI headers from a Java class.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="OptionalTasks/jjdoc.html">JJDoc</a></td>
+    <td nowrap><a href="Tasks/jjdoc.html">JJDoc</a></td>
     <td><p>Invokes the <a href="http://javacc.dev.java.net/">
      JJDoc</a> documentation generator for the JavaCC compiler-compiler.
      JJDoc takes a JavaCC parser specification and produces documentation
@@ -872,7 +872,7 @@ documentation.</p>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="OptionalTasks/jjtree.html">JJTree</a></td>
+    <td nowrap><a href="Tasks/jjtree.html">JJTree</a></td>
     <td><p>Invokes the <a href="http://javacc.dev.java.net/">
      JJTree</a> preprocessor for the JavaCC compiler-compiler. It inserts
      parse-tree building actions at various places in the JavaCC source that
@@ -882,12 +882,12 @@ documentation.</p>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/macrodef.html">Macrodef</a></td>
+    <td nowrap><a href="Tasks/macrodef.html">Macrodef</a></td>
     <td><p>Define a new task as a macro built-up upon other tasks.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="OptionalTasks/native2ascii.html">
+    <td nowrap><a href="Tasks/native2ascii.html">
      Native2Ascii</a></td>
     <td><p>Converts files from native encodings to ASCII with escaped Unicode.
       A common usage is to convert source files maintained in a native
@@ -895,19 +895,19 @@ documentation.</p>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/presetdef.html">Presetdef</a></td>
+    <td nowrap><a href="Tasks/presetdef.html">Presetdef</a></td>
     <td><p>Define a new task by instrumenting an existing task with
     default values for attributes or child elements.</p>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="OptionalTasks/translate.html">Translate</a></td>
+    <td nowrap><a href="Tasks/translate.html">Translate</a></td>
     <td><p>Identifies keys in files, delimited by special tokens, and
      translates them with values read from resource bundles.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/style.html">XSLT</a></td>
+    <td nowrap><a href="Tasks/style.html">XSLT</a></td>
     <td><p>Processes a set of documents via XSLT.</p></td>
   </tr>
 
@@ -930,49 +930,49 @@ documentation.</p>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/available.html">Available</a></td>
+    <td nowrap><a href="Tasks/available.html">Available</a></td>
     <td><p>Sets a property if a specified file, directory, class in the
      classpath, or JVM system resource is available at runtime.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/basename.html">Basename</a></td>
+    <td nowrap><a href="Tasks/basename.html">Basename</a></td>
     <td><p>Sets a property to the last element of a specified path.
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/buildnumber.html">BuildNumber</a></td>
+    <td nowrap><a href="Tasks/buildnumber.html">BuildNumber</a></td>
     <td><p>Task that can be used to track build numbers.
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/condition.html">Condition</a></td>
+    <td nowrap><a href="Tasks/condition.html">Condition</a></td>
     <td><p>Sets a property if a certain condition holds true; this is a
-     generalization of <a href="CoreTasks/available.html">Available</a> and
-     <a href="CoreTasks/uptodate.html">Uptodate</a>.</p></td>
+     generalization of <a href="Tasks/available.html">Available</a> and
+     <a href="Tasks/uptodate.html">Uptodate</a>.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/dirname.html">Dirname</a></td>
+    <td nowrap><a href="Tasks/dirname.html">Dirname</a></td>
     <td><p>Sets a property to the value of the specified file up to,
      but not including, the last path element.
   </tr>
 
   <tr valign="top">
     <td nowrap>
-    <a href="OptionalTasks/echoproperties.html">Echoproperties</a><br>
+    <a href="Tasks/echoproperties.html">Echoproperties</a><br>
 
     </td>
     <td><p>Lists the current properties.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/loadfile.html">LoadFile</a></td>
+    <td nowrap><a href="Tasks/loadfile.html">LoadFile</a></td>
     <td><p>Loads a file into a property.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/loadproperties.html">LoadProperties</a></td>
+    <td nowrap><a href="Tasks/loadproperties.html">LoadProperties</a></td>
     <td><p>Load a file's contents as Ant properties. This task is
      equivalent to using <code>&lt;property file=&quot;...&quot;/&gt;</code>
      except that it supports nested <code>&lt;filterchain&gt;</code> elements,
@@ -980,12 +980,12 @@ documentation.</p>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/makeurl.html">MakeURL</a></td>
+    <td nowrap><a href="Tasks/makeurl.html">MakeURL</a></td>
     <td><p>Creates a URL (list) from a file/fileset or path</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/pathconvert.html">PathConvert</a></td>
+    <td nowrap><a href="Tasks/pathconvert.html">PathConvert</a></td>
     <td><p>Converts a nested path, path reference, filelist reference, or
      fileset reference to the form usable on a specified platform and/or
      to a list of items separated by the specified separator and stores
@@ -993,13 +993,13 @@ documentation.</p>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/property.html">Property</a></td>
+    <td nowrap><a href="Tasks/property.html">Property</a></td>
     <td><p>Sets a property (by name and value), or set of properties
      (from a file or resource) in the project.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="OptionalTasks/propertyfile.html">
+    <td nowrap><a href="Tasks/propertyfile.html">
      PropertyFile</a></td>
     <td><p>Creates or modifies property files. Useful when wanting to make
      unattended modifications to configuration files for application
@@ -1009,18 +1009,18 @@ documentation.</p>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/uptodate.html">Uptodate</a></td>
+    <td nowrap><a href="Tasks/uptodate.html">Uptodate</a></td>
     <td><p>Sets a property if a given target file is newer than a set of
      source files.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/whichresource.html">Whichresource</a></td>
+    <td nowrap><a href="Tasks/whichresource.html">Whichresource</a></td>
     <td><p>Find a class or resource.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/xmlproperty.html">XmlProperty</a></td>
+    <td nowrap><a href="Tasks/xmlproperty.html">XmlProperty</a></td>
     <td><p>Loads property values from a well-formed XML file.</p></td>
   </tr>
 </table>
@@ -1042,34 +1042,34 @@ documentation.</p>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="OptionalTasks/ftp.html">FTP</a></td>
+    <td nowrap><a href="Tasks/ftp.html">FTP</a></td>
     <td><p>Implements a basic FTP client that can send, receive,
      list, and delete files, and create directories.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="OptionalTasks/rexec.html">Rexec</a></td>
+    <td nowrap><a href="Tasks/rexec.html">Rexec</a></td>
     <td><p>Task to automate a remote rexec session.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="OptionalTasks/scp.html">Scp</a></td>
+    <td nowrap><a href="Tasks/scp.html">Scp</a></td>
     <td><p>Copy files to or from a remote server using SSH.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="OptionalTasks/setproxy.html">setproxy</a></td>
+    <td nowrap><a href="Tasks/setproxy.html">setproxy</a></td>
     <td><p>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.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="OptionalTasks/sshexec.html">Sshexec</a></td>
+    <td nowrap><a href="Tasks/sshexec.html">Sshexec</a></td>
     <td><p>Execute a command on a remote server using SSH.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="OptionalTasks/telnet.html">Telnet</a></td>
+    <td nowrap><a href="Tasks/telnet.html">Telnet</a></td>
     <td><p>Task to automate a remote <i>telnet</i> session. This task uses
      nested <code>&lt;read&gt;</code> and <code>&lt;write&gt;</code> tags
      to indicate strings to wait for and specify text to send.</p></td>
@@ -1094,47 +1094,47 @@ documentation.</p>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/cvs.html">Cvs</a></td>
+    <td nowrap><a href="Tasks/cvs.html">Cvs</a></td>
     <td><p>Handles packages/modules retrieved from a
      <a href="http://www.nongnu.org/cvs/" target="_top">CVS</a>
      repository.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/changelog.html">CvsChangeLog</a></td>
+    <td nowrap><a href="Tasks/changelog.html">CvsChangeLog</a></td>
     <td><p>Generates an XML report of the changes recorded in a
      <a href="http://www.nongnu.org/cvs/" target="_top">CVS</a>
      repository.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/cvspass.html">CVSPass</a></td>
+    <td nowrap><a href="Tasks/cvspass.html">CVSPass</a></td>
     <td><p>Adds entries to a .cvspass file. Adding entries to this file
      has the same affect as a <i>cvs login</i> command.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="CoreTasks/cvstagdiff.html">CvsTagDiff</a></td>
+    <td nowrap><a href="Tasks/cvstagdiff.html">CvsTagDiff</a></td>
     <td><p>Generates an XML-formatted report file of the changes between
     two tags or dates recorded in a <a href="http://www.nongnu.org/cvs/"
     target="_top">CVS</a> repository.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="OptionalTasks/clearcase.html">ClearCase</a></td>
+    <td nowrap><a href="Tasks/clearcase.html">ClearCase</a></td>
     <td><p>Tasks to perform the ClearCase cleartool <i>checkin</i>, <i>checkout</i>,
      <i>uncheckout</i>, <i>update</i>, <i>lock</i>, <i>unlock</i>, <i>mklbtype</i>, <i>rmtype</i>, <i>mklabel</i>, <i>mkattr</i>, <i>mkdir</i>, <i>mkelem</i>, and <i>mkbl</i> commands.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="OptionalTasks/ccm.html">Continuus/Synergy</a></td>
+    <td nowrap><a href="Tasks/ccm.html">Continuus/Synergy</a></td>
     <td><p>Tasks to perform the Continuus <i>ccmcheckin</i>,
      <i>ccmcheckout</i>, <i>ccmcheckintask</i>, <i>ccmreconfigure</i>, and
      <i>ccmcreateTask</i> commands.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="OptionalTasks/vss.html">
+    <td nowrap><a href="Tasks/vss.html">
      Microsoft Visual SourceSafe</a></td>
     <td><p>Tasks to perform the Visual SourceSafe <i>vssget</i>,
      <i>vsslabel</i>, <i>vsshistory</i>, <i>vsscheckin</i>,
@@ -1143,7 +1143,7 @@ documentation.</p>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="OptionalTasks/perforce.html">Perforce</a></td>
+    <td nowrap><a href="Tasks/perforce.html">Perforce</a></td>
     <td><p>Tasks to perform the Perforce <i>p4sync</i>, <i>p4change</i>,
      <i>p4edit</i>, <i>p4submit</i>, <i>p4have</i>, <i>p4label</i>,
      <i>p4counter</i>, <i>p4reopen</i>, <i>p4revert</i>, and <i>p4add</i>
@@ -1151,13 +1151,13 @@ documentation.</p>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="OptionalTasks/pvcstask.html">Pvcs</a></td>
+    <td nowrap><a href="Tasks/pvcstask.html">Pvcs</a></td>
     <td><p>Allows the user extract the latest edition of the source code
      from a PVCS repository.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="OptionalTasks/sos.html">SourceOffSite</a></td>
+    <td nowrap><a href="Tasks/sos.html">SourceOffSite</a></td>
     <td><p>Tasks to perform the SourceOffSite <i>sosget</i>, <i>soslabel</i>,
      <i>soscheckin</i>, and <i>soscheckout</i> commands.</p></td>
   </tr>
@@ -1181,16 +1181,16 @@ documentation.</p>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="OptionalTasks/junit.html">Junit</a></td>
+    <td nowrap><a href="Tasks/junit.html">Junit</a></td>
     <td><p>Runs tests from the <a href="http://www.junit.org">Junit</a>
      testing framework. This task has been tested with JUnit 3.0 up to
      JUnit 3.7; it won't work with versions prior to JUnit 3.0.</p></td>
   </tr>
 
   <tr valign="top">
-    <td nowrap><a href="OptionalTasks/junitreport.html">JunitReport</a></td>
+    <td nowrap><a href="Tasks/junitreport.html">JunitReport</a></td>
     <td><p>Merges the individual XML files generated by the
-     <a href="OptionalTasks/junit.html">Junit</a> task and applies a
+     <a href="Tasks/junit.html">Junit</a> task and applies a
      stylesheet on the resulting merged document to provide a browsable
      report of the testcases results.</p></td>
   </tr>

Modified: ant/core/trunk/docs/manual/tutorial-HelloWorldWithAnt.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/tutorial-HelloWorldWithAnt.html?rev=948574&r1=948573&r2=948574&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/tutorial-HelloWorldWithAnt.html (original)
+++ ant/core/trunk/docs/manual/tutorial-HelloWorldWithAnt.html Wed May 26 20:33:51 2010
@@ -408,7 +408,7 @@ public class HelloWorldTest extends juni
 }</pre>
 
 <p>Because we dont have real business logic to test, this test class is very small: just show how to start. For 
-further information see the JUnit documentation [3] and the manual of <a href="OptionalTasks/junit.html">junit</a> task.
+further information see the JUnit documentation [3] and the manual of <a href="Tasks/junit.html">junit</a> task.
 Now we add a junit instruction to our buildfile:</p>
 
 <pre class="code">

Modified: ant/core/trunk/docs/manual/tutorial-tasks-filesets-properties.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/tutorial-tasks-filesets-properties.html?rev=948574&r1=948573&r2=948574&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/tutorial-tasks-filesets-properties.html (original)
+++ ant/core/trunk/docs/manual/tutorial-tasks-filesets-properties.html Wed May 26 20:33:51 2010
@@ -551,7 +551,7 @@ form you do that depends on your favouri
 it has advantages if you use that: all task users know that form, this form is requested if
 you decide to contribute your task. So we will doc our task in that form.</p>
 
-<p>If you have a look at the manual page of the <a href="CoreTasks/java.html">Java task [5]</a>
+<p>If you have a look at the manual page of the <a href="Tasks/java.html">Java task [5]</a>
    you will see that it:<ul>
 <li>is plain html</li>
 <li>starts with the name</li>
@@ -715,8 +715,7 @@ information on that.</p>
 <li>Patch files generated using cvs diff -u <b><i>to do</i></b></li>
 <li>patch files include a patch to defaults.properties to register the
 tasks <b><i>to do</i></b></li>
-<li>patch files include a patch to coretasklist.html or
-optionaltasklist.html to link to the new task page <b><i>to do</i></b></li>
+<li>patch files include a patch to tasklist.html to link to the new task page <b><i>to do</i></b></li>
 <li>Message to dev contains [SUBMIT] and task name in subject <b><i>to do</i></b></li>
 <li>Message body contains a rationale for the task <b><i>to do</i></b></li>
 <li>Message attachments contain the required files -source, documentation,
@@ -783,9 +782,9 @@ necessary and saves a lot of work if you
 <li>delete the dependency to "use.init" in the find.xml </li>
 <li>in FindTest.java change the line <tt>configureProject("build.xml");</tt> to
     <tt>configureProject("src/etc/testcases/taskdefs/find.xml");</tt> </li>
-<li>move the find.html to ANTHOME/docs/manual/CoreTasks/find.html </li>
-<li>add a <tt>&lt;a href="CoreTasks/find.html"&gt;Find&lt;/a&gt;&lt;br&gt;</tt>
-    in the ANTHOME/docs/manual/coretasklist.html </li>
+<li>move the find.html to ANTHOME/docs/manual/Tasks/find.html </li>
+<li>add a <tt>&lt;a href="Tasks/find.html"&gt;Find&lt;/a&gt;&lt;br&gt;</tt>
+    in the ANTHOME/docs/manual/tasklist.html </li>
 </ul>
 
 Now our modifications are done and we will retest it:
@@ -954,7 +953,7 @@ Now the new task is uploaded into the bu
 &nbsp;&nbsp;[2] <a href="tutorial-tasks-filesets-properties.zip">tutorial-tasks-filesets-properties.zip</a><br>
 &nbsp;&nbsp;[3] <a href="properties.html#built-in-props">properties.html#built-in-props</a><br>
 &nbsp;&nbsp;[4] <a href="http://ant-contrib.sourceforge.net/">http://ant-contrib.sourceforge.net/</a><br>
-&nbsp;&nbsp;[5] <a href="CoreTasks/java.html">CoreTasks/java.html</a><br>
+&nbsp;&nbsp;[5] <a href="Tasks/java.html">Tasks/java.html</a><br>
 &nbsp;&nbsp;[6] <a href="http://ant.apache.org/ant_task_guidelines.html">http://ant.apache.org/ant_task_guidelines.html</a><br>
 &nbsp;&nbsp;[7] <a href="http://ant.apache.org/cvs.html">http://ant.apache.org/cvs.html</a><br>
 &nbsp;&nbsp;[8] <a href="http://java.sun.com/products/archive/index.html">http://java.sun.com/products/archive/index.html</a><br>

Modified: ant/core/trunk/docs/manual/tutorial-writing-tasks.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/tutorial-writing-tasks.html?rev=948574&r1=948573&r2=948574&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/tutorial-writing-tasks.html (original)
+++ ant/core/trunk/docs/manual/tutorial-writing-tasks.html Wed May 26 20:33:51 2010
@@ -127,7 +127,7 @@ its <i>depends</i>-clause the "compile" 
 <h2>Use the Task</h2>
 <p>But after creating the jar we want to use our new Task. Therefore we need a
 new target "use". Before we can use our new task we have to declare it with
-<a href="http://ant.apache.org/manual/CoreTasks/taskdef.html" target="_blank">
+<a href="http://ant.apache.org/manual/Tasks/taskdef.html" target="_blank">
 <code>&lt;taskdef&gt;</code> [2]</a>. And for easier process we change the default clause:
 <pre class="code">
 &lt;?xml version="1.0" encoding="ISO-8859-1"?&gt;
@@ -284,7 +284,7 @@ arguments of the set-method:<ul>
 <li>some more classes (e.g. <i>java.io.File</i>; see
     <a href="develop.html#set-magic">Manual
     'Writing Your Own Task' [3]</a>)</li>
-<li>Any Java Object parsed from Ant 1.8's <a href="CoreTasks/propertyhelper.html">Property
+<li>Any Java Object parsed from Ant 1.8's <a href="Tasks/propertyhelper.html">Property
 Helper</a></li>
 </ul>
 Before calling the set-method all properties are resolved. So a <tt>&lt;helloworld message="${msg}"/&gt;</tt>
@@ -756,7 +756,7 @@ The last sources and the buildfile are a
 
 Used Links:<br>
 &nbsp;&nbsp;[1] <a href="http://ant.apache.org/manual/properties.html#built-in-props">http://ant.apache.org/manual/properties.html#built-in-props</a><br>
-&nbsp;&nbsp;[2] <a href="http://ant.apache.org/manual/CoreTasks/taskdef.html">http://ant.apache.org/manual/CoreTasks/taskdef.html</a><br>
+&nbsp;&nbsp;[2] <a href="http://ant.apache.org/manual/Tasks/taskdef.html">http://ant.apache.org/manual/Tasks/taskdef.html</a><br>
 &nbsp;&nbsp;[3] <a href="http://ant.apache.org/manual/develop.html#set-magic">http://ant.apache.org/manual/develop.html#set-magic</a><br>
 &nbsp;&nbsp;[4] <a href="http://ant.apache.org/manual/develop.html#nested-elements">http://ant.apache.org/manual/develop.html#nested-elements</a><br>
 &nbsp;&nbsp;[5] <a href="http://gump.covalent.net/jars/latest/ant/ant-testutil.jar">http://gump.covalent.net/jars/latest/ant/ant-testutil.jar</a><br>

Modified: ant/core/trunk/docs/manual/using.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/using.html?rev=948574&r1=948573&r2=948574&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/using.html (original)
+++ ant/core/trunk/docs/manual/using.html Wed May 26 20:33:51 2010
@@ -67,7 +67,7 @@ to be unique. (For additional informatio
 </table>
 <p>Optionally, a description for the project can be provided as a
 top-level <code>&lt;description&gt;</code> element (see the <a
-href="CoreTypes/description.html">description</a> type).</p>
+href="Types/description.html">description</a> type).</p>
 
 <p>Each project defines one or more <i>targets</i>.
 A target is a set of <i>tasks</i> you want
@@ -101,9 +101,7 @@ resolved before the task is executed.</p
 <p>where <i>name</i> is the name of the task,
 <i>attributeN</i> is the attribute name, and
 <i>valueN</i> is the value for this attribute.</p>
-<p>There is a set of <a href="coretasklist.html" target="navFrame">built-in tasks</a>, along with a
-number of
-<a href="optionaltasklist.html" target="navFrame"> optional tasks</a>, but it is also very
+<p>There is a set of <a href="tasklist.html" target="navFrame">built-in tasks</a>, but it is also very
 easy to <a href="develop.html#writingowntask">write your own</a>.</p>
 <p>All tasks share a task name attribute. The value of
 this attribute will be used in the logging messages generated by
@@ -146,7 +144,7 @@ task instances at all, only proxies.
   inside a build file.</p>
 
 <p>In its most simple form properties are defined in the build file
-  (for example by the <a href="CoreTasks/property.html">property</a>
+  (for example by the <a href="Tasks/property.html">property</a>
   task) or might be set outside Ant.  A property has a name and a
   value; the name is case-sensitive. Properties may be used in the
   value of task attributes or in the nested text of tasks that support
@@ -225,7 +223,7 @@ should be stored in a directory tree whi
 <p>A project can have a set of tokens that might be automatically expanded if
 found when a file is copied, when the filtering-copy behavior is selected in the
 tasks that support this. These might be set in the buildfile
-by the <a href="CoreTasks/filter.html">filter</a> task.</p>
+by the <a href="Tasks/filter.html">filter</a> task.</p>
 <p>Since this can potentially be a very harmful behavior,
 the tokens in the files <b>must</b>
 be of the form <code>@</code><i>token</i><code>@</code>, where
@@ -277,14 +275,14 @@ supports <code>path</code> and
     &lt;classpath path=&quot;${classpath}&quot;/&gt;
 </pre>
 <p>In addition, one or more
-<a href="CoreTypes/resources.html#collection">Resource Collection</a>s
+<a href="Types/resources.html#collection">Resource Collection</a>s
 can be specified as nested elements (these must consist of
-<a href="CoreTypes/resources.html#file">file</a>-type resources only).
+<a href="Types/resources.html#file">file</a>-type resources only).
 Additionally, it should be noted that although resource collections are
 processed in the order encountered, certain resource collection types
-such as <a href="CoreTypes/fileset.html">fileset</a>,
-<a href="CoreTypes/dirset.html">dirset</a> and
-<a href="CoreTypes/resources.html#files">files</a>
+such as <a href="Types/fileset.html">fileset</a>,
+<a href="Types/dirset.html">dirset</a> and
+<a href="Types/resources.html#files">files</a>
 are undefined in terms of order.</p>
 <pre>
     &lt;classpath&gt;
@@ -502,15 +500,15 @@ replicate the same snippet of XML over a
 &lt;/project&gt;
 </pre></blockquote>
 <p>All tasks that use nested elements for 
-<a href="CoreTypes/patternset.html">PatternSet</a>s, 
-<a href="CoreTypes/fileset.html">FileSet</a>s, 
-<a href="CoreTypes/zipfileset.html">ZipFileSet</a>s or 
+<a href="Types/patternset.html">PatternSet</a>s, 
+<a href="Types/fileset.html">FileSet</a>s, 
+<a href="Types/zipfileset.html">ZipFileSet</a>s or 
 <a href="#path">path-like structures</a> accept references to these structures 
 as shown in the examples. Using <code>refid</code> on a task will ordinarily 
 have the same effect (referencing a task already declared), but the user 
 should be aware that the interpretation of this attribute is dependent on the 
 implementation of the element upon which it is specified. Some tasks (the 
-<a href="CoreTasks/property.html">property</a> task is a handy example) 
+<a href="Tasks/property.html">property</a> task is a handy example) 
 deliberately assign a different meaning to <code>refid</code>.</p>
 
 
@@ -532,7 +530,7 @@ for adding libraries: 
 For the declaration there are several ways:
 <ul>
   <li>declare a single task per using instruction using  
-      <code>&lt;<a href="CoreTasks/taskdef.html">taskdef</a> name=&quot;taskname&quot; 
+      <code>&lt;<a href="Tasks/taskdef.html">taskdef</a> name=&quot;taskname&quot; 
       classname=&quot;ImplementationClass&quot;/&gt;</code>
       <br>
       <code>&lt;taskdef name=&quot;for&quot; classname=&quot;net.sf.antcontrib.logic.For&quot; /&gt; 
@@ -544,14 +542,14 @@ For the declaration there are several wa
       <code>&lt;taskdef resource=&quot;net/sf/antcontrib/antcontrib.properties&quot; /&gt; 
       &lt;for ... /&gt;</code>
   </li>
-  <li>declare a bundle of tasks using a <a href="CoreTypes/antlib.html">xml-file</a> holding these  
+  <li>declare a bundle of tasks using a <a href="Types/antlib.html">xml-file</a> holding these  
       taskname-ImplementationClass-pairs and <code>&lt;taskdef&gt;</code>
       <br>
       <code>&lt;taskdef resource=&quot;net/sf/antcontrib/antlib.xml&quot; /&gt; 
       &lt;for ... /&gt;</code>
   </li>
   <li>declare a bundle of tasks using a xml-file named antlib.xml, XML-namespace and 
-      <a href="CoreTypes/antlib.html#antlibnamespace"><code>antlib:</code> protocoll handler</a> 
+      <a href="Types/antlib.html#antlibnamespace"><code>antlib:</code> protocoll handler</a> 
       <br>
       <code>&lt;project xmlns:ac=&quot;antlib:net.sf.antconrib&quot;/&gt; 
       &lt;ac:for ... /&gt;</code>

Modified: ant/core/trunk/xdocs/antlibs/svn/index.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/xdocs/antlibs/svn/index.xml?rev=948574&r1=948573&r2=948574&view=diff
==============================================================================
--- ant/core/trunk/xdocs/antlibs/svn/index.xml (original)
+++ ant/core/trunk/xdocs/antlibs/svn/index.xml Wed May 26 20:33:51 2010
@@ -42,14 +42,14 @@
       <subsection name="svn">
         <p>A very thin layer on top of the command line executable,
         comparable to <a
-        href="http://ant.apache.org/manual/CoreTasks/cvs.html">the CVS
+        href="http://ant.apache.org/manual/Tasks/cvs.html">the CVS
         task</a>.</p>
       </subsection>
 
       <subsection name="changelog">
         <p>Creates a log of change comments between two revisions,
         comparable to <a
-        href="http://ant.apache.org/manual/CoreTasks/changelog.html">CvsChangeLog</a>.</p>
+        href="http://ant.apache.org/manual/Tasks/changelog.html">CvsChangeLog</a>.</p>
       </subsection>
 
       <subsection name="*diff">
@@ -60,7 +60,7 @@
         for the changes between two revisions.</p>
 
         <p>Together comparable to <a
-        href="http://ant.apache.org/manual/CoreTasks/cvstagdiff.html">CvsTagDiff</a>.</p>
+        href="http://ant.apache.org/manual/Tasks/cvstagdiff.html">CvsTagDiff</a>.</p>
       </subsection>
     </section>
 

Modified: ant/core/trunk/xdocs/faq.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/xdocs/faq.xml?rev=948574&r1=948573&r2=948574&view=diff
==============================================================================
--- ant/core/trunk/xdocs/faq.xml (original)
+++ ant/core/trunk/xdocs/faq.xml Wed May 26 20:33:51 2010
@@ -335,7 +335,7 @@ Apache Ant version 1.6.2 compiled on Jul
     <faq id="precompile-jsps">
       <question>How to I precompile Java Server Pages (JSPs)?</question>
       <answer>
-        <p>Ant has a built in optional task <a href="/manual/OptionalTasks/jspc.html">&lt;jspc&gt;</a>
+        <p>Ant has a built in optional task <a href="/manual/Tasks/jspc.html">&lt;jspc&gt;</a>
         which was intended for that. <b>But this task is deprecated.</b>
         Here the alternative suggested by the manual:</p>
         <p><i>Instead of relying on container specific JSP-compilers we suggest deploying
@@ -682,7 +682,7 @@ shell-prompt> m4 foo.m4 > foo
         course, comes with the overhead of adding JAR files to support
         the language, to say nothing of the added maintenance in requiring
         two languages to implement a single system. See the
-        <a href="manual/OptionalTasks/script.html">
+        <a href="manual/Tasks/script.html">
         <code>&lt;script&gt;</code> task documentation</a> for more
         details.</p>
       </answer>

Modified: ant/core/trunk/xdocs/resources.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/xdocs/resources.xml?rev=948574&r1=948573&r2=948574&view=diff
==============================================================================
--- ant/core/trunk/xdocs/resources.xml (original)
+++ ant/core/trunk/xdocs/resources.xml Wed May 26 20:33:51 2010
@@ -56,7 +56,7 @@
       <subsection name="FAQ about Borland Application Server tasks">
         <p>Benoit Moussaud, the original author of the Borland
         Application Server specific <a
-        href="manual/OptionalTasks/ejb.html#ejbtasks">EJB tasks</a> has put
+        href="manual/Tasks/ejb.html#ejbtasks">EJB tasks</a> has put
         together a FAQ for this specific subtask.</p>
 
         <table class="externals">