peterreilly    2003/11/24 08:12:40

  Modified:    docs/manual/CoreTasks ant.html antcall.html
  Log:
  Clarify inheritance of nested property's of the <ant>/<antcall> task
  PR: 11003
  Obtained from: Jeff Turner
  
  Revision  Changes    Path
  1.21      +1 -0      ant/docs/manual/CoreTasks/ant.html
  
  Index: ant.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/ant.html,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- ant.html  14 Oct 2003 12:14:24 -0000      1.20
  +++ ant.html  24 Nov 2003 16:12:40 -0000      1.21
  @@ -30,6 +30,7 @@
   
   <p>You can also set properties in the new project from the old project
   by using nested property tags. These properties are always passed
  +to the new project and any project created in that project
   regardless of the setting of <i>inheritAll</i>.  This allows you to
   parameterize your subprojects.  Properties defined on the command line
   can not be overridden by nested &lt;property&gt; elements.</p>
  
  
  
  1.21      +1 -0      ant/docs/manual/CoreTasks/antcall.html
  
  Index: antcall.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/antcall.html,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- antcall.html      14 Oct 2003 12:14:24 -0000      1.20
  +++ antcall.html      24 Nov 2003 16:12:40 -0000      1.21
  @@ -23,6 +23,7 @@
   are set in the new project (See also the <a href="property.html">property 
task</a>).</p>
   <p>You can also set properties in the new project from the old project
   by using nested param tags. These properties are always passed
  +to the new project and any project created in that project
   regardless of the setting of <i>inheritAll</i>.  This allows you to
   parameterize your subprojects.  Properties defined on the command line
   can not be overridden by nested &lt;param&gt; elements.</p>
  
  
  

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

Reply via email to