[root]/proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/unix
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 34 (100.0%) | 344 (100.0%) | 10.1 |
donaldp | 32 (94.1%) | 338 (98.3%) | 10.5 |
sbailliez | 1 (2.9%) | 4 (1.2%) | 4.0 |
adammurdoch | 1 (2.9%) | 2 (0.6%) | 2.0 |
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.
2 lines of code changed in:
Removed throwsIOException from Execute.execute() as it was never thrown.
Made some tasks specify expected return code rather than checkin it themselves.
4 lines of code changed in:
Renamed Execute2 to Execute and moved it into the myrmidon.framework package.
Cleaned up its code a little. ALso reworked it so that the user can specify an expectedReturnCode and if the value is not the one expected a TaskException is thrown.
2 lines of code changed in:
No need to setup a Logger for Execute.
All logging will be routed via System.err or System.out as appropriate
0 lines of code changed in:
Style touchups
4 lines of code changed in:
Add a constructor to Execute2 that takes the ExecManager service
3 lines of code changed in:
Inline some method that were causing issues with some tasks
3 lines of code changed in:
Update classes for recent changes in fileset/scanner separation
2 lines of code changed in:
Made Execute2 only take Commandlin objects rather than an arrya of strings
1 lines of code changed in:
Update tasks to reflect movement of logic from objects to service/utility objects
7 lines of code changed in:
Migrate patternset to framework package
1 lines of code changed in:
Filter through the changes to PatternSet to other tasks/types
8 lines of code changed in:
Replace NameEntry class with Pattern class
3 lines of code changed in:
- Fix order of modifiers
- Fix duplicate/unecessary imports
- Fix single if/else and loop without block
4 lines of code changed in:
Did some create->add munging
35 lines of code changed in:
Did some create->add munging
7 lines of code changed in:
Made NameEntry a top level class rather than an inner class of PatternSet
3 lines of code changed in:
ExecuteOn moved to exe cpackage
1 lines of code changed in:
Migrate all the ant-independent code for
native execution
environment loading
os detection
into a new hierarchy aut.
AUT basically being completely independent of Ant.
1 lines of code changed in:
(9 more)