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 2009/02/13 10:14:20 UTC

svn commit: r744046 - /buildr/trunk/Rakefile

Author: assaf
Date: Fri Feb 13 09:14:20 2009
New Revision: 744046

URL: http://svn.apache.org/viewvc?rev=744046&view=rev
Log:
Stops annoying FileUtil messages.

Modified:
    buildr/trunk/Rakefile

Modified: buildr/trunk/Rakefile
URL: http://svn.apache.org/viewvc/buildr/trunk/Rakefile?rev=744046&r1=744045&r2=744046&view=diff
==============================================================================
--- buildr/trunk/Rakefile (original)
+++ buildr/trunk/Rakefile Fri Feb 13 09:14:20 2009
@@ -16,6 +16,10 @@
 
 require 'rake/gempackagetask'
 
+
+RakeFileUtils.verbose_flag = Rake.application.options.trace
+
+
 def spec(platform = RUBY_PLATFORM[/java/] || 'ruby')
   @specs ||= ['ruby', 'java'].inject({}) { |hash, platform|
     $platform = platform