[21 total ]
Apache Ant is a Java-based build tool. In theory, it is kind of like Make, but without Make's wrinkles.
Hudson is an automated build system for a team as well as a system that monitors automated jobs (such as cron jobs)
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 view the details of the current and previous builds.
Continuum is a continuous integration server for building Java based projects. It supports a wide range of projects.
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 changed, build problems are pinpointed quickly, before
... [More]
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]
Luntbuild is a powerful build automation and management tool. Continuous Integration or nightly builds can be easily set using a clean web interface. Executed builds are well managed using functions such as search, categorization, promotion
... [More]
, patching, deletion, etc. It also acts as a central build artifacts repository and download area for your whole team. [Less]
Canoo WebTest is a free open source tool for automated testing of web applications.
It calls web pages and verifies results, giving comprehensive reports on success and failure.
Bitten is a Python-based framework for collecting various software metrics via continuous integration. It builds on Trac to provide an integrated web-based user interface.
CI Factory is a canned Continuous Integration(CI) server and installation script. Adherence to a standard development workspace allows for this product to build most any project out of the box. It uses a plugin architecture. For more information on
... [More]
what it is and how it works see the introduction. If you are ready to get start using it download it and read the install document. You should be able to get a build server up and running in no time. [Less]
Polvo helps you to develop non-standard modules over a file-based open source project and keep your ability to upgrade the base software and mantain your modifications. It was developed specifically for PHP+MySQL, but will work in other environments.
It basically manages sets of new files, patches and sql queries.
CCNetConfig is a GUI tool to create and maintain the ccnet configuration file for CruiseControl.NET. CCNetConfig allows you to create CruiseControl.NET configuration file by adding a new project and setting properties. CCNetConfig supports all standard configuration blocks and can be extended to support custom configuration blocks as well.
TestFarm is a client-server Python application that allows you to monitor the stability and efficiency of a development project by performing continuous builds and tests on multiple platforms. The overall idea is based on Mozilla Tinderbox, or buildbot but with a much simpler approach and sound extensibility mechanisms.
Xooctory is an open source continuous integration server, aiming to provide the following features:
* Open Source
* Massively scalable
* Flexible
* Build dependency aware
* Instant and rich feedback
* Secured
... [More]
Xooctory is not only a continuous integration server, it's also a project meant to experiment with top notch technologies.
Here is a short list of some of them we are proud to use in xooctory:
* Java 6
* Spring 2
* Hibernate 3
* Mule 1.3
* Wicket 1.3
* Logback 0.9 [Less]
Gump is Apache's continuous integration tool. It is written in python and fully supports Apache Ant, Apache Maven and other build tools. Gump is unique in that it builds and compiles software against the latest development versions of those projects.
Draco.NET is a Windows service application designed to facilitate continuous integration. Draco.NET monitors your source code repository, automatically rebuilds your project when changes are detected and then emails you the build result along with a list of changes since the last build.
The example code to accompany "Ant in Action", the second edition of "Java Development with Ant".
The actual code shows how to use Ant and Ivy for a build and release of a diary web application that serves the data up as an Atom feed, and uses EJB to persist the diary data to a database.
benerator is a framework for creating realistic and valid high-volume test data, used for testing (unit/integration/load) and showcase setup.
Metadata constraints are imported from systems and/or configuration files. Data can be imported from and
... [More]
exported to files and systems, anonymized or generated from scratch. Domain packages provide reusable generators for creating domain-specific data as names and addresses internationalizable in language and region. It is strongly customizable with plugins and configuration options. [Less]
PHPUnitStats is a hook script for a SVN repository, which computes statistics of PHPUnit test cases performed by the commit author (by parsing the unified diff), and stores the result in a MySQL database.
Maven incremental build plugin enables maven2 to realize incremental builds on multi-modules projects. With this plugin declared in the parent pom, the modules with modifications and their dependencies will be clean before any action like compile or package.
Enhancement to ANT / Maven - JUnit Reports:
Adds an not-fully-implemented state ('yellow' or 'blue') to Junit test cases:
This gives an overview over how much not-fully-implemented tests exist.
What is it good for? It helps combined with
... [More]
automatic testcase generation: the generated methods can contain this assertion and will be reported in JunitReports. [Less]
With DBFeeder you can generate testdata for Oracle Databases which fits primary and foreign keys of tables. A file-based configuration systems allows in-depth customization of the type of data which is generated.