Author: bodewig
Date: Tue Jan 27 05:25:22 2009
New Revision: 738005
URL: http://svn.apache.org/viewvc?rev=738005&view=rev
Log:
Use Matt's proposed text to fix PR 46526
Modified:
ant/core/trunk/docs/manual/CoreTasks/antcall.html
Modified: ant/core/trunk/docs/manual/CoreTasks/antcall.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/antcall.html?rev=738005&r1=738004&r2=738005&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/antcall.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/antcall.html Tue Jan 27 05:25:22 2009
@@ -67,6 +67,10 @@
will be fixed and not overridable in the init task--or indeed in the
"doSomethingElse" task.
</p>
+<p>The called target(s) are run in a new project; be aware that this
+means properties, references, etc. set by called targets will not
+persist back to the calling project.</p>
+
<p>If the build file changes after you've started the build, the
behavior of this task is undefined.</p>