The Sbt Scala Interactive Build Tool
“sbt” is an open source Scala-oriented build tool. Unlike most other general build tools, “sbt” is targeted to support only Scala and Java projects.
“sbt” is an open source Scala-oriented build tool. Unlike most other general build tools, “sbt” is targeted to support only Scala and Java projects.
This presentation covers useful patterns for solving common problems that you might come across while building your automated build process: slow builds, unmaintainable scripts, dependencies between multiple components and versions.
Why is it that every web build system needs you to adapt to its way of working? Why do you have to write manifest files, put files into a specific directory structure and do a lot of manual work to have an optimized production build of your web site. If …
This video explains how to leverage TFS 2010, Windows Workflow (WF), and MSBuild to streamline the build and deployment processes and enable continuous integration. Continuous integration is an Agile best practice that allows for faster, more frequent feedback from other developers and even business stakeholders by providing regular builds, unit …
Steve Andrews discusses Microsoft’s Application Lifecycle Management (ALM) which delivers source control, work item tracking, Team Foundation Build, a team project portal Web site, reporting, and project management capabilities.
This screencast demonstrates how to use Rake to build .NET solution, run unit tests and build documentation. Rake with Ruby is a perfect combination which will eliminate Nant and MSBuild hell. [youtube ofe9sQCpCpk]