Home » Archive

Articles tagged with: java build

Featured, Java Libraries »

[25 Jan 2009 | No Comment | 851 views]
Build Systems – Ant

Apache Ant is a Java-based build tool. In theory, it is kind of like Make, but without Make’s wrinkles.

Featured, Java Libraries »

[9 Jan 2009 | No Comment | 631 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 | 196 views]

Invicta is an open-source build management tool. Using simple project definition files, it generates powerful build scripts (Apache ANT’s), while hiding their complexity. Furthermore, Invicta is a modular framework that allows advanced developers add their own customized types of components, which means writing once ANT code that can later be used by all the developers in their project or company simply by specifying the new type name.
URL: http://invicta.sourceforge.net/
Licence: LGPL