Ticket #798 (closed task: duplicate)
Improve the build system
| Reported by: | impl | Owned by: | impl |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1 |
| Component: | phing | Version: | HEAD |
| Severity: | minor | Keywords: | |
| Cc: | Patch attached: | no |
Description (last modified by impl) (diff)
The new build system is still missing a few useful features. It also needs a bit of refactoring.
Features to add:
- Integration with VCSes
- Removing and renaming modules, actions, views, templates, models, project templates, and project models (partially implemented; see version at /branches/impl-build_system/build/build.xml@2592)
- Unit testing with the new testing system; see #380
- Customization of modules' filesystem layouts; see #668
- Clean up
- Use AnsiColorLogger? again
- Make the system less verbose
- Allow for a fallback templates directory, e.g.
<agavi.select-template property="action.template"> <from>/main/src/build/templates</from> <from>project/templates</from> </agavi.select-template>
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

