diff --git a/docs/manual/running.html b/docs/manual/running.html index cc7069103..90c24afaf 100644 --- a/docs/manual/running.html +++ b/docs/manual/running.html @@ -474,9 +474,7 @@ Ant releases breaking your build file.

return code

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.

Cygwin Users