diff --git a/docs/manual/tutorial-writing-tasks.html b/docs/manual/tutorial-writing-tasks.html index 30410451e..73fc6a140 100644 --- a/docs/manual/tutorial-writing-tasks.html +++ b/docs/manual/tutorial-writing-tasks.html @@ -313,14 +313,14 @@ property name as argument and returns its value (or ${propname} if not set).
There are several ways for inserting the ability of handling nested elements. See the Manual [4] for other. We use the first way of the three described ways. There are several steps for that:
set<attributename>
() methods). import java.util.Vector; import java.util.Iterator; @@ -361,7 +361,8 @@ the buildfile <message msg="Nested Element 2"/> </helloworld>- +
Note that if you choose to use methods 2 or 3, the class that represents the nested +element must be declared as
static