metasim
4e604b2533
New "new" icons
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268249 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
83beefe9cf
Always more to do...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268241 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
8ff35a2d7d
Added simplistic, non-editable version of context fontification in Console.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268240 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
aa078695e8
More rework on the command abstraction code.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268239 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
558d9767bd
Changed display name determination.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268238 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
8785091ee1
Rewrote command handling infrastructure, allowing for dynamic mapping
between actions and commands rather than the original hard-coded
mapping. Associations specified in the actions.properties file under
the "<actionID>.command" property.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268232 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
0cbed006ac
Fixed parser exception propogation bug.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268229 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
40ea40eae5
Cleaned up error reporting for build.xml parse errors.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268217 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
c3a1e41dbb
Removed checking of default ant install location.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268207 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
7ed150619f
Added generic attribute editing capability for tasks.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268206 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
414e0ad178
Started work on a Properties Bean property editor.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268205 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
ea5216a4cb
Fixed missing LOCALCLASSPATH setter.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268201 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
f76d77de14
Fixed string editor so that it property handled multi-line strings.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268200 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
0c852dba51
Changed mechanism by which the PropertyEditor editor is instantiated so that it
uses whatever class is retured by BeanDescriptor.getCustomizerClass() rather
than assuming DynamicCustomizer. This will allow BeanSpecific customizers to be
used in leu of the DynamicCustomizer.
Also finally figured out the IllegalAccessException problem with calling the
NodeList methods in the ACSTreeNodeElement classes, which turned out only to
happen when jikes was used for compiling. Implemented a work around.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268199 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
a04027cae3
Added icons to project tree view.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268198 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
d8a621e26c
Initial commit. Add so that that there is at least some rudimentary
documentation on how to run antidote.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268197 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
7fadc50ca4
Added save and saveas action implementation.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268196 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
71cd7defed
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.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268195 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
6a47866639
Changed mechanism by which BusMembers cancel event propogation so that any type
of event can be cancelled.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268191 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
821004a540
Added ability to define state transition condtions for the enabled state of GUI
actions. As specific events are fired in the GUI the enabled state is updated
for specific actions.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268185 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
3ddbc0b6c9
Added warning about incompatibility with vm version "Blackdown-1.3.0-RC1".
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268184 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
75b3eb1e70
Added TargetMonitor widget which gives a better indication of what targets will
be built if a build is launched. Also fixed a few buglets in the PropertyEditor.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268183 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
dcba4b3436
Removed Ant specific resource checking.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268182 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
b1640d5323
Added scripts for launching Antidote, and updated the build file to make better
use of the Ant build directory for libraries, etc.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268181 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
080101731f
Updated after verifying copyright issue on icons.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268176 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
ff029b9ec4
Omitted part of the L&F checkin.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268175 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
2fdd654530
Icons replaced due to restriction on outside copyright ownership
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268174 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
018aa8685b
Dialog window for changing the current Look and Feel.
PR:
Obtained from:
Submitted by: Erik Meade
Reviewed by: Simeon Fitch
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268172 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
6639209cbd
Geatly enhanced the property editor, adding new bean info for the
element types and an additional property editor. The navigator now shows
project, property, target and task nodes.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268171 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
6a6e0bd264
Greatly enhanced the property editor, adding new bean info for the
element types and an additional property editor. The navigator now shows
project, property, target and task nodes.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268170 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
8170daae43
Greatly enhanced the property editor, adding new bean info for the element types and an additional property editor. The navigator now shows project, property, target and task nodes.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268169 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
d830141f77
Started addition of a generic Bean editor/property sheet and supporting
infrastructure for Ant Elements.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268168 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
435e9dc9b6
Started work on the Ant Construction Set classes (ACS), which will map directly
to DOM elements allowing easier manipulation of the XML and better editing of
Ant projects. NB: The code currently requires the Sun JAXP library (which Ant
needs anyway).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268166 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
29cc417359
Enable Antidote to select and run targets.
Submitted by: Simeon Fitch <metasim@yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268157 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
c70641243c
Tow Antidote patches:
*) Design document.
*) can now write BuildEvents to console.
Submitted by: Simeon Fitch <metasim@yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268152 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
7f80f383cf
The initial checkin of antidote - the ant GUI.
This initial version is mainly to establish the source infrastructure. The
code currently compiles under JDK 1.2+ and provides a basic GUI which is able
to open a build.xml file.
Stay tuned ...
Submitted by: Simeon Fitch <metasim@yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268148 13f79535-47bb-0310-9956-ffa450edef68
25 years ago