You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2003/09/04 12:57:33 UTC

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

bodewig     2003/09/04 03:57:33

  Modified:    docs/manual/CoreTasks antcall.html
  Log:
  Clarify antcall in presence of self-modifying build files.
  
  Revision  Changes    Path
  1.17      +5 -0      ant/docs/manual/CoreTasks/antcall.html
  
  Index: antcall.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/antcall.html,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- antcall.html	3 Sep 2003 10:03:46 -0000	1.16
  +++ antcall.html	4 Sep 2003 10:57:33 -0000	1.17
  @@ -39,6 +39,11 @@
   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>
  +
  +<p>This task reparses the current build file, so if it has changed
  +since you've started the project, <code>antcall</code> will use the
  +latest version of the file.</p>
  +
   <h3>Parameters</h3>
   <table border="1" cellpadding="2" cellspacing="0">
     <tr>
  
  
  

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