CHANGELOG in vic-buildr-1.3.3 vs CHANGELOG in vic-buildr-1.3.4

- old
+ new

@@ -1,59 +1,90 @@ -1.3.3 (Pending) +1.3.4 (Pending) +* Added: BUILDR-159 Improved 'check' to accept both tar and tgz archives. +* Added: BUILDR-164 New 'artifacts:sources' task to download source code + for artifact jars. +* Change: Introduced new options from Rake 0.8.3: -I (libdir), -R (rakelib), + --rules, --no-search, --silent. +* Changed: Upgraded to Rubyforge 1.0.1. +* Change: BUILDR-147 Upgraded to use Rake 0.8.3. +* Change: BUILDR-166 Upgraded to use RSpec 1.1.11. +* Change: BUILDR-171 Eclipse task generates meta-data files for projects with + test source code but no main source code. +* Change: BUILDR-177 Moved cobertura and emma extensions to lib directory. +* Change: BUILDR-187 Source code attachment for Eclipse .classpath. +* Change: BUILDR-188 Source code attachment for IDEA .iml file (Marko Sibakov). +* Fixed: Removed double complete/fail messages showing up on console. +* Fixed: BUILDR-158 Nailgun is now a delegate for buildr/drb (a pure-ruby dRuby server) +* Fixed: BUILDR-170 ArtifactNamespace#method_missing has a condition that is never true. +* Fixed: BUILDR-172 Scala compiler not loaded by default. +* Fixed: BUILDR-175 Fail to find child project when calling project method inside project definition. +* Fixed: BUILDR-192 TestNG report results are overwritten (Alexis Midon). +* Fixed: BUILDR-193 TestNG uses project name for suite name (not valid file + name on Windows). +* Fixed: BUILDR-194 Buildr always adds 'Manifest-Version' to generated manifest file. +* Fixed: BUILDR-198 Filter#run always calls mkpath with :verbose. +* Fixed: BUILDR-199 ArchiveTask#needed uses 'each' with no effect (Ittay Dror). +* Fixed: BUILDR-201 Sample project is not valid (Alexis Midon). +* Fixed: BUILDR-216 Profiles documentation is wrong (Shane Witbeck). + +1.3.3 (2008-10-08) * Added: JtestR support. Implemented pending jtestr specs. * Added: Growl notifications (OS X only). * Added: error, info and trace methods. -* Added: BUILDR-128 Emma support * Added: Release task support for alternative SVN repository layout (e.g., http://my.repo.org/trunk/foo). +* Added: BUILDR-128 Emma support +* Added: BUILDR-135. Extracted reusable replacement logic into Filter::Mapper * Added: BUILDR-148 It is now possible to set the version of various 3rd party libraries from the build.yml file. Supported libraries include Ant and the various test and BDD frameworks. * Change: Error reporting now shows 'buildr aborted!' (used to say rake), more of the stack trace without running --trace, and when running with supported terminal, error message is red. -* Change: BUILDR-104 Buildr::group has :under and :version, but not :type. - Now it has :type too (Lacton). * Change: Eclipse task updated to documented Scala plugin requirements (http://www.scala-lang.org/node/94) * Change: Buildr.application.buildfile returns a task instead of a String. +* Change: BUILDR-104 Buildr::group has :under and :version, but not :type. + Now it has :type too (Lacton). * Change: BUILDR-139 Incremental test run. * Change: BUILDR-141 Removed NEXT_VERSION from release task. * Change: BUILDR-148 ant-junit no longer included in root classpath, but specified during taskdef. * Change: BUILDR-153 To customize the SVN tag used by the release task, set Release.tag_name to either the tag value or a proc that takes the version number and return the desired tag. -* Fixed: BUILDR-135. Extracted reusable replacement logic into Filter::Mapper -* Fixed: BUILDR-129. Modifying a project manifest should not alter it's - parent project manifest. +* Fixed: Should not display "(in `pwd`, development)" when using --quiet. +* Fixed: Release task's regexp to find either THIS_VERSION and VERSION_NUMBER. * Fixed: BUILDR-106 download(artifact(...)=>url) broken in certain cases (Lacton). * Fixed: BUILDR-108 Trace to explain why a compile is done (Lacton). * Fixed: BUILDR-109 Failure of "Buildr::Filter should respond to :include and use these inclusion patterns" (Lacton). * Fixed: BUILDR-110 Error creating buildfile from POM when missing plugin configuration (Geoffrey Ruscoe). * Fixed: BUILDR-112 Using a user gem repository with 'rake setup' (Lacton). * Fixed: BUILDR-114 Hash.from_java_properties does not behave like java.util.Properties (Lacton). -* Fixed: BUILDR-117 Shared directory for both code and resources produces - duplicate Eclipse classpath entries (Nathan Hamblen) * Fixed: BUILDR-116: TestTask should include the main compile target in its dependencies, even when using non standard directories (Lacton). +* Fixed: BUILDR-117 Shared directory for both code and resources produces + duplicate Eclipse classpath entries (Nathan Hamblen) * Fixed: BUILDR-119 Eclipse task does not accept test resource folders (Lacton) * Fixed: BUILDR-122: eclipse task should not check for directory existence * Fixed: BUILDR-123: eclipse task should honor ResourceTask's target directory * Fixed: BUILDR-124 unzip(...).from_path does not work correctly without include (Rhett Sutphin). * Fixed: BUILDR-126 Tests options are shared between unrelated projects when using #options instead of #using (Lacton). -* Fixed: Should not display "(in `pwd`, development)" when using --quiet. -* Fixed: Release task's regexp to find either THIS_VERSION and VERSION_NUMBER. +* Fixed: BUILDR-129. Modifying a project manifest should not alter it's + parent project manifest. +* Fixed: BUILDR-137 JRuby 1.1.3 and Buildr 1.3.2 don't appear to work + (on Windows). * Fixed: BUILDR-138 ScalaTest premature use of Buildr::Repositories inconsistent with customizing locations. * Fixed: BUILDR-152 Project.task fails when task name starts with a colon. +* Fixed: BUILDR-157 Tasks library not loaded from a submodule. * Docs: BUILDR-111 Troubleshoot tip when Buildr's bin directory shows up in RUBYLIB (Geoffrey Ruscoe). 1.3.2 (2008-07-18) * Added: --prereqs command line argument to show all tasks and their