Projects tagged ‘automation’ and ‘build’


[49 total ]

865 Users
   

Apache Ant is a Java-based build tool. In theory, it is kind of like Make, but without Make's wrinkles.
Created over 3 years ago.

345 Users
   

Rake is a Ruby make-like utility using standard Ruby syntax for the build specification file.
Created over 3 years ago.

193 Users
   

Hudson is an automated build system for a team as well as a system that monitors automated jobs (such as cron jobs)
Created over 3 years ago.

108 Users
   

SCons is a software construction tool (build tool substitute for Make) implemented in Python. It features a modular build engine that can be embedded in other software. SCons configuration files are ... [More] Python scripts that call the build engine API. It can scan files to detect dependencies automatically and maintain a global view of all dependencies in a build tree, and uses MD5 signatures to detect changed file contents reliably. Timestamps can be used if you prefer. SCons also supports parallel builds and is easily extensible through user-defined builder and scanner objects. [Less]
Created over 3 years ago.

97 Users
   

CruiseControl is a framework for a continuous build process. It includes, but is not limited to, plugins for email notification, Ant, and various source control tools. A Web interface is provided to ... [More] view the details of the current and previous builds. [Less]
Created over 3 years ago.

78 Users
   

PHing Is Not GNU make; it's a project build system based on Apache Ant. You can do anything with it that you could do with a traditional build system like GNU make, and its use of simple XML build ... [More] files and extensible PHP "task" classes make it an easy-to-use and highly flexible build framework. Features include file transformations (e.g. token replacement, XSLT transformation, Smarty template transformations), file system operations, interactive build support, SQL execution, CVS operations, tools for creating PEAR packages, and much more. [Less]
Created over 3 years ago.

51 Users
   

The BuildBot is a system to automate the compile/test cycle required by most software projects to validate code changes. By automatically rebuilding and testing the tree each time something has ... [More] changed, build problems are pinpointed quickly, before other developers are inconvenienced by the failure. The guilty developer can be identified and harassed without human intervention. By running the builds on a variety of platforms, developers who do not have the facilities to test their changes everywhere before checkin will at least know shortly afterwards whether they have broken the build or not. Warning counts, lint checks, image size, compile time, and other build parameters can be tracked over time, are more visible, and are therefore easier to improve. [Less]
Created over 3 years ago.

48 Users
   

Continuum is a continuous integration server for building Java based projects. It supports a wide range of projects.
Created over 3 years ago.

27 Users
   

Apache Archiva is an extensible repository management software that helps taking care of your own personal or enterprise-wide build artifact repository. It is the perfect companion for build tools ... [More] such as Maven, Continuum, and ANT. Archiva offers several capabilities, amongst which remote repository proxying, security access management, build artifact storage, delivery, browsing, indexing and usage reporting, extensible scanning functionality... and many more! In case you were wondering, it is pronounced [ahr-kahy-vuh], like archive but with an a! [Less]
Created over 2 years ago.

21 Users
   

phpUnderControl aims to make the first steps with CruiseControl and PHP as easy as possible. It integrates three of the best PHP development tools into CruiseControl, combined with an easy setup ... [More] routine and a small example project. With the provided XSL stylesheets, the generated output of PHPUnit, PHP_CodeSniffer and phpDocumentor can be visualized in CruiseControl. [Less]
Created over 2 years ago.