You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by as...@apache.org on 2008/07/17 22:58:14 UTC

svn commit: r677722 - in /incubator/buildr/trunk: buildfile doc/pages/index.textile doc/pages/whats_new.textile

Author: assaf
Date: Thu Jul 17 13:58:14 2008
New Revision: 677722

URL: http://svn.apache.org/viewvc?rev=677722&view=rev
Log:
Added Buildr 1.3.2 to what's new section.

Modified:
    incubator/buildr/trunk/buildfile
    incubator/buildr/trunk/doc/pages/index.textile
    incubator/buildr/trunk/doc/pages/whats_new.textile

Modified: incubator/buildr/trunk/buildfile
URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/buildfile?rev=677722&r1=677721&r2=677722&view=diff
==============================================================================
--- incubator/buildr/trunk/buildfile (original)
+++ incubator/buildr/trunk/buildfile Thu Jul 17 13:58:14 2008
@@ -13,7 +13,6 @@
 # License for the specific language governing permissions and limitations under
 # the License.
 
-
 $LOADED_FEATURES << 'jruby' unless RUBY_PLATFORM =~ /java/ # Pretend to have JRuby, keeps Nailgun happy.
 require 'buildr/jetty'
 require 'buildr/nailgun'

Modified: incubator/buildr/trunk/doc/pages/index.textile
URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/doc/pages/index.textile?rev=677722&r1=677721&r2=677722&view=diff
==============================================================================
--- incubator/buildr/trunk/doc/pages/index.textile (original)
+++ incubator/buildr/trunk/doc/pages/index.textile Thu Jul 17 13:58:14 2008
@@ -30,7 +30,7 @@
 
 h2.  News
 
-Check out "all that's new in Buildr 1.3.1":whats_new.html.
+Check out "all that's new in Buildr 1.3.2":whats_new.html.
 
 * Buildr 1.3 now runs on JRuby 1.1
 * Support for building Scala projects

Modified: incubator/buildr/trunk/doc/pages/whats_new.textile
URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/doc/pages/whats_new.textile?rev=677722&r1=677721&r2=677722&view=diff
==============================================================================
--- incubator/buildr/trunk/doc/pages/whats_new.textile (original)
+++ incubator/buildr/trunk/doc/pages/whats_new.textile Thu Jul 17 13:58:14 2008
@@ -1,5 +1,24 @@
 h1.  What's New
 
+h2.  Buildr 1.3.2
+
+* New @--prereqs@ command line argument lists all the tasks and their
+  dependencies. You can also filter specific tasks by following with a regular
+  expression, for example, @--prereqs foo@.
+* Upgraded to latest release of Net::SSH, Net::SFTP, RubyForge and RubyGems.
+* Upgraded to JUnit 4.4 and fixed case where abstract classes extending
+  TestCase would lead to tests failing.
+* The target/test/class and /resources directories now come first in the
+  classpath, ahead of any code compiled code and resources copied over from
+  src/main.
+* Fixed: BUILDR-90 Installing from source doesn't work with JRuby.
+* Fixed: BUILDR-91 When doing a release, buildr should spawn the same version
+  of buildr
+* Fixed: BUILDR-92 IDEA 7x: add resources directories to classpath.
+* Fixed: BUILDR-95: Only download Scala test framework artifacts when required
+* Fixed: BUILDR-100 Directory structure documentation needs updating.
+* Fixed: Installation instructions updated for RubyGems 1.2.0.
+
 h2.  Buildr 1.3.1
 
 * Fixed to specific Gem dependencies, so should install cleanly on Windows.