Directory proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/optional/sound/

Directory Created:
2001-12-15 12:06
Directory Deleted:
2002-04-17 10:49
Total Files:
0
Deleted Files:
3
Lines of Code:
0

Browse with ViewVC

[root]/proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/optional/sound

Lines of Code

proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/optional/sound/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 24 (100.0%) 410 (100.0%) 17.0
donaldp 23 (95.8%) 402 (98.0%) 17.4
adammurdoch 1 (4.2%) 8 (2.0%) 8.0

Most Recent Commits

donaldp 2002-04-17 10:49

zappity zap

0 lines of code changed in:

adammurdoch 2002-02-13 03:02

Changes to listeners:



* CLIMain now uses the listener's short name, rather than classname, to

construct the listener. This is done with the help of the Embeddor.



* Added NoPrefixProjectListener, which emulates the -emacs mode of Ant 1.x.



* Added -p, --noprefix command-line option, to use the NoPrefixProjectListener.



* Changed the methods on ProjectListener to take event objects. Combined the

log() methods into a single method.



* Moved state tracking out of AbstractProjectListener, and into DefaultWorkspace

(where it doesn't need to be tracked). State info is now available via the

event objects passed to the listener methods.

8 lines of code changed in:

  • proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/optional/sound: AntSoundPlayer.java (+8 -6)
donaldp 2002-01-06 02:17

Cleanup

14 lines of code changed in:

  • proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/optional/sound: SoundTask.java (+14 -9)
donaldp 2001-12-30 08:19

Moved BuildAlert from inner class to top-level class.



Made AntSoundPlayer a ProjectListener rather than a BuildListener

47 lines of code changed in:

  • proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/optional/sound: SoundTask.java (+47 -116)
donaldp 2001-12-30 08:18

Moved BuildAlert from inner class to top-level class.

0 lines of code changed in:

  • proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/optional/sound: BuildAlert.java (new)
donaldp 2001-12-30 08:18

Made into a ProjectListener for new style event notification

55 lines of code changed in:

  • proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/optional/sound: AntSoundPlayer.java (+55 -81)
donaldp 2001-12-30 03:44

Only place strings into the BuildEvent

11 lines of code changed in:

  • proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/optional/sound: AntSoundPlayer.java (+11 -22)
donaldp 2001-12-23 14:25

Start updating logging to myrmidon style logging

6 lines of code changed in:

donaldp 2001-12-23 06:35

Fix up license banner.

2 lines of code changed in:

donaldp 2001-12-22 13:00

restyled



Removed setAntRun() calls from Execute class



Renamed Environment to EnvironmentData

1 lines of code changed in:

  • proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/optional/sound: SoundTask.java (+1 -1)
donaldp 2001-12-21 14:21

Move to using Java2 collections API

4 lines of code changed in:

  • proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/optional/sound: SoundTask.java (+4 -4)
donaldp 2001-12-21 13:33

Cleaning

16 lines of code changed in:

  • proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/optional/sound: AntSoundPlayer.java (+16 -18)
donaldp 2001-12-16 06:40

project.setNewProperty() --> setProperty



which inherited from AbstractTask and delegates to TaskContext.

3 lines of code changed in:

  • proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/optional/sound: AntSoundPlayer.java (+3 -3)
donaldp 2001-12-16 05:51

No need for there to be a initialize method.



Now that tasks are initialized and executed in one sweep initialize functions could just be done at the start of an execute call.

0 lines of code changed in:

  • proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/optional/sound: SoundTask.java (-6)
donaldp 2001-12-16 05:45

init() -> initialize()

1 lines of code changed in:

  • proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/optional/sound: SoundTask.java (+1 -1)
donaldp 2001-12-16 04:47

Make sure no tasks log via the project object.

2 lines of code changed in:

  • proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/optional/sound: AntSoundPlayer.java (+2 -1)
donaldp 2001-12-16 00:39

BuildException -> TaskException



Removed uneeded imports.



Processed code through style formatter.

39 lines of code changed in:

donaldp 2001-12-15 12:06

Add in a clone of the main ant source tree so that it can undergo some heavy refactoring.



Initial stages involves just making the Ant1.x tasks implement Ant2 interface and refactoring BuildException such that it can be easily be replaced by TaskException etc.

201 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT