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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]