Home » Archive

Articles tagged with: java

Java Libraries »

[9 Jan 2009 | One Comment | 1,826 views]

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.
CruiseControl is distributed under a BSD-style license and is free for use. CruiseControl adheres to an open source model and therefore makes the source code freely available.
CruiseControl is maintained and developed by a group of dedicated volunteers.
URL:http://cruisecontrol.sourceforge.net/
Licence: BSD License

Featured, Java Libraries »

[9 Jan 2009 | No Comment | 705 views]
Build Systems – CPMake

CPMake is a make utility written in Java to make anything (C, C++, Java, C#, XSL …)

Java Libraries »

[1 Jan 2009 | No Comment | 242 views]

GenJar is a specialized Ant task that builds jar files based on class dependencies rather than simply the contents of a directory.
GenJar was originally created by John W. Kohler (jake at riggshill.com).
Work is underway on GenJar2. GenJar2 will be a functional replacement of GenJar, but build file syntax will change. Some of the features of GenJar2 include:

Syntax consistent with Ant’s jar task
Replacement of GenJar’s with Ant’s
Replacement of GenJar’s with with Ant’s
BCEL for class dependency checking

The original GenJar branch will be maintained for as long as there is …