From 9489d9ffc1be7d8f2fc593542185ce2eabc7016c Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Fri, 12 Apr 2002 09:35:39 +0000
Subject: [PATCH] Add emacsmode to .
PR: 7432
is a difficult beast with regard to bug 7552 as it holds
state in a static Hashtable - at least it won't create multiple
loggers for the same files, so it should be relatively save.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272397 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTasks/recorder.html | 20 +++++-----
.../org/apache/tools/ant/DefaultLogger.java | 2 +-
.../apache/tools/ant/taskdefs/Recorder.java | 16 ++++++--
.../tools/ant/taskdefs/RecorderEntry.java | 37 ++++++++++++-------
4 files changed, 47 insertions(+), 28 deletions(-)
diff --git a/docs/manual/CoreTasks/recorder.html b/docs/manual/CoreTasks/recorder.html
index 45d6fa62d..fd660a8e4 100644
--- a/docs/manual/CoreTasks/recorder.html
+++ b/docs/manual/CoreTasks/recorder.html
@@ -53,6 +53,13 @@ a buildFinished event.
this file. [Values = {yes|no}, Default=yes]
no |
+
+ emacsmode |
+ Removes [task] banners like Ant's
+ -emacs command line switch if set to
+ true. |
+ no, default is false |
+
loglevel |
At what logging level should this recorder instance
@@ -97,14 +104,6 @@ future. They include things like the following:
| Description |
Required |
-
- messageprefix |
- Whether or not to include the message prefixes (things
- like the name of the tasks or targets, etc). This has the same effect as
- the -emacs command line parameter does to the screen output.
- [yes|no] |
- no |
-
listener |
A classname of a build listener to use from this point
@@ -150,9 +149,8 @@ future. They include things like the following:
-
Copyright © 2001 Apache Software Foundation. All rights
-Reserved.
+
Copyright © 2001-2002 Apache Software
+Foundation. All rights Reserved.
|