26 projects tagged "Build Tools"
Brockman is an information radiator for monitoring Ant builds. It is useful for Agile software teams that practice continuous integration. Brockman consists of an Ant listener written in Java that outputs that status of your build in XML, a Freemarker template that specifies the format of the output XML file, and an AJAX front end that renders the XML file.
CheckstyleAS3 is an attempt to create the Checkstyle tests for Actionscript 3. Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. It automates the process of checking Java code to spare humans of this boring (but important) task.
Continuum is a continuous integration server. It makes sure that software always builds and works as expected. Continuous integration allows software projects to find and identify problems as soon as code is in the source control system. It currently supports building Apache Maven v1 and v2 projects.
Junitour is a plugin/enhancement for ANT or Maven to enrich junit reports. It adds a new state, "yellow" or "blue", to unit tests, which means "not fully implemented". This extends normal Junit reports with an overview of how many not-fully-implemented tests exist. An additional column marks not-fully-implemented tests. Junitour can be used in any standard build process with ant.
LKMB is a Perl module that can be used to create a kernel module package, that can later be used to create a package that can be bootstrapped on any GNU machine. It is incomplete, but still partially usable. LKMB is part of the Comprehensive Linux Archive Network (CLAN) meta-project.
LuaRocks is a deployment and management system for modules in the Lua programming language. It aims to provide facilities for Lua such as those from module systems of other scripting languages, such as Ruby's RubyGems or Perl's CPAN. LuaRocks allows Lua modules to be installed as self-contained packages called "rocks", which also contain version and dependency information.