Buildr Examples.
If you are interested in seeing some Example-Code, you can clone Buildr-Examples from GitHub.
Or take a look at buildr-examples for more examples (antwrap, textile2pdf, p2site, PDEtests).
How to get things done with Buildr.
- How to apply all profile properties
- How to build an IzPack installer
- How to call Ant scripts
- Howto configure Eclipse EGit plugin with sub-projects
- How to create a classpath
- How to create and use an extension (working example FOR REAL!)
- How to create a non-existent pom
- Howto create Eclipe .launch configurations
- How to depend on a war-packaged project
- How to exclude dependencies from transitive()
- How to explode a .war file
- How to generate sources before compilation
- How to include dependencies in .jar packages
- How to integrate a XDOCLET task
- How to integrate JRuby's Warbler into Builder
- How to keep profiles.yml DRY
- How to modify a package after buildr has created it
- How to package sources .zip
- How to reuse another project's test classes
- How to run buildr using nailgun
- How to run jetty
- How to upload signed artifacts with GPG
- How to use .jar files stored inside a .zip file
- How to use Atlassian Bamboo
- How to use JRuby + Nailgun + Buildr
- How to use local .jar files for compilation
- Run the Eclipse (ecj) compiler
- Setting up a development environment for Buildr plugin