bodewig 2003/10/14 05:14:48 Modified: docs/manual/CoreTasks Tag: ANT_16_BRANCH ant.html antcall.html Log: Merge from HEAD Revision Changes Path No revision No revision 1.18.2.3 +3 -2 ant/docs/manual/CoreTasks/ant.html Index: ant.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/ant.html,v retrieving revision 1.18.2.2 retrieving revision 1.18.2.3 diff -u -r1.18.2.2 -r1.18.2.3 --- ant.html 9 Oct 2003 21:01:07 -0000 1.18.2.2 +++ ant.html 14 Oct 2003 12:14:47 -0000 1.18.2.3 @@ -43,8 +43,9 @@ <p>Nested <a href="#reference"><i><reference></i></a> elements can also be used to copy references from the calling project to the new project, optionally under a different id. References taken from -nested elements will override existing references in the new -project.</p> +nested elements will override existing references that have been +defined outside of targets in the new project - but not those defined +inside of targets.</p> <h3>Parameters</h3> <table border="1" cellpadding="2" cellspacing="0"> 1.18.2.3 +3 -2 ant/docs/manual/CoreTasks/antcall.html Index: antcall.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/antcall.html,v retrieving revision 1.18.2.2 retrieving revision 1.18.2.3 diff -u -r1.18.2.2 -r1.18.2.3 --- antcall.html 9 Oct 2003 21:01:07 -0000 1.18.2.2 +++ antcall.html 14 Oct 2003 12:14:47 -0000 1.18.2.3 @@ -31,8 +31,9 @@ <p>Nested <a href="#reference"><i><reference></i></a> elements can be used to copy references from the calling project to the new project, optionally under a different id. References taken from -nested elements will override existing references in the new -project.</p> +nested elements will override existing references that have been +defined outside of targets in the new project - but not those defined +inside of targets.</p> <p> When a target is invoked by antcall, all of its dependent targets will
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]