[root]/proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/exec
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 119 (100.0%) | 2162 (100.0%) | 18.1 |
donaldp | 117 (98.3%) | 2154 (99.6%) | 18.4 |
sbailliez | 1 (0.8%) | 7 (0.3%) | 7.0 |
adammurdoch | 1 (0.8%) | 1 (0.0%) | 1.0 |
zappity zap
0 lines of code changed in:
* Moved package org.apache.myrmidon.services to org.apache.myrmidon.interfaces.service.
* Added ServiceManager interface, and several implementations.
1 lines of code changed in:
All logging will be routed via System.err or System.out if there is no ExecOutputHandler defined.
34 lines of code changed in:
Style touchups
8 lines of code changed in:
Pass in ExecManager via constructor
3 lines of code changed in:
Add a constructor to Execute2 that takes the ExecManager service
5 lines of code changed in:
Inline some method that were causing issues with some tasks
11 lines of code changed in:
Made Execute2 only take Commandlin objects rather than an arrya of strings
7 lines of code changed in:
Ugly hack to retrieve ExecManagerService by directly instantiating factory. This should really be done by the container in the future but is done here now to test out some ideas
28 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
7 lines of code changed in:
Started to cleanup ExecuteOn
93 lines of code changed in:
Did some create->add munging
10 lines of code changed in:
Did some create->add munging
2 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
1 lines of code changed in:
Moved ExecuteOn into exec subpackage
120 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.
8 lines of code changed in:
Add in a copy of Execute that is separate so that it can be evolved at a faster rate.
30 lines of code changed in:
Remove unused method
0 lines of code changed in:
(43 more)