donaldp 02/05/23 22:41:55
Modified: site/docs differences.html
site/src/xdocs differences.xml
Log:
Note another difference for myrmidon.
Revision Changes Path
1.6 +7 -0 jakarta-ant-myrmidon/site/docs/differences.html
Index: differences.html
===================================================================
RCS file: /home/cvs/jakarta-ant-myrmidon/site/docs/differences.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- differences.html 19 May 2002 13:37:50 -0000 1.5
+++ differences.html 24 May 2002 05:41:55 -0000 1.6
@@ -92,6 +92,13 @@
<p>Some of the differences between Ant 1.x and
Myrmidon:</p>
<ul>
<li>
+ if and unless attributes have been removed from targets.
+ These attributes have been replaced with an <if>
+ task. This change was made as previously users had been
+ confused by the fact that dependencies are always executed
+ before the if or unless were evaluated.
+ </li>
+ <li>
Groups of tasks can be assembled into self-describing
<i>antlib</i> task libraries. This makes it very easy to
distribute and install tasks and data-types.
1.3 +7 -0 jakarta-ant-myrmidon/site/src/xdocs/differences.xml
Index: differences.xml
===================================================================
RCS file: /home/cvs/jakarta-ant-myrmidon/site/src/xdocs/differences.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- differences.xml 19 May 2002 13:37:37 -0000 1.2
+++ differences.xml 24 May 2002 05:41:55 -0000 1.3
@@ -10,6 +10,13 @@
<p>Some of the differences between Ant 1.x and Myrmidon:</p>
<ul>
<li>
+ if and unless attributes have been removed from targets.
+ These attributes have been replaced with an <if>
+ task. This change was made as previously users had been
+ confused by the fact that dependencies are always executed
+ before the if or unless were evaluated.
+ </li>
+ <li>
Groups of tasks can be assembled into self-describing
<i>antlib</i> task libraries. This makes it very easy to
distribute and install tasks and data-types.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>