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

Directory Created:
2001-11-04 21:58
Directory Deleted:
2002-04-17 10:49
Total Files:
0
Deleted Files:
7
Lines of Code:
0

Browse with ViewVC

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 39 (100.0%) 95 (100.0%) 2.4
donaldp 26 (66.7%) 49 (51.6%) 1.8
darrell 6 (15.4%) 28 (29.5%) 4.6
adammurdoch 7 (17.9%) 18 (18.9%) 2.5

Most Recent Commits

donaldp 2002-04-17 10:49

zappity zap

0 lines of code changed in:

donaldp 2002-04-07 02:00

Introduce the concept of a PropertyStore. The PropertyStore is where all the properties are stored (oh der!) and it is where things like immutability, scoping and so forth are controlled from.

3 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/model: NameValidator.java (+3 -1)
darrell 2002-04-01 09:56

* Fixed a bunch of checkstyle violations (mostly

javadoc)



* Added basic javadoc target to build.

28 lines of code changed in:

donaldp 2002-03-29 12:57

final static --> static final to follow JLS recomendations

1 lines of code changed in:

adammurdoch 2002-03-13 07:35

Project Model:



* Removed "if" and "unless" conditions from targets.



* Moved parsing of "project->target" dependencies out of DefaultWorkspace,

into DefaultProjectBuilder.



* DefaultWorkspace now detects cycles in the target dependency graph.



* DefaultWorkspace now executes the implicit target for referenced projects.



* Changes to DefaultProjectBuilder error reporting.



* Added a few more test cases for DefaultProjectBuilder.



Unit Tests:



* Moved AbstractComponentTest.getLogger() up to AbstractMyrmidonTest.



* Removed AbstractComponentTest.setup(). Components are now created on demand.



* Use BasicLogger in unit tests.

5 lines of code changed in:

adammurdoch 2002-03-11 06:07

* Added NameValidator, to provide a reasonably flexible mechanism for

specifying/testing name validity.



* NameValidator is used by DefaultProjectBuilder for project and target

names, and by DefaultTaskContext for Property names.



* Added ProjectException, thrown by ProjectBuilder.build().



* Tidy-up error messages for project building errors.



* Added a bunch of tests



Submitted by Darrell DeBoer [darrell@apache.org]

2 lines of code changed in:

adammurdoch 2002-03-04 04:23

Fixed circular package dependency:

* Moved antlib.vfs.FileSelector to antlib.vfs.selectors

* Moved framework.Condition to framework.conditions

1 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/model: Target.java (+1 -1)
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

0 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/model: Project.java (-2)
adammurdoch 2002-02-13 02:47

A project may now have a name attribute.

10 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/model: Project.java (+10 -5)
donaldp 2002-02-07 13:02

Add version tags

3 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:

  • proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/model: Project.java (+1 -1)
donaldp 2001-12-23 06:28

Fix up license banner.

3 lines of code changed in:

donaldp 2001-12-22 12:35

Restyled.

8 lines of code changed in:

donaldp 2001-11-19 12:37

donaldp@apache.org --> peter@apache.org



yea - now no one will call me Donald!!!

3 lines of code changed in:

donaldp 2001-11-04 21:58

Moved interfaces outside of main trunk.

27 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT