Writing shell scripts to automate the build and deploy process for ColdFusion
applications is not very much fun. The Jakarta Ant project is an open-source,
cross-platform alternative that makes it easy to automate the build and
deploy process.
But My Build and Deploy Process is Fine....
Maybe your build and deploy process for your latest application is fine - you
type a single command and your build process automatically retrieves your
application from the source control system, configures the application
appropriately for the target environment, and copies all the necessary files... (more)