Browse Source

Minor cleanup.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276190 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 21 years ago
parent
commit
c860131f75
2 changed files with 5 additions and 5 deletions
  1. +1
    -1
      docs/manual/CoreTasks/ant.html
  2. +4
    -4
      docs/manual/CoreTasks/antcall.html

+ 1
- 1
docs/manual/CoreTasks/ant.html View File

@@ -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;


+ 4
- 4
docs/manual/CoreTasks/antcall.html View File

@@ -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 @@ 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.
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


Loading…
Cancel
Save