adammurdoch 02/03/13 00:02:13
Modified: proposal/myrmidon/docs buildfile.html todo.html vfs.html
proposal/myrmidon/src/xdocs buildfile.xml todo.xml vfs.xml
Log:
Some small doc updates.
Revision Changes Path
1.4 +3 -45 jakarta-ant/proposal/myrmidon/docs/buildfile.html
Index: buildfile.html
===================================================================
RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/docs/buildfile.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- buildfile.html 4 Mar 2002 04:24:24 -0000 1.3
+++ buildfile.html 13 Mar 2002 08:02:13 -0000 1.4
@@ -490,9 +490,9 @@
</td></tr>
<tr><td>
<blockquote>
- <p>Targets have the same format as in Ant 1.x,
though some of the behaviour
-is different. A <code><target></code> element takes the following
-attributes:</p>
+ <p>Targets have a similar format to targets in Ant
1.x, though some of the
+behaviour is different. A <code><target></code> element takes the
+following attributes:</p>
<table>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
@@ -546,48 +546,6 @@
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
A comma-separated list of targets that this target depends on.
This list can contain targets from referenced projects.
- </font>
- </td>
- <td bgcolor="#a0ddf0" colspan="" rowspan=""
- valign="top" align="left">
- <font color="#000000" size="-1" face="arial,helvetica,sanserif">
- None
- </font>
- </td>
- </tr>
- <tr>
- <td bgcolor="#a0ddf0" colspan="" rowspan=""
- valign="top" align="left">
- <font color="#000000" size="-1" face="arial,helvetica,sanserif">
- if
- </font>
- </td>
- <td bgcolor="#a0ddf0" colspan="" rowspan=""
- valign="top" align="left">
- <font color="#000000" size="-1" face="arial,helvetica,sanserif">
- Only execute this target if the specified property is set, and not
- equal to <code>false</code>.
- </font>
- </td>
- <td bgcolor="#a0ddf0" colspan="" rowspan=""
- valign="top" align="left">
- <font color="#000000" size="-1" face="arial,helvetica,sanserif">
- None
- </font>
- </td>
- </tr>
- <tr>
- <td bgcolor="#a0ddf0" colspan="" rowspan=""
- valign="top" align="left">
- <font color="#000000" size="-1" face="arial,helvetica,sanserif">
- unless
- </font>
- </td>
- <td bgcolor="#a0ddf0" colspan="" rowspan=""
- valign="top" align="left">
- <font color="#000000" size="-1" face="arial,helvetica,sanserif">
- Do not execute this target if the specified property is set, and
not
- equal to <code>false</code>.
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
1.8 +4 -6 jakarta-ant/proposal/myrmidon/docs/todo.html
Index: todo.html
===================================================================
RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/docs/todo.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- todo.html 9 Mar 2002 10:31:29 -0000 1.7
+++ todo.html 13 Mar 2002 08:02:13 -0000 1.8
@@ -317,12 +317,6 @@
<li>Fire ProjectListener events projectStarted() and
projectFinished()
events on start and finish of referenced projects,
adding indicator methods
to ProjectEvent.</li>
- <li>Validate project and target names in
DefaultProjectBuilder - reject dodgy
- names like "," or "", or " ". Probably want to reject
names that start or
- end with white-space (though internal whitespace is
probably fine). We also
- want to reserve certain punctuation characters like , :
? $ [ ] { } < >, etc for
- future use.</li>
- <li>Similarly, validate property names, using the same
rules.</li>
<li>Detect duplicate type names.</li>
<li>Add fully qualified type names, based on antlib name
and type shorthand name.
Allow these to be used in build files in addition to the
shorthand names.</li>
@@ -333,6 +327,10 @@
<li>Split up <code><is-set></code> condition into
is-set and is-true conditions.</li>
<li>Allow the <code><if></code> task to take any
condition implementation.</li>
<li>Add an else block to the <code><if></code>
task.</li>
+ <li>Split the <code><available></code> condition
into separate conditions
+ that test for the availability of a class, or a
resource.</li>
+ <li>Move <code>crimson.jar</code> to
<code>bin/lib</code> in the distribution,
+ and make to other jars via the extension mechanism.</li>
<li>Unit tests.</li>
</ul>
</blockquote>
1.5 +5 -4 jakarta-ant/proposal/myrmidon/docs/vfs.html
Index: vfs.html
===================================================================
RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/docs/vfs.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vfs.html 4 Mar 2002 04:24:24 -0000 1.4
+++ vfs.html 13 Mar 2002 08:02:13 -0000 1.5
@@ -136,14 +136,13 @@
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
The contents of Zip files (and Jar, War, and Ear files).
- Currently, the VFS supports read-only access to Zip file
contents,
- and only for local Zip files.
+ Currently, the VFS supports read-only access to Zip file
contents.
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
- <code>zip://</code> <i>zip-file-path</i>
[<code>!</code><i>absolute-path</i>]
+ <code>zip:</code> <i>zip-file-uri</i>
[<code>!</code><i>absolute-path</i>]
</font>
</td>
</tr>
@@ -188,12 +187,14 @@
</td>
</tr>
</table>
+ <p>Both forward or backward slashes can be
used to separate the elements of
+ a URL.</p>
<p>Here are some example URLs:</p>
<ul>
<li><code>build/classes</code></li>
<li><code>c:\program files\ant\bin</code></li>
<li><code>file://C:/program files/ant</code></li>
-
<li><code>zip://build/lib/ant.jar!/org/apache/tools</code></li>
+ <li><code>zip:build/lib/ant.jar!/org/apache/tools</code></li>
<li><code>ftp://[EMAIL PROTECTED]/pub/downloads</code></li>
<li><code>smb://password:[EMAIL
PROTECTED]/home/adam</code></li>
</ul>
1.4 +3 -15 jakarta-ant/proposal/myrmidon/src/xdocs/buildfile.xml
Index: buildfile.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/src/xdocs/buildfile.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- buildfile.xml 4 Mar 2002 04:24:24 -0000 1.3
+++ buildfile.xml 13 Mar 2002 08:02:13 -0000 1.4
@@ -168,9 +168,9 @@
<subsection name="Targets">
-<p>Targets have the same format as in Ant 1.x, though some of the behaviour
-is different. A <code><target></code> element takes the following
-attributes:</p>
+<p>Targets have a similar format to targets in Ant 1.x, though some of the
+behaviour is different. A <code><target></code> element takes the
+following attributes:</p>
<table>
<tr><th>Attribute</th><th>Description</th><th>Default Value</th></tr>
@@ -183,18 +183,6 @@
<td>depends</td>
<td>A comma-separated list of targets that this target depends on.
This list can contain targets from referenced projects.</td>
- <td>None</td>
- </tr>
- <tr>
- <td>if</td>
- <td>Only execute this target if the specified property is set, and
not
- equal to <code>false</code>.</td>
- <td>None</td>
- </tr>
- <tr>
- <td>unless</td>
- <td>Do not execute this target if the specified property is set, and
not
- equal to <code>false</code>.</td>
<td>None</td>
</tr>
</table>
1.9 +4 -0 jakarta-ant/proposal/myrmidon/src/xdocs/todo.xml
Index: todo.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/src/xdocs/todo.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- todo.xml 11 Mar 2002 06:07:24 -0000 1.8
+++ todo.xml 13 Mar 2002 08:02:13 -0000 1.9
@@ -219,6 +219,10 @@
<li>Split up <code><is-set></code> condition into
is-set and is-true conditions.</li>
<li>Allow the <code><if></code> task to take any
condition implementation.</li>
<li>Add an else block to the <code><if></code>
task.</li>
+ <li>Split the <code><available></code> condition
into separate conditions
+ that test for the availability of a class, or a
resource.</li>
+ <li>Move <code>crimson.jar</code> to
<code>bin/lib</code> in the distribution,
+ and make to other jars via the extension mechanism.</li>
<li>Unit tests.</li>
</ul>
1.6 +6 -4 jakarta-ant/proposal/myrmidon/src/xdocs/vfs.xml
Index: vfs.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/src/xdocs/vfs.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- vfs.xml 4 Mar 2002 04:24:24 -0000 1.5
+++ vfs.xml 13 Mar 2002 08:02:13 -0000 1.6
@@ -31,9 +31,8 @@
<tr>
<td>Zip Files</td>
<td>The contents of Zip files (and Jar, War, and Ear
files).
- Currently, the VFS supports read-only access to Zip file
contents,
- and only for local Zip files.</td>
- <td><code>zip://</code> <i>zip-file-path</i>
[<code>!</code><i>absolute-path</i>]</td>
+ Currently, the VFS supports read-only access to Zip file
contents.</td>
+ <td><code>zip:</code> <i>zip-file-uri</i>
[<code>!</code><i>absolute-path</i>]</td>
</tr>
<tr>
<td>FTP</td>
@@ -47,13 +46,16 @@
</tr>
</table>
+ <p>Both forward or backward slashes can be used to separate the
elements of
+ a URL.</p>
+
<p>Here are some example URLs:</p>
<ul>
<li><code>build/classes</code></li>
<li><code>c:\program files\ant\bin</code></li>
<li><code>file://C:/program files/ant</code></li>
-
<li><code>zip://build/lib/ant.jar!/org/apache/tools</code></li>
+ <li><code>zip:build/lib/ant.jar!/org/apache/tools</code></li>
<li><code>ftp://[EMAIL PROTECTED]/pub/downloads</code></li>
<li><code>smb://password:[EMAIL
PROTECTED]/home/adam</code></li>
</ul>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>