[root]/proposal/myrmidon/lib
bin
(0 files, 0 lines)
lib
(0 files, 0 lines)
ext
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 105 (100.0%) | 0 (-) | 0.0 |
ehatcher | 1 (1.0%) | 0 (-) | 0.0 |
donaldp | 100 (95.2%) | 0 (-) | 0.0 |
darrell | 2 (1.9%) | 0 (-) | 0.0 |
adammurdoch | 2 (1.9%) | 0 (-) | 0.0 |
*** empty log message ***
0 lines of code changed in:
Rename the excalibur packages in prep for release
0 lines of code changed in:
Display optional dependencies aswell
0 lines of code changed in:
Reworked task based on feedback.
Moved all attributes relating to extension into a sub-element "extension"
Renamed "depends" to "dependsfileset"
Renamed "optional" to "optionalfileset"
Added "depends" sub element that are the same as "extension" sub-element
Added "option" sub element that are the same as "extension" sub-element
0 lines of code changed in:
Upgrade to new extensions package to get the specifications parser and data holder
0 lines of code changed in:
Zap jar innards that included some junk code
0 lines of code changed in:
Move to the external bzip package
0 lines of code changed in:
Zap the zip files which are no w in a separate library
0 lines of code changed in:
Move over to new tar package
0 lines of code changed in:
First cut of Ant1 compatibility layer.
* TransformingProjectBuilder
- Performs an XSL transform on all ".xml" build files.
- Identity transform is used for projects with "version" attribute.
- Added xalan.jar to lib - replaced jaxp.jar with xml-apis.jar
* Compatibility Layer
- Described more fully in src/ant1compat/README.txt
- Uses pre-compiled Ant1 jar files for Ant1 code-base.
Insulates from changes in the main tree, and simplifies build.
- "ant." prefix used for all ant1 tasks
0 lines of code changed in:
Add in ludicrously small jar with a single class in it. Need to repackage stuff over in avalonland to make this more reasonable.
0 lines of code changed in:
Excalibur has been broken up into to lots of little small products - and thus we don't have to drag in all its contents - just the stuff we need.
This replaces the big jars with small ones of required components
0 lines of code changed in:
Update avalon jar to make getCause() public.
0 lines of code changed in:
Update to latest Avalon for ExceptionUtil changes
0 lines of code changed in:
Changes to the VFS data types:
* Added FileSelector interface.
* <v-fileset> now takes file selectors, instead of include and exclude patterns.
* Added a bunch of file selector implementations:
* <and>, <or>, <not> for combining selectors.
* <name>, <basename>, <url> for testing bits of the file name against
an Ant 1 style pattern, or a regular expression.
* <is-file>, <is-folder>, <exists> for testing file type.
* Added <flat-fileset>, which combines nested file sets and paths into a
single directory. This allows explicit path -> fileset conversion.
* Added <filtered-path>, which applies selectors to nested file sets and paths.
* Added <list-fileset> debug task.
0 lines of code changed in:
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:
Add in license for xdoclet stuff.
0 lines of code changed in:
Update to latest excalibur to get compare for streams
0 lines of code changed in:
Add the JDepend binary and license to CVS
0 lines of code changed in:
Remove some unused Jars. These were preventing myrmidon from running on linux.
0 lines of code changed in:
(27 more)