jhm         2003/12/17 05:34:19

  Modified:    docs/manual/CoreTasks Tag: ANT_16_BRANCH ant.html
                        antcall.html
  Log:
  Sync with HEAD: typo
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.18.2.5  +5 -6      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.4
  retrieving revision 1.18.2.5
  diff -u -r1.18.2.4 -r1.18.2.5
  --- ant.html  24 Nov 2003 16:14:00 -0000      1.18.2.4
  +++ ant.html  17 Dec 2003 13:34:18 -0000      1.18.2.5
  @@ -12,7 +12,7 @@
   <h3>Description</h3>
   
   <p>Runs Ant on a supplied buildfile. This can be used to build
  -subprojects.  <strong>This task must no be used outside of a
  +subprojects.  <strong>This task must not be used outside of a
   <code>target</code> if it invoces the same build file it is part
   of.</strong></p>
   
  @@ -64,7 +64,7 @@
     </tr>
     <tr>
       <td valign="top">dir</td>
  -     <td valign="top">the directory to use as a basedir for the new Ant 
project. 
  +         <td valign="top">the directory to use as a basedir for the new Ant 
project.
         Defaults to the current project's basedir, unless
         inheritall has been set to false, in which case it doesn't
         have a default value.  This will override the basedir
  @@ -86,13 +86,13 @@
       <td align="center" valign="top">No</td>
     </tr>
     <tr>
  -    <td valign="top">inheritAll</td> 
  +    <td valign="top">inheritAll</td>
       <td valign="top">If <code>true</code>, pass all properties to the
         new Ant project.  Defaults to <code>true</code>.</td>
       <td align="center" valign="top">No</td>
     </tr>
     <tr>
  -    <td valign="top">inheritRefs</td> 
  +    <td valign="top">inheritRefs</td>
       <td valign="top">If <code>true</code>, pass all references to the
         new Ant project.  Defaults to <code>false</code>.</td>
       <td align="center" valign="top">No</td>
  @@ -107,7 +107,7 @@
   reference in the calling project, not in the new one.</p>
   
   <h4><a name="reference">reference</a></h4>
  -<p>Used to chose references that shall be copied into the new project,
  +<p>Used to choose references that shall be copied into the new project,
   optionally changing their id.</p>
   
   <table border="1" cellpadding="2" cellspacing="0">
  @@ -249,4 +249,3 @@
   
   </body>
   </html>
  -
  
  
  
  1.18.2.5  +8 -9      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.4
  retrieving revision 1.18.2.5
  diff -u -r1.18.2.4 -r1.18.2.5
  --- antcall.html      24 Nov 2003 16:14:00 -0000      1.18.2.4
  +++ antcall.html      17 Dec 2003 13:34:18 -0000      1.18.2.5
  @@ -20,7 +20,7 @@
   set the <i>inheritAll</i> attribute to <code>false</code> and only
   &quot;user&quot; properties (i.e., those passed on the command-line)
   will be passed to the new project.  In either case, the set of
  -properties passed to the new project will override the properties that 
  +properties passed to the new project will override the properties that
   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
  @@ -39,10 +39,10 @@
   <p>
   When a target is invoked by antcall, all of its dependent targets will
   also be called within the context of any new parameters. For example. if
  -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.  
  +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.
   </p>
   
   <p>If the build file changes after you've started the build, the
  @@ -68,11 +68,11 @@
       <td align="center" valign="top">No</td>
     </tr>
     <tr>
  -    <td valign="top">inheritRefs</td> 
  +    <td valign="top">inheritRefs</td>
       <td valign="top">If <code>true</code>, pass all references to the
         new Ant project.  Defaults to <code>false</code>.</td>
       <td align="center" valign="top">No</td>
  -  </tr>  
  +  </tr>
   </table>
   
   <h3>Note on <code>inheritRefs</code></h3>
  @@ -92,7 +92,7 @@
   href="property.html">property</a> for usage guidelines.</p>
   
   <h4><a name="reference">reference</a></h4>
  -<p>Used to chose references that shall be copied into the new project,
  +<p>Used to choose references that shall be copied into the new project,
   optionally changing their id.</p>
   
   <table border="1" cellpadding="2" cellspacing="0">
  @@ -149,4 +149,3 @@
   
   </body>
   </html>
  -
  
  
  

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

Reply via email to