testdriven.com Wrangling quality out of chaos

Posts Tagged ‘Build Tools’

Programmers’ Canvas Toolkit

07.27.2004 · Posted in Links

Automated build system. Features CVS commit / watch / tag notification via email, newsgroup, and/or IRC; console-based file manipulation tools and utilities; XML-based file copy/FTP script; IRC session logger; Synchronized web site with CVS.
link

SnippetCompiler: compile snippets in Visual Studio

07.12.2004 · Posted in Links

For those who have hundreds of Visual Studio solutions that consist of a few lines of code to test out something outside the scope of their projects, Snippet Compiler provides a simple way to compile and test snippets without creating separate projects.

Author: Jeff Key
link

Buildtool: shell-based build infrastructure

07.08.2004 · Posted in Links

Buildtool is a highly integrated shell-based build infrastructure. It can be used in the development of any kind of software package, like standalone programs, shared libraries or documentation packages due to its modularity.
link