Apache Buildr > Index > Buildr Plugins
Added by Alex Boisvert, last edited by Antoine Toulme on Sep 16, 2009  (view change)

Buildr Plugins Directory

This is a directory for Buildr plugins and extensions developed and maintained by the community at large.

Buildr4Eclipse

Buildr4Eclipse is an extension to Buildr to build Eclipse-based plugins using the Eclipse Compiler for Java.

http://github.com/eclipse/buildr4eclipse/tree/master

buildr4osgi

Buildr4OSGi takes the work started for Buildr4Eclipse and attempts to push it to OSGi bundles, not just Eclipse plugins.
It brings resolving OSGi dependencies, packaging as bundle, plugin and features, and many more OSGi related goodies.

See http://oss.intalio.com/buildr4osgi

Shenandoah: JavaScript Unit Testing

Shenandoah is a package for unit testing JavaScript either in the browser or at the command line. In its console mode, Shenandoah integrates as a Buildr test framework, so you can use it directly with

require 'shenandoah/buildr'
# ...
test.using :shenandoah

and then the usual Buildr commands for running tests.

Shenandoah is based on the Blue Ridge JavaScript testing plugin for rails and combines Screw.Unit (for BDD-style unit tests), Smoke (for mocks), and env.js and rhino (for browserless execution of DOM-based javascript). It is distributed as a gem. For more details, including installation and running directions, please have a look at the README:

http://github.com/rsutphin/shenandoah

ivy4r

Ivy4r is a wrapper for the Apache Ivy dependency management system in ruby. It comes with a Buildr extension for seamless integration into Buildr.

http://github.com/klaas1979/ivy4r/tree/master http://hamburgrb.rubyforge.org/

Package as deb

A simple extension to package your project as a Debian archive.
See: http://github.com/intalio/package_as_deb