Directory proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/extensions/

Directory Created:
2001-11-26 09:35
Directory Deleted:
2002-04-17 10:49
Total Files:
0
Deleted Files:
1
Lines of Code:
0

Browse with ViewVC

[root]/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/extensions

Lines of Code

proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/extensions/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 9 (100.0%) 20 (100.0%) 2.2
adammurdoch 1 (11.1%) 11 (55.0%) 11.0
donaldp 7 (77.8%) 8 (40.0%) 1.1
darrell 1 (11.1%) 1 (5.0%) 1.0

Most Recent Commits

donaldp 2002-04-17 10:49

zappity zap

0 lines of code changed in:

donaldp 2002-04-04 11:35

Dont use public specifier when it is redundent (and thus issues warnings).

1 lines of code changed in:

adammurdoch 2002-04-03 10:58

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.

11 lines of code changed in:

darrell 2002-04-01 09:56

* Fixed a bunch of checkstyle violations (mostly

javadoc)



* Added basic javadoc target to build.

1 lines of code changed in:

donaldp 2002-02-21 11:06

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

1 lines of code changed in:

donaldp 2002-02-06 13:18

Make all roles exposed as the classname via runtime lookup

1 lines of code changed in:

donaldp 2001-12-23 06:28

Fix up license banner.

1 lines of code changed in:

donaldp 2001-12-22 12:35

Restyled.

1 lines of code changed in:

donaldp 2001-11-26 09:35

First cut at the ExtensionManagers component. This is something that will manage the set of "Optional Packages" that task libraries can choose to depend upon.

3 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT