[root]/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/executor
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 23 (100.0%) | 43 (100.0%) | 1.8 |
donaldp | 19 (82.6%) | 16 (37.2%) | 0.8 |
adammurdoch | 2 (8.7%) | 15 (34.9%) | 7.5 |
darrell | 2 (8.7%) | 12 (27.9%) | 6.0 |
zappity zap
0 lines of code changed in:
* Rolled back change to PropertyResolver.resolveProperties(), so that it
uses a TaskContext again. Added some regression tests.
* Changed Embeddor.createWorkspace() to use a Map, rather than a Parameters,
to supply initial workspace properties. Initial properties can be Objects,
rather than only Strings. Got rid of the Object -> String convertion from
<ant> and <antcall>.
* Generalised ExecutionFrame, so that it can represent any execution scope
(root, workspace, project, task, inherited, etc), rather than just task scope:
- Replaced getTaskContext() with getPropertyStore().
- Replaced getTypeManager() with getServiceManager().
* Executor is now responsible for creating TaskContext.
* Changed DefaultExecutor to use the configurer provided by the execution frame.
* Added ExecutionContainer, a lifecycle interface which is used to supply the
root execution frame to a service which executes tasks (directly or indirectly).
* Changed interaction between DefaultEmbeddor and workspaces. Embeddor is now
responsible for creating the base property store for workspaces. ExecutionContainer
is used to pass this to workspaces. Parameterizable is now used to pass
container params to workspaces (which matches how it is used with all the
other services).
15 lines of code changed in:
* Fixed a bunch of checkstyle violations (mostly
javadoc)
* Added basic javadoc target to build.
12 lines of code changed in:
Rename myrmidons ServiceManager stuff to AntServiceManager
Refactored the codebase to use Avalons ServiceManager rather than ComponentManager. The reason for this is that the ComponentManager required that contained objects implement the Component interface while the ServiceManager constructs do not have this requirement.
This makes it much easier to extract parts of Myrmidon without any dependency on Ant/Avalon
0 lines of code changed in:
Add version tags
2 lines of code changed in:
Expose Roles that are the same as the classname
3 lines of code changed in:
Remove unused imports
0 lines of code changed in:
Replace need for Composable tasks with TaskContext.getService()
Submitted By: "Adam Murdoch" <adammurdoch_ml@yahoo.com>
0 lines of code changed in:
Fix up license banner.
2 lines of code changed in:
Restyled.
3 lines of code changed in:
Update to use LogEnabled interface rather than Loggable interface.
1 lines of code changed in:
donaldp@apache.org --> peter@apache.org
yea - now no one will call me Donald!!!
2 lines of code changed in:
Moved interfaces outside of main trunk.
3 lines of code changed in: