|
|
@@ -21,6 +21,14 @@ are set in the new project (See also the <a href="property.html">property task</ |
|
|
|
<p>You can also set properties in the new project from the old project by |
|
|
|
using nested param tags. These properties are always passed regardless of the |
|
|
|
setting of <i>inheritAll</i>. This allows you to parameterize your subprojects.</p> |
|
|
|
<p> |
|
|
|
When a target is invoked by antcall, all of its dependent targets will |
|
|
|
also be called within the context of any new parameters. For example. if |
|
|
|
the target "doSomethingElse" depended on the target "init", then the <i>antcall</i> of |
|
|
|
"doSomethingElse" will call "init" during the call. Of course, any properties defined in the |
|
|
|
antcall task or inherited from the calling target will be fixed and not overridable |
|
|
|
in the init task -or indeed in the "doSomethingElse" task. |
|
|
|
</p> |
|
|
|
<h3>Parameters</h3> |
|
|
|
<table border="1" cellpadding="2" cellspacing="0"> |
|
|
|
<tr> |
|
|
|