You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2014/05/03 07:24:50 UTC

[1/5] git commit: Update version in preparation for proposing a new release

Repository: buildr
Updated Branches:
  refs/heads/master eca6aeb49 -> b3528c931


Update version in preparation for proposing a new release


Project: http://git-wip-us.apache.org/repos/asf/buildr/repo
Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/00387198
Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/00387198
Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/00387198

Branch: refs/heads/master
Commit: 003871983864b82fe803b626c08fcc7d3273dd2b
Parents: eca6aeb
Author: Peter Donald <pe...@realityforge.org>
Authored: Sat May 3 14:49:18 2014 +1000
Committer: Peter Donald <pe...@realityforge.org>
Committed: Sat May 3 14:49:18 2014 +1000

----------------------------------------------------------------------
 lib/buildr/version.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/00387198/lib/buildr/version.rb
----------------------------------------------------------------------
diff --git a/lib/buildr/version.rb b/lib/buildr/version.rb
index 953ff5e..f7a5f9a 100644
--- a/lib/buildr/version.rb
+++ b/lib/buildr/version.rb
@@ -14,5 +14,5 @@
 # the License.
 
 module Buildr #:nodoc:
-  VERSION = '1.4.16.dev'.freeze
+  VERSION = '1.4.16'.freeze
 end


[4/5] git commit: Update the fron page with hightlights from the latest release

Posted by do...@apache.org.
Update the fron page with hightlights from the latest release


Project: http://git-wip-us.apache.org/repos/asf/buildr/repo
Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/c9fa91b6
Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/c9fa91b6
Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/c9fa91b6

Branch: refs/heads/master
Commit: c9fa91b612f6810c7799851dffacd458188d5c10
Parents: 86dc88d
Author: Peter Donald <pe...@realityforge.org>
Authored: Sat May 3 14:56:28 2014 +1000
Committer: Peter Donald <pe...@realityforge.org>
Committed: Sat May 3 14:56:28 2014 +1000

----------------------------------------------------------------------
 doc/index.textile | 65 ++++++++++++--------------------------------------
 1 file changed, 15 insertions(+), 50 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/c9fa91b6/doc/index.textile
