Author: peterreilly
Date: Tue Jun 5 06:36:14 2007
New Revision: 544485
URL: http://svn.apache.org/viewvc?view=rev&rev=544485
Log:
document error code returned
Modified:
ant/core/trunk/docs/manual/running.html
Modified: ant/core/trunk/docs/manual/running.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/running.html?view=diff&rev=544485&r1=544484&r2=544485
==============================================================================
--- ant/core/trunk/docs/manual/running.html (original)
+++ ant/core/trunk/docs/manual/running.html Tue Jun 5 06:36:14 2007
@@ -474,7 +474,9 @@
<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.
+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.
</p>
<h2><a name="cygwin">Cygwin Users</a></h2>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]