git clone git://github.com/vic/buildr.git
tasks/*.rake files are loaded before loading the buildfile (so that the later can use the tasks/functions defined on those files)
Method load_tasks (the that loads tasks/*.rake) should be called before top_level (ie, executing the tasks)
Use single string command for the java command on WindowsOS.
Fixed: JUnit now accepts java_args and passes these arguments to the JVM
Force Buildr to ignore RJB 1.1.3 (no Windows support).
Merge branch 'BUILDR-68'
buildr-git.rb should be executed with ruby
Installation instructions: explicitly use jruby -S when installing buildr gem.
Added alias for git rebase, and use it intead of git merge for synch.
And a CHANGELOG entry w/credit to go along with the last commit.
Merge branch 'BUILDR-67'
BUILDR-66
Fix failure of net/ssh requiring jruby-openssl when running on JRuby.
Fixed rake setup to run correctly on JRuby 1.1.1
net/ssh no longer needs needle, so we don't have to require it
Added: Reading files from SFTP server.
Oops. Need to add the distro links to the textile docs before staging the release.
Added specification for accepting .yml in addition to .yaml for build, settings and profiles files.
Fixed broken link to Welcome page, and removed mentions of coverage report, since it didn't make it for this release.
Changed version numbers to 1.3.1.
Fixes to get the release working.
Artifacts should be loaded from build.yaml just as documentation says.
Fixing RJB to whatever version
Fixed rake setup to work properly for RJB, still testing how to skip RJB 1.1.3
Added buildr.gemspec file
This should work better to update staged/site/download.html
Distro links are now generated in staged/site instead of modifying textile sources
Update distro links before generating site image
Code to generate links for binary/source downloads
Moving GPG signature to the very last step of staging