Book recommendation - Continuous Integration by Paul Duvall, Steve Matyas, and Andrew Glover
- maintain a single code repository
- automeate the build
- make your build self-testing
- everyone commits everyday
- every commit should build the mainline on an integration machine
- keep the build fast
- test in a clone of the production environment
- make it easy for anyone to get the latest executable
- everyone can see what's happening
- automate deployment
- ANT is he current de facto build tool
- maven / maven 2 is the wave of the future
- check out visual flex unit
- antennae - tool for building Flex apps with ANT
- FlexUnit - currently the de facto test platform for Flex apps - it should definitely be used if you're building Flex apps
Posted by jhusum - 11:09 AM - General - Comments - Link to this entry