mbenson     2004/03/03 07:03:22

  Modified:    docs/manual/CoreTasks ant.html antcall.html
  Log:
  Minor cleanup.
  
  Revision  Changes    Path
  1.24      +1 -1      ant/docs/manual/CoreTasks/ant.html
  
  Index: ant.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/ant.html,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- ant.html  9 Feb 2004 21:50:05 -0000       1.23
  +++ ant.html  3 Mar 2004 15:03:22 -0000       1.24
  @@ -12,7 +12,7 @@
   
   <p>Runs Ant on a supplied buildfile. This can be used to build
   subprojects.  <strong>This task must not be used outside of a
  -<code>target</code> if it invoces the same build file it is part
  +<code>target</code> if it invokes the same build file it is part
   of.</strong></p>
   
   <p>When the <i>antfile</i> attribute is omitted, the file 
&quot;build.xml&quot;
  
  
  
  1.24      +4 -4      ant/docs/manual/CoreTasks/antcall.html
  
  Index: antcall.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/antcall.html,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- antcall.html      9 Feb 2004 21:50:05 -0000       1.23
  +++ antcall.html      3 Mar 2004 15:03:22 -0000       1.24
  @@ -10,9 +10,9 @@
   <h2><a name="antcall">AntCall</a></h2>
   <h3>Description</h3>
   
  -<p>Call another target within the same build-file optionally
  -specifying some properties (param's in this context).  <strong>This
  -task must no be used outside of a <code>target</code>.</strong></p>
  +<p>Call another target within the same buildfile optionally
  +specifying some properties (params in this context).  <strong>This
  +task must not be used outside of a <code>target</code>.</strong></p>
   
   <p>By default, all of the properties of the current project will be
   available in the new project.   Alternatively, you can
  @@ -41,7 +41,7 @@
   the target &quot;doSomethingElse&quot; depended on the target 
&quot;init&quot;, then the
   <i>antcall</i> of &quot;doSomethingElse&quot; will call &quot;init&quot; 
during the call.
   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;doSomethingElse&quot; task.
  +will be fixed and not overridable in the init task--or indeed in the 
&quot;doSomethingElse&quot; task.
   </p>
   
   <p>If the build file changes after you've started the build, the
  
  
  

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

Reply via email to