The Problem: Development Process
- Source Control / Build Management
- is the user access mechanism to source code
- maintains all source file version via basic SCM functions (checkin, checkout)
- provides capability to build individual programs
- provides capability to release software to a packaging system
- Software Load Packaging
- supports build/collection of multiple programs into a complete deliverable product
- supports generation of deliverable media and documentation
- Disjoint with Project Management
- no automation to link scheduled tasks and software changes