You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by jh...@apache.org on 2004/08/11 11:12:37 UTC

cvs commit: ant/docs/manual/CoreTasks ant.html antcall.html

jhm         2004/08/11 02:12:37

  Modified:    docs/manual/CoreTasks ant.html antcall.html
  Log:
  Clearify the availability of nested <param>/<property> elements in <ant>/<antcall>.
  
  Revision  Changes    Path
  1.27      +7 -2      ant/docs/manual/CoreTasks/ant.html
  
  Index: ant.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/ant.html,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- ant.html	24 Jun 2004 19:37:37 -0000	1.26
  +++ ant.html	11 Aug 2004 09:12:37 -0000	1.27
  @@ -102,7 +102,12 @@
   
   <h4>property</h4>
   <p>See the description of the <a href="property.html">property
  -task</a>.  Note that the <code>refid</code> attribute points to a
  +task</a>. <br/>
  +These properties become equivalent to properties you define on
  +the command line. These are special properties and they will always get passed
  +down, even through additional &lt;*ant*&gt; tasks with inheritall set to
  +false (see above). <br/>
  +Note that the <code>refid</code> attribute points to a
   reference in the calling project, not in the new one.</p>
   
   <h4><a name="reference">reference</a></h4>
  @@ -267,4 +272,4 @@
   Reserved.</p>
   
   </body>
  -</html>
  +</html>
  \ No newline at end of file
  
  
  
  1.27      +7 -2      ant/docs/manual/CoreTasks/antcall.html
  
  Index: antcall.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/antcall.html,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- antcall.html	24 Jun 2004 19:37:37 -0000	1.26
  +++ antcall.html	11 Aug 2004 09:12:37 -0000	1.27
  @@ -88,7 +88,12 @@
   <h3>Parameters specified as nested elements</h3>
   <h4>param</h4>
   <p>Specifies the properties to set before running the specified target. See <a
  -href="property.html">property</a> for usage guidelines.</p>
  +href="property.html">property</a> for usage guidelines.<br/>
  +These properties become equivalent to properties you define on
  +the command line. These are special properties and they will always get passed
  +down, even through additional &lt;*ant*&gt; tasks with inheritall set to
  +false (see above).
  +</p>
   
   <h4><a name="reference">reference</a></h4>
   <p>Used to choose references that shall be copied into the new project,
  @@ -167,4 +172,4 @@
   Reserved.</p>
   
   </body>
  -</html>
  +</html>
  \ No newline at end of file
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: cvs commit: ant/docs/manual/CoreTasks ant.html antcall.html

Posted by Stefan Bodewig <bo...@apache.org>.
On 11 Aug 2004, <jh...@apache.org> wrote:

>   Clearify the availability of nested <param>/<property> elements in
>   <ant>/<antcall>.

Applies to subant as well.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org