[root]/proposal/myrmidon/src/xdocs
stylesheets
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 89 (100.0%) | 2693 (100.0%) | 30.2 |
donaldp | 49 (55.1%) | 1370 (50.9%) | 27.9 |
adammurdoch | 36 (40.4%) | 1273 (47.3%) | 35.3 |
darrell | 4 (4.5%) | 50 (1.9%) | 12.5 |
zappity zap
0 lines of code changed in:
Doc tidy-up:
* Fixed some spelling, added a tiny bit more content.
* Added an 'anchor' attribute for <section> and <subsection> elements.
86 lines of code changed in:
ClassLoader hierarchy changes:
* Use multi-parent ClassLoaders for antlibs and extensions, so that each
extension jar is loaded by a single ClassLoader in the hierarchy. Allows
classes from extensions to be shared across dependent antlibs and extensions.
* Changed contract of ClassLoaderManager.createClassLoader( File[] ), so that
it creates a new ClassLoader each time it is called.
* Changed ExtensionManager, so that it no longer extends PackageRepository.
* Added a few test cases for DefaultClassLoaderManager.
* Moved responsibility for checking myrmidon.home and building the various paths,
from DefaultEmbeddor and DefaultExtensionManager to EmbeddedAnt. Use the
platform path separator for the paths, rather than the | char.
* Use EmbeddedAnt in AbstractProjectTest, rather than using an Embeddor directly.
* AbstractComponentTest was not parameterising or initialising the test
components.
15 lines of code changed in:
*** empty log message ***
18 lines of code changed in:
*** empty log message ***
12 lines of code changed in:
Copy across some todos from the actionlist
120 lines of code changed in:
Add a blurb about schedulers, test engines, install toools and so forth reusing myrmidon
3 lines of code changed in:
*** empty log message ***
10 lines of code changed in:
Expand the XPath todo to note that we could use it to do antcalls
3 lines of code changed in:
Add a todo for XPath like structures for tasks
13 lines of code changed in:
Add a TODO for writing an Embeddor HOWTO and assign it to me.
9 lines of code changed in:
Add a new TODO
10 lines of code changed in:
Add a basic page about configuring tasks in myrmidon.
1 lines of code changed in:
Source sections are <pre/> and thus should not have all that surrounding whitespace.
20 lines of code changed in:
Change name of task page to "My First Task" so that we can have a taskwriters howto that lists lifecycle and configuration explanations
24 lines of code changed in:
Replace index.xml with a merge of
* ant1 frontpage
* original design doc for myrmidon
* some other random thoughts
62 lines of code changed in:
Add a few more items to the TODO list. Specifically
* Optional dependencies (will use if present but fine if not present)
* Converting Ant1.x mail tasks to myrmidon
16 lines of code changed in:
* i18n of Ant1Compatibility layer (except stuff stolen directly from Ant1 -
need to look at refactoring Ant1 to allow extension without cut&paste).
* Updated todo and regenerated docs.
* Javadoc
5 lines of code changed in:
Restyle doc
271 lines of code changed in:
* Updated todo list.
* Removed the 'differences to ant1' blurbage from index.xml.
* Regenerated HTML.
5 lines of code changed in:
(30 more)