Directory proposal/myrmidon/src/test/org/apache/myrmidon/framework/file/test/

Directory Created:
2002-03-22 04:12
Directory Deleted:
2002-04-17 10:49
Total Files:
0
Deleted Files:
3
Lines of Code:
0

Browse with ViewVC

[root]/proposal/myrmidon/src/test/org/apache/myrmidon/framework/file/test

Lines of Code

proposal/myrmidon/src/test/org/apache/myrmidon/framework/file/test/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 10 (100.0%) 84 (100.0%) 8.4
adammurdoch 6 (60.0%) 83 (98.8%) 13.8
donaldp 4 (40.0%) 1 (1.2%) 0.2

Most Recent Commits

donaldp 2002-04-17 10:49

zappity zap

0 lines of code changed in:

adammurdoch 2002-04-09 02:26

* 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).

69 lines of code changed in:

donaldp 2002-03-23 04:01

Converted remaining xdoclet tags from

ant:* --> ant.*

1 lines of code changed in:

  • proposal/myrmidon/src/test/org/apache/myrmidon/framework/file/test: TestFileList.java (+1 -1)
adammurdoch 2002-03-22 04:12

* Changed Path.addPath( Path ) -> Path.add( FileList ), so that <path>

can accept any nested FileList implementation, including <path>.



* Added <list-path> diagnostic task.



* Added test cases for <path>.

14 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT