buildr4eclipse
What
buildr4eclipse is a plugin for Buildr to help building Eclipse plugins.
It integrates the JDT compiler to compile plugins properly.
Installing
sudo gem install buildr4eclipse
The basics
You should use the plugin in your Buildr buildfile.
In your buildfile, do:
require "buildr4eclipse" define 'foo' do act_as_eclipse_plugin end
Features
Code coverage
Code coverage statistics by rcov
Forum
http://groups.google.com/group/buildr4eclipse
How to submit patches
Read the 8 steps for fixing other people’s code and for section 8b: Submit patch to Google Groups, use the Google Group above.
You can fetch the source from either:
- rubyforge: http://rubyforge.org/scm/?group_id=7573
git clone git://rubyforge.org/buildr4eclipse.git
git clone git://github.com/eclipse/buildr4eclipse.git
Build and test instructions
cd buildr4eclipse rake test rake install_gem
License
This code is licensed under the EPL v1.0 license.
Contact
Comments are welcome. Send an email to the Buildr4eclipse developers via the forum
Buildr4eclipse, 17th March 2009
Theme extended from Paul Battley