Browse Source

pull previous commit

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@544491 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 18 years ago
parent
commit
9fcfe4f9b1
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      docs/manual/running.html

+ 1
- 3
docs/manual/running.html View File

@@ -474,9 +474,7 @@ Ant releases breaking your build file.
<h3>return code</h3>
<p>the ant start up scripts (in their Windows and Unix version) return
the return code of the java program. So a successful build returns 0,
failed builds return other values. For the most part error code of 1
is used for failed builds, however if the cause of the error is an external process, the
error code of that process will be propagated.
failed builds return other values.
</p>

<h2><a name="cygwin">Cygwin Users</a></h2>


Loading…
Cancel
Save