[root]/src/antidote/org/apache/tools/ant/gui/event
Antidote officially moved to the CVS module jakarta-ant-antidote.
0 lines of code changed in:
Applied Nick Davis' patch to support generic elements based on an Ant DTD.
8 lines of code changed in:
Committed Nick Davis' patch to add action toggleability.
0 lines of code changed in:
Added rough ability to add new tasks (javac only) and properties.
0 lines of code changed in:
Added ability to add new targets.
15 lines of code changed in:
Added full support for multiple projects open at the same time. Each project
appears as an entry in the "Projects" menu.
1 lines of code changed in:
Added *internal* support multiple projects, and generalized the selection
state mechanism.
63 lines of code changed in:
Make licence statements mention Ant in place of Tomcat
18 lines of code changed in:
Major package reorganization.
15 lines of code changed in:
Added infrastructure for generating popup menus from configured
actions. The popup menu will then have options who's status is in sync
with the menu and toolbar actions. Also added finer grained element
selection code so that specific events are generated for specific
element types. As a test, added stubbed out actions for adding new
elements to the build file.
55 lines of code changed in:
More rework on the command abstraction code.
13 lines of code changed in:
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.
8 lines of code changed in:
Changed mechanism by which BusMembers cancel event propogation so that any type
of event can be cancelled.
10 lines of code changed in:
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.
35 lines of code changed in:
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:
13 lines of code changed in:
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:
0 lines of code changed in:
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).
5 lines of code changed in:
Enable Antidote to select and run targets.
Submitted by: Simeon Fitch <metasim@yahoo.com>
4 lines of code changed in:
Tow Antidote patches:
*) Design document.
*) can now write BuildEvents to console.
Submitted by: Simeon Fitch <metasim@yahoo.com>
60 lines of code changed in:
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>
61 lines of code changed in: