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/27 23:22:32 UTC

[1/4] git commit: Use to_s on version value to ensure it is converted to a string in all versions of ruby

Repository: buildr
Updated Branches:
  refs/heads/master a80ece18d -> 349d8bc89


Use to_s on version value to ensure it is converted to a string in all versions of ruby


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

Branch: refs/heads/master
Commit: 088385a40fd521efd1bcc90eaab89cb67135af03
Parents: a80ece1
Author: Peter Donald <pe...@realityforge.org>
Authored: Wed May 28 07:21:38 2014 +1000
Committer: Peter Donald <pe...@realityforge.org>
Committed: Wed May 28 07:21:38 2014 +1000

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


http://git-wip-us.apache.org/repos/asf/buildr/blob/088385a4/rakelib/release.rake
----------------------------------------------------------------------
diff --git a/rakelib/release.rake b/rakelib/release.rake
index 3347e92..fbcb60c 100644
--- a/rakelib/release.rake
+++ b/rakelib/release.rake
@@ -86,7 +86,7 @@ task 'release' => %w{setup-local-site-svn} do
   lambda do
     version = `git describe --tags --always`.strip
     unless version == spec.version
-      sh 'git', 'tag', '-m', "'Release #{spec.version}'", spec.version do |ok, res|
+      sh 'git', 'tag', '-m', "'Release #{spec.version}'", spec.version.to_s do |ok, res|
         if ok
           puts "[X] Tagged this release as #{spec.version} ... "
         else


[2/4] git commit: Describe last release

Posted by do...@apache.org.
Describe last release


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

Branch: refs/heads/master
Commit: e2b2c22a96e54144fccc20c419743f55183ad09f
Parents: 088385a
Author: Peter Donald <pe...@realityforge.org>
Authored: Wed May 28 07:21:57 2014 +1000
Committer: Peter Donald <pe...@realityforge.org>
Committed: Wed May 28 07:21:57 2014 +1000

----------------------------------------------------------------------
 doap.rdf | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/e2b2c22a/doap.rdf
----------------------------------------------------------------------
diff --git a/doap.rdf b/doap.rdf
index 2aee2fc..c28499b 100644
--- a/doap.rdf
+++ b/doap.rdf
@@ -37,6 +37,35 @@
     <category rdf:resource="http://projects.apache.org/category/build-management" />
     <release>
       <Version>
+        <name>1.4.17</name>
+        <created>2014-05-25</created>
+        <revision>1.4.17</revision>
+        <dc:description>
+* Added:  Add the add_default_testng_configuration method to help IDEA
+          project creation. Improves test coverage across 'default'
+          configurations.
+* Fixed:  Fix a bug where 'default' configurations in IDEA projects
+          were being incorrectly created.
+* Fixed:  Fix the vcs detection in IDEA addon for 1.8.6 (!) versions
+          of ruby by reordering blocks.
+* Change: Supply a default xsl file for generating the checkstyle
+          report.
+* Added:  Add csslint tasks css_lint:xml and css_lint:html that
+          support source code analysis of CSS files.
+* Added:  Add scss_lint tasks scss_lint:xml and scss_lint:html that
+          support source code analysis of SCSS files.
+* Added:  Import 'buildr/custom_pom' addon to make it easier to
+          build POMs for projects publishing to Maven Central.
+* Added:  Add flag to allow non portable extensions in wsgen addon.
+* Fixed:  Avoid nil dereference bug in GWT addon when running GWT in
+          a project that has no source directory.
+
+        </dc:description>
+      </Version>
+    </release>
+
+    <release>
+      <Version>
         <name>1.4.16</name>
         <created>2014-05-03</created>
         <revision>1.4.16</revision>


[3/4] git commit: Update download links

Posted by do...@apache.org.
Update download links


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

Branch: refs/heads/master
Commit: 9eb427b12b25db2ff224cf005c6d3d8adff45a59
Parents: e2b2c22
Author: Peter Donald <pe...@realityforge.org>
Authored: Wed May 28 07:22:07 2014 +1000
Committer: Peter Donald <pe...@realityforge.org>
Committed: Wed May 28 07:22:07 2014 +1000

----------------------------------------------------------------------
 doc/download.textile | 24 ++++++++++++++++++------
 1 file changed, 18 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/9eb427b1/doc/download.textile
----------------------------------------------------------------------
diff --git a/doc/download.textile b/doc/download.textile
index 5390550..641413a 100644
--- a/doc/download.textile
+++ b/doc/download.textile
@@ -20,16 +20,28 @@ The source code is included in both source and binary distribution, the Gem dist
 
 h2(#dist).  Binaries and Source Code
 
+h3. buildr 1.4.17 (2014-05-25)
+
+|_. Package |_. MD5 Checksum |_. PGP |
+| "buildr-1.4.17-java.gem":http://www.apache.org/dyn/closer.cgi/buildr/1.4.17/buildr-1.4.17-java.gem | "0203c7bc6bbf816b58c50143816b2941":http://www.apache.org/dist/buildr/1.4.17/buildr-1.4.17-java.gem.md5 | "Sig":http://www.apache.org/dist/buildr/1.4.17/buildr-1.4.17-java.gem.asc |
+| "buildr-1.4.17-x86-mswin32.gem":http://www.apache.org/dyn/closer.cgi/buildr/1.4.17/buildr-1.4.17-x86-mswin32.gem | "722889cf25682bf804be32ec318f72d7":http://www.apache.org/dist/buildr/1.4.17/buildr-1.4.17-x86-mswin32.gem.md5 | "Sig":http://www.apache.org/dist/buildr/1.4.17/buildr-1.4.17-x86-mswin32.gem.asc |
+| "buildr-1.4.17.gem":http://www.apache.org/dyn/closer.cgi/buildr/1.4.17/buildr-1.4.17.gem | "8cdcc70fd881adb4608cfc21d9ffe570":http://www.apache.org/dist/buildr/1.4.17/buildr-1.4.17.gem.md5 | "Sig":http://www.apache.org/dist/buildr/1.4.17/buildr-1.4.17.gem.asc |
+| "buildr-1.4.17.tgz":http://www.apache.org/dyn/closer.cgi/buildr/1.4.17/buildr-1.4.17.tgz | "5dcfaf71703dfb010b735af561555d3a":http://www.apache.org/dist/buildr/1.4.17/buildr-1.4.17.tgz.md5 | "Sig":http://www.apache.org/dist/buildr/1.4.17/buildr-1.4.17.tgz.asc |
+| "buildr-1.4.17.zip":http://www.apache.org/dyn/closer.cgi/buildr/1.4.17/buildr-1.4.17.zip | "783d46ee8f198672815c408ea14851de":http://www.apache.org/dist/buildr/1.4.17/buildr-1.4.17.zip.md5 | "Sig":http://www.apache.org/dist/buildr/1.4.17/buildr-1.4.17.zip.asc |
+
+p>. ("Release signing keys":http://www.apache.org/dist/buildr/1.4.17/KEYS)
+
+
 h3. buildr 1.4.16 (2014-05-03)
 
 |_. Package |_. MD5 Checksum |_. PGP |
-| "buildr-1.4.16-java.gem":http://www.apache.org/dyn/closer.cgi/buildr/1.4.16/buildr-1.4.16-java.gem | "da920dd00f4b09f01aa0e5c71a8a87e5":http://www.apache.org/dist/buildr/1.4.16/buildr-1.4.16-java.gem.md5 | "Sig":http://www.apache.org/dist/buildr/1.4.16/buildr-1.4.16-java.gem.asc |
-| "buildr-1.4.16-x86-mswin32.gem":http://www.apache.org/dyn/closer.cgi/buildr/1.4.16/buildr-1.4.16-x86-mswin32.gem | "10180c59e1b11da4d6f499fd3f0d43bb":http://www.apache.org/dist/buildr/1.4.16/buildr-1.4.16-x86-mswin32.gem.md5 | "Sig":http://www.apache.org/dist/buildr/1.4.16/buildr-1.4.16-x86-mswin32.gem.asc |
-| "buildr-1.4.16.gem":http://www.apache.org/dyn/closer.cgi/buildr/1.4.16/buildr-1.4.16.gem | "cfc81dacdd825928a5e1a8b55735895b":http://www.apache.org/dist/buildr/1.4.16/buildr-1.4.16.gem.md5 | "Sig":http://www.apache.org/dist/buildr/1.4.16/buildr-1.4.16.gem.asc |
-| "buildr-1.4.16.tgz":http://www.apache.org/dyn/closer.cgi/buildr/1.4.16/buildr-1.4.16.tgz | "b3234fff8924589fe2826acecc7bc03e":http://www.apache.org/dist/buildr/1.4.16/buildr-1.4.16.tgz.md5 | "Sig":http://www.apache.org/dist/buildr/1.4.16/buildr-1.4.16.tgz.asc |
-| "buildr-1.4.16.zip":http://www.apache.org/dyn/closer.cgi/buildr/1.4.16/buildr-1.4.16.zip | "a20af0a5046e84813561ae50ce58703c":http://www.apache.org/dist/buildr/1.4.16/buildr-1.4.16.zip.md5 | "Sig":http://www.apache.org/dist/buildr/1.4.16/buildr-1.4.16.zip.asc |
+| "buildr-1.4.16-java.gem":http://archive.apache.org/dist/buildr/1.4.16/buildr-1.4.16-java.gem | "da920dd00f4b09f01aa0e5c71a8a87e5":http://archive.apache.org/dist/buildr/1.4.16/buildr-1.4.16-java.gem.md5 | "Sig":http://archive.apache.org/dist/buildr/1.4.16/buildr-1.4.16-java.gem.asc |
+| "buildr-1.4.16-x86-mswin32.gem":http://archive.apache.org/dist/buildr/1.4.16/buildr-1.4.16-x86-mswin32.gem | "10180c59e1b11da4d6f499fd3f0d43bb":http://archive.apache.org/dist/buildr/1.4.16/buildr-1.4.16-x86-mswin32.gem.md5 | "Sig":http://archive.apache.org/dist/buildr/1.4.16/buildr-1.4.16-x86-mswin32.gem.asc |
+| "buildr-1.4.16.gem":http://archive.apache.org/dist/buildr/1.4.16/buildr-1.4.16.gem | "cfc81dacdd825928a5e1a8b55735895b":http://archive.apache.org/dist/buildr/1.4.16/buildr-1.4.16.gem.md5 | "Sig":http://archive.apache.org/dist/buildr/1.4.16/buildr-1.4.16.gem.asc |
+| "buildr-1.4.16.tgz":http://archive.apache.org/dist/buildr/1.4.16/buildr-1.4.16.tgz | "b3234fff8924589fe2826acecc7bc03e":http://archive.apache.org/dist/buildr/1.4.16/buildr-1.4.16.tgz.md5 | "Sig":http://archive.apache.org/dist/buildr/1.4.16/buildr-1.4.16.tgz.asc |
+| "buildr-1.4.16.zip":http://archive.apache.org/dist/buildr/1.4.16/buildr-1.4.16.zip | "a20af0a5046e84813561ae50ce58703c":http://archive.apache.org/dist/buildr/1.4.16/buildr-1.4.16.zip.md5 | "Sig":http://archive.apache.org/dist/buildr/1.4.16/buildr-1.4.16.zip.asc |
 
-p>. ("Release signing keys":http://www.apache.org/dist/buildr/1.4.16/KEYS)
+p>. ("Release signing keys":http://archive.apache.org/dist/buildr/1.4.16/KEYS)
 
 
 h3. buildr 1.4.15 (2013-11-06)


[4/4] git commit: Bump the version for next development phase

Posted by do...@apache.org.
Bump the version for next development phase


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

Branch: refs/heads/master
Commit: 349d8bc890b8cbaa600134cf9d76af612054b0dd
Parents: 9eb427b
Author: Peter Donald <pe...@realityforge.org>
Authored: Wed May 28 07:22:19 2014 +1000
Committer: Peter Donald <pe...@realityforge.org>
Committed: Wed May 28 07:22:19 2014 +1000

----------------------------------------------------------------------
 CHANGELOG             | 2 ++
 lib/buildr/version.rb | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/349d8bc8/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 2a7ac26..835d118 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,5 @@
+1.4.18 (Pending)
+
 1.4.17 (2014-05-25)
 * Added:  Add the add_default_testng_configuration method to help IDEA
           project creation. Improves test coverage across 'default'

http://git-wip-us.apache.org/repos/asf/buildr/blob/349d8bc8/lib/buildr/version.rb
----------------------------------------------------------------------
diff --git a/lib/buildr/version.rb b/lib/buildr/version.rb
index f70025e..a43d326 100644
--- a/lib/buildr/version.rb
+++ b/lib/buildr/version.rb
@@ -14,5 +14,5 @@
 # the License.
 
 module Buildr #:nodoc:
-  VERSION = '1.4.17'.freeze
+  VERSION = '1.4.18.dev'.freeze
 end