[root]/proposal/myrmidon/src/java/org/apache/ant/util
zappity zap
0 lines of code changed in:
Removed need for AntException. Substituted TaskException where appropriate and used raw Exception in other places (ie setup of components).
3 lines of code changed in:
Moved Main/Constants/AntException to new package and made AntException not a RuntimeException
2 lines of code changed in:
Run convert script to update to Beta Avalon.
26 lines of code changed in:
Added in sketch of new item set type approach which is generalisation of current system.
0 lines of code changed in:
Updated to the version on harddisk + added the start of documentation.
Major changes include
* making convertion API context-sensitive
* the simplification of all the interfaces. The simplification is achived by applying IOC. Now AntEngine is responsible for creating and instantiating shared components via a ComponentManager.
* Moved most of startup code to AntEngine so that alternate front ends can be added in simply.
17 lines of code changed in: