bodewig     2003/09/04 04:45:25

  Modified:    docs/manual/CoreTasks antcall.html
  Log:
  leave it undefined to avoid feature lock-in
  
  Revision  Changes    Path
  1.18      +2 -3      ant/docs/manual/CoreTasks/antcall.html
  
  Index: antcall.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/antcall.html,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- antcall.html      4 Sep 2003 10:57:33 -0000       1.17
  +++ antcall.html      4 Sep 2003 11:45:25 -0000       1.18
  @@ -40,9 +40,8 @@
   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>
  +<p>If the build file changes after you've started the build, the
  +behavior of this task is undefined.</p>
   
   <h3>Parameters</h3>
   <table border="1" cellpadding="2" cellspacing="0">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to