metasim 00/11/16 10:32:32
Modified: src/antidote/org/apache/tools/ant/gui/resources
action.properties
Log:
Added option to turn on notification of emacs on a build error so that emacs
goes to the file and location of the error. Also added the ability to provide
a
build file to load at startup from the command line.
Revision Changes Path
1.6 +8 -2
jakarta-ant/src/antidote/org/apache/tools/ant/gui/resources/action.properties
Index: action.properties
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/antidote/org/apache/tools/ant/gui/resources/action.properties,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- action.properties 2000/11/14 21:50:36 1.5
+++ action.properties 2000/11/16 18:32:31 1.6
@@ -3,7 +3,8 @@
# Declare the list of known actions.
actions=\
- open, save, close, exit, about, startBuild, stopBuild, changeLookAndFeel
+ open, save, close, exit, about, startBuild, stopBuild, \
+ notifyEmacs, changeLookAndFeel
# Configure the decalred actions.
@@ -73,5 +74,10 @@
changeLookAndFeel.shortDescription=Change the Look and Feel
changeLookAndFeel.parentMenuName=Options
changeLookAndFeel.enabled=true
+changeLookAndFeel.separator=true
-
+notifyEmacs.name=Notify Emacs
+notifyEmacs.shortDescription=\
+ Send a notification event to Emacs on build errors.
+notifyEmacs.parentMenuName=Options
+notifyEmacs.toggle=true