From 02673734f3a48dc8a1510023a9a8de2582f0de44 Mon Sep 17 00:00:00 2001
From: Steve Loughran
Date: Tue, 27 Nov 2001 19:44:46 +0000
Subject: [PATCH] PR 4345 :Request for addition of "rcproperty" attribute to
Documented new property
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270033 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTasks/exec.html | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/docs/manual/CoreTasks/exec.html b/docs/manual/CoreTasks/exec.html
index 613c0fd98..6c468112b 100644
--- a/docs/manual/CoreTasks/exec.html
+++ b/docs/manual/CoreTasks/exec.html
@@ -56,6 +56,12 @@ systems.
command should be stored.
No |
+
+ resultproperty |
+ the name of a property in which the return code of the
+ command should be stored. Only of interest if failonerror=false |
+ No |
+
timeout |
Stop the command if it doesn't finish within the
|