stevel 2002/06/20 00:37:59
Modified: docs/manual/CoreTasks Tag: ANT_15_BRANCH sql.html tar.html
taskdef.html
Log:
and the benefit of looking at the code is you get to validate the docs
Revision Changes Path
No revision
No revision
1.14.2.2 +5 -0 jakarta-ant/docs/manual/CoreTasks/sql.html
Index: sql.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/sql.html,v
retrieving revision 1.14.2.1
retrieving revision 1.14.2.2
diff -u -r1.14.2.1 -r1.14.2.2
--- sql.html 3 May 2002 09:40:29 -0000 1.14.2.1
+++ sql.html 20 Jun 2002 07:37:59 -0000 1.14.2.2
@@ -119,6 +119,11 @@
<td width="78%" valign="top">Execute task only if rdbms version match</td>
<td width="10%" valign="top">No (no restriction)</td>
</tr>
+<tr>
+ <td width="12%" valign="top">caching</td>
+ <td width="78%" valign="top">Should the task cache loaders and the
driver?</td>
+ <td width="10%" valign="top">No (default=true)</td>
+</tr>
</table>
<h3>Parameters specified as nested elements</h3>
1.16.2.2 +2 -2 jakarta-ant/docs/manual/CoreTasks/tar.html
Index: tar.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/tar.html,v
retrieving revision 1.16.2.1
retrieving revision 1.16.2.2
diff -u -r1.16.2.1 -r1.16.2.2
--- tar.html 3 May 2002 09:40:29 -0000 1.16.2.1
+++ tar.html 20 Jun 2002 07:37:59 -0000 1.16.2.2
@@ -58,7 +58,7 @@
</tr>
<tr>
<td valign="top">basedir</td>
- <td valign="top">the directory from which to zip the files.</td>
+ <td valign="top">the directory from which to tar the files.</td>
<td align="center" valign="top">No</td>
</tr>
<tr>
@@ -121,7 +121,7 @@
</tr>
<tr>
<td valign="top">mode</td>
- <td valign="top">An 3 digit octal string, specify the user, group and
other modes in
+ <td valign="top">A 3 digit octal string, specify the user, group and
other modes in
the standard Unix fashion</td>
<td align="center" valign="top">No</td>
</tr>
1.6.2.4 +7 -0 jakarta-ant/docs/manual/CoreTasks/taskdef.html
Index: taskdef.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/taskdef.html,v
retrieving revision 1.6.2.3
retrieving revision 1.6.2.4
diff -u -r1.6.2.3 -r1.6.2.4
--- taskdef.html 27 May 2002 07:11:20 -0000 1.6.2.3
+++ taskdef.html 20 Jun 2002 07:37:59 -0000 1.6.2.4
@@ -60,6 +60,13 @@
<td align="center" valign="top">No</td>
</tr>
<tr>
+ <td valign="top">classpathref</td>
+ <td valign="top">Reference to a classpath to
+ use when looking up <code>classname</code> or
+ <code>resource</code>.</td>
+ <td align="center" valign="top">No</td>
+ </tr>
+ <tr>
<td valign="top">loaderRef</td> <td valign="top">the name of the loader
that is
used to load the class, constructed from the specified classpath. Use
this to
allow multiple tasks/types to be loaded with the same loader, so they
can call
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>