From cbcfff6e272560cbc4a947614e386ac3168d5209 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Fri, 19 Oct 2001 08:47:14 +0000
Subject: [PATCH] add documentation for 's failonerror attribute.
PR: 4205
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269810 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTasks/cvs.html | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/docs/manual/CoreTasks/cvs.html b/docs/manual/CoreTasks/cvs.html
index cc82da3ad..78d328c13 100644
--- a/docs/manual/CoreTasks/cvs.html
+++ b/docs/manual/CoreTasks/cvs.html
@@ -80,6 +80,12 @@ preferred over the checkout command, because of speed.
Password file to read passwords from. |
No, default file ~/.cvspass. |
+
+ failonerror |
+ Stop the buildprocess if the command exits with a
+ returncode other than 0. Defaults to false |
+ No |
+
Examples
<cvs cvsRoot=":pserver:anoncvs@jakarta.apache.org:/home/cvspublic"