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 2012/11/01 22:06:25 UTC

svn commit: r1404765 - in /buildr/trunk/doc: download.textile index.textile

Author: donaldp
Date: Thu Nov  1 21:06:25 2012
New Revision: 1404765

URL: http://svn.apache.org/viewvc?rev=1404765&view=rev
Log:
Update the website documentation

Modified:
    buildr/trunk/doc/download.textile
    buildr/trunk/doc/index.textile

Modified: buildr/trunk/doc/download.textile
URL: http://svn.apache.org/viewvc/buildr/trunk/doc/download.textile?rev=1404765&r1=1404764&r2=1404765&view=diff
==============================================================================
--- buildr/trunk/doc/download.textile (original)
+++ buildr/trunk/doc/download.textile Thu Nov  1 21:06:25 2012
@@ -20,6 +20,18 @@ The source code is included in both sour
 
 h2(#dist).  Binaries and Source Code
 
+h3. buildr 1.4.8 (2012-11-01)
+
+|_. Package |_. MD5 Checksum |_. PGP |
+| "buildr-1.4.8-java.gem":http://www.apache.org/dyn/closer.cgi/buildr/1.4.8/buildr-1.4.8-java.gem | "68679f89f7e0f90bb4446965d1184e0a":http://www.apache.org/dist/buildr/1.4.8/buildr-1.4.8-java.gem.md5 | "Sig":http://www.apache.org/dist/buildr/1.4.8/buildr-1.4.8-java.gem.asc |
+| "buildr-1.4.8-x86-mswin32.gem":http://www.apache.org/dyn/closer.cgi/buildr/1.4.8/buildr-1.4.8-x86-mswin32.gem | "40abdb4c2ff2bb7232822198e6882ee0":http://www.apache.org/dist/buildr/1.4.8/buildr-1.4.8-x86-mswin32.gem.md5 | "Sig":http://www.apache.org/dist/buildr/1.4.8/buildr-1.4.8-x86-mswin32.gem.asc |
+| "buildr-1.4.8.gem":http://www.apache.org/dyn/closer.cgi/buildr/1.4.8/buildr-1.4.8.gem | "0e92c281a59d3fc475f1a0184200a70f":http://www.apache.org/dist/buildr/1.4.8/buildr-1.4.8.gem.md5 | "Sig":http://www.apache.org/dist/buildr/1.4.8/buildr-1.4.8.gem.asc |
+| "buildr-1.4.8.tgz":http://www.apache.org/dyn/closer.cgi/buildr/1.4.8/buildr-1.4.8.tgz | "f19029a7dba62917978b42652328bf6c":http://www.apache.org/dist/buildr/1.4.8/buildr-1.4.8.tgz.md5 | "Sig":http://www.apache.org/dist/buildr/1.4.8/buildr-1.4.8.tgz.asc |
+| "buildr-1.4.8.zip":http://www.apache.org/dyn/closer.cgi/buildr/1.4.8/buildr-1.4.8.zip | "8a484f5ec930eba0b93fe9079fd41079":http://www.apache.org/dist/buildr/1.4.8/buildr-1.4.8.zip.md5 | "Sig":http://www.apache.org/dist/buildr/1.4.8/buildr-1.4.8.zip.asc |
+
+p>. ("Release signing keys":http://www.apache.org/dist/buildr/1.4.8/KEYS)
+
+
 h3. buildr 1.4.7 (2012-05-29)
 
 |_. Package |_. MD5 Checksum |_. PGP |

Modified: buildr/trunk/doc/index.textile
URL: http://svn.apache.org/viewvc/buildr/trunk/doc/index.textile?rev=1404765&r1=1404764&r2=1404765&view=diff
==============================================================================
--- buildr/trunk/doc/index.textile (original)
+++ buildr/trunk/doc/index.textile Thu Nov  1 21:06:25 2012
@@ -46,32 +46,47 @@ So let's get started.  You can "read the
 
 h2(#news).  What's New
 
-Highlights from Buildr 1.4.7 (May 29th, 2012)
+Highlights from Buildr 1.4.8 (Nov 11th, 2012)
 
-* Added:  BUILDR-618 pom properties feature does not support hierarchy (kafka liu)
-* Added:  Add a Sonar extension.
-* Added:  BUILDR-316 Add a GWT extension
-* Added:  Enhance the IDEA extension to support the addition of several explicit facets such as ejb, jruby, jpa, web and gwt.
-* Added:  Add a Findbugs extension.
-* Added:  Add a Checkstyle extension.
-* Added:  Add a JavaNCSS extension.
-* Added:  Add a PMD extension.
-* Added:  MultiTest framework that allows combining multiple test frameworks for a single project.
-* Added:  Scala Specs2 framework support.
-* Added:  Buildr.transitive() now accepts hash with :scopes, :optional and :scopes_transitive parameters
-* Added:  Improved scala file change detection (to avoid recompiling  unnecessarily)
-* Added:  ScalaTest now automatically loads the Mockito library
-* Added:  Enhance the Intellij IDEA extension to support the addition of "artifacts" and "configurations" to the generated project file.
-* Added:  BUILDR-598 TestNG support for :groups and :excludegroups (Christopher Coco)
-* Change: BUILDR-638 Update to rake 0.9.2.2 (Russell Teabeault)
-* Change: Default maven2 repository is now repo1.maven.org/maven2.
-* Change: Scala 2.9.1 is now default
-* Change: BUILDR-548 Remove support for JTestR as it is no longer maintained (Antoine Toulme)
-* Fixed:  Handle HTTP Unauthorized (501) result code when downloading artifacts.
-* Fixed:  BUILDR-611 Buildr should not unnecessarily recompile Java files explicitly added to compile.from
-* Fixed:  scaladoc generation with scala 2.9.x
-* Fixed:  BUILDR-439 "The command line is too long" when running TestNG tests (Tammo Van Lessen)
-* Fixed:  BUILDR-617 pom exclusion does not work (Kafka Liu)
+* Change: Revert to importing non-verbose FileUtils utility methods to match buildr 1.4.6 release and earlier.
+* Added:  Experimental support for jacoco code coverage tool.
+* Fixed:  BUILDR-655 - Support JDK1.7 under OSX
+* Change: Updated dependency versions;
+          - builder (3.1.3)
+          - rubyforge (2.0.4)
+          - net-ssh (2.6.0)
+          - hoe (3.1.0)
+          - rjb (1.4.2)
+          - rdoc (3.12)
+          - xml-simple (1.1.1)
+          - rspec-expectations (2.11.3)
+          - rspec-mocks (2.11.3)
+          - rspec-core (2.11.1)
+          - rspec (2.11.0)
+          - rubyzip (0.9.9)
+* Added:  BUILDR-652 Generate buildfile from Eclipse workspace. (Niklaus Giger)
+* Fixed:  BUILDR-627 Support explicitly listed source files in buildr cc task. (Christopher Tiwald)
+* Fixed:  BUILDR-606 Transitive artifact resolution should not include artifacts in 'provided' scope in poms to
+          match maven behaviour. (Julio Arias)
+* Change: BUILDR-640 Enable building jekyll and rdoc under more rubies. (Niklaus Giger)
+* Change: Mark Buildr:Bnd.remote_repository as deprecated as dependencies appear in maven central.
+* Added:  BUILDR-654 Add the ability to configure the version of BND used by bnd addon. (Niklaus Giger)
+* Added:  Create the git_auto_version addon that automatically specifies a version for a git project based
+          on git describe.
+* Added:  Integrate with Zinc (incremental compilation wrapper for scalac 2.9+)
+* Change: Default to Scala 2.9.2, ScalaTest 1.8, Scala Specs2 1.11,
+          ScalaCheck 1.10.0.
+* Change: Scala artifact repository changed to
+          http://oss.sonatype.org/content/repositories/releases
+* Added:  BUILDR-645 Support Mercurial as a version control system (Tan Quach)
+* Fixed:  BUILDR-646 TGZ files do not keep their permissions when extracted
+          via Buildr::Unzip#extract
+* Added:  Add add_exploded_ear_artifact and add_exploded_ejb_artifact to the idea project extension.
+* Change: Default to using Checkstyle 5.5 in the checkstyle addon.
+* Fixed:  Fix the add_exploded_war_artifact method on the idea project by adding in missing method
+          `partition_dependencies`.
+* Fixed:  Fix the extension of the gwt plugin so that it can be required as an addon.
+* Fixed:  Fix the undefined default_web_xml variable in the add_web_facet method on the idea project.
 
 This is a partial list -- see the "CHANGELOG":CHANGELOG for full details.