Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 113 (100.0%) | 3929 (100.0%) | 34.7 |
adammurdoch | 45 (39.8%) | 2370 (60.3%) | 52.6 |
donaldp | 55 (48.7%) | 1127 (28.7%) | 20.4 |
darrell | 13 (11.5%) | 432 (11.0%) | 33.2 |
Remove docs from main build
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.
191 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.
13 lines of code changed in:
*** empty log message ***
29 lines of code changed in:
*** empty log message ***
31 lines of code changed in:
Copy across some todos from the actionlist
199 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 ***
16 lines of code changed in:
Expand the XPath todo to note that we could use it to do antcalls
2 lines of code changed in:
Add a todo for XPath like structures for tasks
19 lines of code changed in:
Add a TODO for writing an Embeddor HOWTO and assign it to me.
16 lines of code changed in:
Add a new TODO
16 lines of code changed in:
Add a basic page about configuring tasks in myrmidon.
14 lines of code changed in:
Start to integrate documentation about
* Configuring tasks
* Types/Roles
* Converter architecture
It is woefully incomplete but got sick of looking at it. Hopefully uploading it will make me more likely to work on it ;)
66 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
46 lines of code changed in:
Replace index.xml with a merge of
* ant1 frontpage
* original design doc for myrmidon
* some other random thoughts
77 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
29 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
226 lines of code changed in:
* Updated todo list.
* Removed the 'differences to ant1' blurbage from index.xml.
* Regenerated HTML.
106 lines of code changed in:
(12 more)