Posted By: David Kellum
Date: 2009-10-10 18:56
Summary: rjack-tarpit 1.0.0 Released
Project: rjack
rjack-tarpit version 1.0.0 has been released!
TarPit provides the glue for an unholy union of build tools. Namely:
* Rake[http://github.com/jimweirich/rake] with Hoe[http://seattlerb.rubyforge.org/hoe/] for gem publishing * Maven[http://maven.apache.org/] for Java builds with dependencies.
In particular, it runs "mvn package" when needed, links jars to the gem lib directory, and provides (semi-)automatic Manifest.txt generation with these jar files without offending Hoe.
* The Maven pom.xml (and assembly.xml if needed) must be managed independently. * A Manifest.static file holds the static elements of the manifest.
Changes:
### 1.0.0 (2009-10-10) * Initial release. |
|