----------------------------------------------------------------------
diff --git a/doc/index.textile b/doc/index.textile
index c461024..d8fc162 100644
--- a/doc/index.textile
+++ b/doc/index.textile
@@ -46,56 +46,21 @@ So let's get started.  You can "read the documentation online":quick_start.html,
 
 h2(#news).  What's New
 
-Highlights from Buildr 1.4.15 (2013-11-06)
-* Change: Updated the 'test_jar' package type to have a
-          classifier of 'tests' and thus match maven
-          conventions. Reported by Chris Bozic.
-* Fixed:  BUILDR-689 - Ensure that war file includes generated
-          assets rather than the "source" assets that may have
-          been filtered.
-* Fixed:  BUILDR-689 - Define assets task before the project is
-          defined to avoid "undefined method `project='" if the
-          project attempts to generate into the same directory.
-* Added:  BUILDR-679 - Support uploading to a snapshot repository
-          defined by repositories.snapshot_to if the artifact is
-          a snapshot. Submitted by Tammo van Lessen.
-* Change: Update the default output directory used in the jaxb_xjc
-          addon to use Maven conventions.
-* Fixed:  Bug in IdeaProject.partition_dependencies resulted in
-          projects being rebuilt if artifacts were added to the
-          project with dependencies on the current project.
-* Fixed:  BUILDR-605 - Ensure package task invokes included paths.
-* Fixed:  BUILDR-609 - compile.from should accept Task argument.
-
-Highlights from Buildr 1.4.14 (2013-10-11)
-* Fixed:  Fixed regression in gwt addon.
-* Fixed:  Fixed regression using transitive dependencies due to
-          presence of :scope option in Artifacts.to_hash.
-* Fixed:  BUILDR-681 - Stop empty projects creating target/webapp.
-* Fixed:  Fixed several regressions in in the Intellij IDE
-          project file generation.
-
-Highlights from Buildr 1.4.13 (2013-10-02)
-
-* Fixed:  Upgrade rjb dependency so that you can change JVMs by
-          modifying JAVA_HOME rather than recompiling rjb.
-* Change: Update to TestNG 6.8.5.
-* Fixed:  Several Ruby 2.0.0 failures have been addressed.
-* Fixed:  Make archive-related operations use a deterministic ordering.
-* Added:  Initial support for simple integration of an asset pipeline.
-          See "Compiling Assets" section in the manual.
-* Change: Improve the Intellij IDEA plugin substantially.
-* Change: Improve the gpg addon.
-* Fixed:  BUILDR-676 - Support the :dir option in Java::Command:java.
-          Reported by John Roth.
-* Fixed:  Improve downloading from Maven Central to avoid caching and
-          set the "User-Agent" http header.
-* Change: Change default scope of dependencies to 'compile'. Submitted
-          by Ingo Schmidt.
-* Fixed:  BUILDR-673 - Fix the option handling of the MultiTest test
-          framework to behave as documented. Submitted by John Roth.
-* Added:  BUILDR-672 - Allow the user to modify the properties field in
-          the checkstyle addon. Submitted by Wim C.
+Highlights from Buildr 1.4.16 (2014-05-03)
+
+* Added:  Add the ability to generate a html report when using the
+          jacoco addon. Extracted from the ode project.
+* Change: Improved the error handling when generating java from wsdl
+          in the wsgen addon.
+* Change: Upgraded the Checkstyle plugin to use checkstyle 5.7 that
+          improves Java 7 compatibility.
+* Change: Upgraded the PMD plugin to use pmd 5.0.5 which for Java 7
+          compatibility.
+* Change: Improve the 'buildr/gwt' addon to easily support different
+          gwt versions. Fix several bugs with the addon at the same
+          time.
+* Fixed:  Avoid crash in GPG addon if unable to create a pom
+          for an artifact.
 
 This is a partial list -- see the "CHANGELOG":CHANGELOG for full details.
 


[2/5] git commit: Fix staging check against git changes

Posted by do...@apache.org.
Fix staging check against git changes


Project: http://git-wip-us.apache.org/repos/asf/buildr/repo
Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/c78aaae2
Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/c78aaae2
Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/c78aaae2

Branch: refs/heads/master
Commit: c78aaae20425fe7b8e0435ec6051db3c496eb6a0
Parents: 0038719
Author: Peter Donald <pe...@realityforge.org>
Authored: Sat May 3 14:51:43 2014 +1000
Committer: Peter Donald <pe...@realityforge.org>
Committed: Sat May 3 14:51:43 2014 +1000

----------------------------------------------------------------------
 rakelib/stage.rake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/c78aaae2/rakelib/stage.rake
----------------------------------------------------------------------
diff --git a/rakelib/stage.rake b/rakelib/stage.rake
index 742e0c1..e4ef63a 100644
--- a/rakelib/stage.rake
+++ b/rakelib/stage.rake
@@ -43,7 +43,7 @@ task 'prepare' do |task, args|
   lambda do
     puts 'Checking there are no local changes ... '
     git = `git status -s`
-    fail "Cannot release unless all local changes are in Git:\n#{git}"
+    fail "Cannot release unless all local changes are in Git:\n#{git}" unless git.empty?
     puts '[X] There are no local changes, everything is in source control'
   end.call
 


[3/5] git commit: Lock down the release date

Posted by do...@apache.org.
Lock down the release date


Project: http://git-wip-us.apache.org/repos/asf/buildr/repo
Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/86dc88dd
Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/86dc88dd
Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/86dc88dd

Branch: refs/heads/master
Commit: 86dc88dd50ffdd2716809fef908e5433c1dacffb
Parents: c78aaae
Author: Peter Donald <pe...@realityforge.org>
Authored: Sat May 3 14:52:14 2014 +1000
Committer: Peter Donald <pe...@realityforge.org>
Committed: Sat May 3 14:52:14 2014 +1000

----------------------------------------------------------------------
 CHANGELOG | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/86dc88dd/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 428e7f3..2357b26 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-1.4.16 (Pending)
+1.4.16 (2014-05-03)
 * Added:  Add the ability to generate a html report when using the
           jacoco addon. Extracted from the ode project.
 * Fixed:  Remove the projectname.ids file when rebuilding the idea


[5/5] git commit: Make name a public method so it can be used to figure out the filename for project

Posted by do...@apache.org.
Make name a public method so it can be used to figure out the filename for project


Project: http://git-wip-us.apache.org/repos/asf/buildr/repo
Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/b3528c93
Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/b3528c93
Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/b3528c93

Branch: refs/heads/master
Commit: b3528c931a35c41b2742224ae20312515d883929
Parents: c9fa91b
Author: Peter Donald <pe...@realityforge.org>
Authored: Sat May 3 15:00:58 2014 +1000
Committer: Peter Donald <pe...@realityforge.org>
Committed: Sat May 3 15:00:58 2014 +1000

----------------------------------------------------------------------
 lib/buildr/ide/idea.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/b3528c93/lib/buildr/ide/idea.rb
----------------------------------------------------------------------
diff --git a/lib/buildr/ide/idea.rb b/lib/buildr/ide/idea.rb
index 1931a96..30a62af 100644
--- a/lib/buildr/ide/idea.rb
+++ b/lib/buildr/ide/idea.rb
@@ -56,12 +56,12 @@ module Buildr #:nodoc:
         document.write(f, -1, false, true)
       end
 
-      protected
-
       def name
         "#{self.id}#{suffix}"
       end
 
+      protected
+
       def relative(path)
         ::Buildr::Util.relative_path(File.expand_path(path.to_s), self.base_directory)
       end