9
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed jruby classpath issue on Windows. (By Tomas Carlsson) Use File.toURI.toURL so that jruby classpath is loaded correctly on windows. More... about 16 years ago
Fixed EarTask thanks to Tomas Carlsson More... about 16 years ago
Util.relative_path More... about 16 years ago
BUILDR-59 More... about 16 years ago
EarTask creates copies of its non-lib components, so that modifying their manifest can be safe. More... about 16 years ago
Fixed some Windows issues More... about 16 years ago
Buildr::SystemUtil.ruby uses :command instead of :script for the -S ruby option More... about 16 years ago
Fixed describe ENV on application_spec.rb More... about 16 years ago
Spec for adding cloned artifacts to an ear More... about 16 years ago
Moved common utilities (used by Rakefile and Buildr itself) to buildr/core/util. Unified execution of ruby, only use sudo if not on win_os and not owning the ruby installation. Update addons to install gems using Buildr::SystemUtil.ruby More... about 16 years ago
Upgrade to JRuby 1.1 final. More... about 16 years ago
Added experimental support for YAML configuration files: - settings.yaml found in ~/.buildr for user settings (username, password, etc) - build.yaml file found next to buildfile for project settings (dependencies, defaults, etc) - profiles.yaml file found next to buildfile for profile-specific settings More... about 16 years ago
BDD frameworks documentation, updated changelog More... about 16 years ago
BUILDR-29 More... about 16 years ago
Documentation mentions buildr/nailgun instead of buildr/java/nailgun More... about 16 years ago
Moved nailgun to the addon/buildr directory. Updated task names on documentation More... about 16 years ago
BUILDR-57 fixed to work on JRuby More... about 16 years ago
Added: Ability to create a package that is not an artifact and specify the target file using the :file argument. More... about 16 years ago
BUILDR-4 More... about 16 years ago
BUILDR-57 More... about 16 years ago
Fixed: POM generation now applies JAR as default packaging if unspecified. More... about 16 years ago
Lost and now found More... about 16 years ago
The Big Move! Long story short, to get around namespace collisions with required files (which will happen more frequently once we start using gems), all the core buildr files are not under lib/buildr/ instead of just lib/, so instead of require 'foo' it's now require 'buildr/foo'. Everything that was under lib/buildr is now relocated to addon/buildr, but still required the same way. Possible that these will be spun into their own Gem (buildr-extra or some such) in the future. More... about 16 years ago
Switched to our very own, new and improved, progress bar for download/upload. More... about 16 years ago
Added which method to emulate which on Windows More... about 16 years ago
Now with a working task to build the site. CHANGELOG trimmed to 78 width, fits better in a browser. More... about 16 years ago
More ArtifactNamespace specs for Buildr.artifacts More... about 16 years ago
ArtifactNamespace. Lots of specs, cleaner interface, more documentation More... about 16 years ago
Longest Rakefile Ever(tm) now broken up into separate pieces (see rakelib). More necessary fixes to build process. PDF building, not as problematic as before. More... about 16 years ago
More license headers. More... about 16 years ago