|
|
@@ -1237,6 +1237,17 @@ shell-prompt> m4 foo.m4 > foo |
|
|
|
</sequential> |
|
|
|
</macrodef> |
|
|
|
</pre> |
|
|
|
<p>With the 'props' antlib (external, but also from Ant) you could |
|
|
|
do the dereferencing with <code>${${anotherprop}</code> - not just |
|
|
|
in the property task - instead everywhere in your buildfile (after |
|
|
|
registering the required property helper).</p> |
|
|
|
<pre class="code"> |
|
|
|
<propertyhelper> |
|
|
|
<props:nested /> |
|
|
|
</propertyhelper> |
|
|
|
<property name="foo" value="foo.value" /> |
|
|
|
<property name="var" value="foo" /> |
|
|
|
<echo> ${${var}} = foo.value </echo></pre> |
|
|
|
<p class="faq"> |
|
|
|
<a name="delete-directory-children-only"></a> |
|
|
|
How can I delete everything beneath a particular directory, |
|
|
|