[root]/proposal/myrmidon/src/java/org/apache/ant/convert
core
(0 files, 0 lines)
engine
(0 files, 0 lines)
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).
2 lines of code changed in:
Moved Main/Constants/AntException to new package and made AntException not a RuntimeException
1 lines of code changed in:
Run convert script to update to Beta Avalon.
2 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.
91 lines of code changed in:
Added in the ability to deploy datatypes in properties. Datatypes are currently solely registered through taskdef.xml. Will in future be registered through tasks aswell.
Made conditions (if/unless interpreted in a context)
31 lines of code changed in:
Updated to latest Avalon which involved removing a lot of cruft from Ant.
36 lines of code changed in:
Removed *Entry abstraction as it was overkill for Ant atm.
6 lines of code changed in:
Refactored proposal so it is more inline with apporpriate design patterns.
Added in a number of new tasks to demonstrate interaction with tasklet runtime.
21 lines of code changed in:
Started adding some documentation and exporting the correct services via CM rather than all services.
109 lines of code changed in:
Continued developing myrmidon
* simplified logging interface to be independent of org.apache.log
* made it so that you no longer need to build a classpath and hand it to ant!!!
* added ant-call task
3 lines of code changed in:
Initiall checkin of myrmidon proposal
49 lines of code changed in: