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

2003-09-04 Thread bodewig
bodewig 2003/09/04 03:57:33

  Modified:docs/manual/CoreTasks antcall.html
  Log:
  Clarify antcall in presence of self-modifying build files.
  
  Revision  ChangesPath
  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 -   1.16
  +++ antcall.html  4 Sep 2003 10:57:33 -   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 
quot;doSomethingElsequot; task.  
   /p
  +
  +pThis task reparses the current build file, so if it has changed
  +since you've started the project, codeantcall/code will use the
  +latest version of the file./p
  +
   h3Parameters/h3
   table border=1 cellpadding=2 cellspacing=0
 tr
  
  
  

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



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

2003-09-04 Thread bodewig
bodewig 2003/09/04 04:45:25

  Modified:docs/manual/CoreTasks antcall.html
  Log:
  leave it undefined to avoid feature lock-in
  
  Revision  ChangesPath
  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 -   1.17
  +++ antcall.html  4 Sep 2003 11:45:25 -   1.18
  @@ -40,9 +40,8 @@
   will be fixed and not overridable in the init task -or indeed in the 
quot;doSomethingElsequot; task.  
   /p
   
  -pThis task reparses the current build file, so if it has changed
  -since you've started the project, codeantcall/code will use the
  -latest version of the file./p
  +pIf the build file changes after you've started the build, the
  +behavior of this task is undefined./p
   
   h3Parameters/h3
   table border=1 cellpadding=2 cellspacing=0
  
  
  

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