[root]/proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/text
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 52 (100.0%) | 408 (100.0%) | 7.8 |
donaldp | 44 (84.6%) | 328 (80.4%) | 7.4 |
adammurdoch | 6 (11.5%) | 47 (11.5%) | 7.8 |
sbailliez | 2 (3.8%) | 33 (8.1%) | 16.5 |
zappity zap
0 lines of code changed in:
* AbstractTask no longer extends AbstractLogEnabled.
* DefaultExecutor no longer log enables Tasks.
* Added TaskContext.log( LogLevel, ... ) methods.
* Moved LogLevel to myrmidon.api package.
23 lines of code changed in:
* Moved FileNameMapper to framework. Got rid of setTo() and setFrom()
from the interface, as these are no longer needed.
* Changed tasks to accept a FileNameMapper directly, rather than using Mapper.
* Removed the 'flatten' attribute from the <copy> task.
* Removed the 'ext' attribute from the <native2ascii> task.
* Removed Mapper and MapperType.
* Moved <flatten> mapper to antlib.
* Made ExtMapper available as <map-extension> and moved to antlib.
* Added <prefix> mapper, to apply a fixed prefix to names.
* Added <chain> mapper, to apply a chain of mappers to names.
* Added <mapped-fileset>, a fileset that transforms nested filesets using a mapper.
10 lines of code changed in:
Die ProjectComponent die!
0 lines of code changed in:
* Added OsFamily enumerated type, to represents OS groupings.
* Replaced all usages of Os.isFamily( String ) with Os.isFamily( OsFamily ).
* Replaced all usages of "os.name" system properties with calls to Os.isFamily().
14 lines of code changed in:
Make tasks extend AbstractTask directly not via Task
3 lines of code changed in:
Style touchups
38 lines of code changed in:
Update tasks to reflect movement of logic from objects to service/utility objects
2 lines of code changed in:
- Fix order of modifiers
- Fix duplicate/unecessary imports
- Fix single if/else and loop without block
33 lines of code changed in:
Extract inner classes and move contentEuqls to FileUtil
4 lines of code changed in:
Use IOUtils.shutdown() for readers/writers
3 lines of code changed in:
Did some create->add munging
2 lines of code changed in:
Did some create->add munging
6 lines of code changed in:
Move Mapper adaptor and friends to mapper package
1 lines of code changed in:
Move mappers into their own package
3 lines of code changed in:
Move Native2Ascii to text package
34 lines of code changed in:
Move all the generic scanners into types package
2 lines of code changed in:
Regular expression moved to text package
3 lines of code changed in:
Removed cruft from tasks that manually worked with references rather than letting the container handle it.
11 lines of code changed in:
Started to migrate FileSet away from using Project and for implementing references itself (rather than letting container manage references)
1 lines of code changed in:
(3 more)