donaldp 02/05/23 23:32:00
Modified: site/docs differences.html
site/src/xdocs differences.xml
Log:
Note that the <depends> task now exists.
Revision Changes Path
1.7 +11 -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.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- differences.html 24 May 2002 05:41:55 -0000 1.6
+++ differences.html 24 May 2002 06:32:00 -0000 1.7
@@ -92,6 +92,17 @@
<p>Some of the differences between Ant 1.x and
Myrmidon:</p>
<ul>
<li>
+ As well as the depends attribute of the Target there is
+ a new <depends> task that allows you to evaluate
+ dependencies inside a target just like executing a normal
+ task. This change was made as previously users have tried
+ to achieve this behaviour by using antcall. However you had
+ to add if attributes to the common targets to make sure that
+ they were not evaluated multiple times. This was difficult
and
+ error prone. Building it into the tool helps directly
supports
+ this usecase.
+ </li>
+ <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
1.4 +11 -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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- differences.xml 24 May 2002 05:41:55 -0000 1.3
+++ differences.xml 24 May 2002 06:32:00 -0000 1.4
@@ -10,6 +10,17 @@
<p>Some of the differences between Ant 1.x and Myrmidon:</p>
<ul>
<li>
+ As well as the depends attribute of the Target there is
+ a new <depends> task that allows you to evaluate
+ dependencies inside a target just like executing a normal
+ task. This change was made as previously users have tried
+ to achieve this behaviour by using antcall. However you had
+ to add if attributes to the common targets to make sure that
+ they were not evaluated multiple times. This was difficult
and
+ error prone. Building it into the tool helps directly
supports
+ this usecase.
+ </li>
+ <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
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>