You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by bo...@apache.org on 2009/02/28 01:08:01 UTC

svn commit: r748758 - /buildr/trunk/lib/buildr/packaging/package.rb

Author: boisvert
Date: Sat Feb 28 00:08:00 2009
New Revision: 748758

URL: http://svn.apache.org/viewvc?rev=748758&view=rev
Log:
Add info message "Packaging filename.ext"

Modified:
    buildr/trunk/lib/buildr/packaging/package.rb

Modified: buildr/trunk/lib/buildr/packaging/package.rb
URL: http://svn.apache.org/viewvc/buildr/trunk/lib/buildr/packaging/package.rb?rev=748758&r1=748757&r2=748758&view=diff
==============================================================================
--- buildr/trunk/lib/buildr/packaging/package.rb (original)
+++ buildr/trunk/lib/buildr/packaging/package.rb Sat Feb 28 00:08:00 2009
@@ -160,6 +160,7 @@
         # used as a dependency, before we get to run the package task.
         task 'package'=>package
         package.enhance [task('build')]
+        package.enhance { info "Packaging #{File.basename(file_name)}" }
 
         if spec[:file]
           class << package ; self ; end.send(:define_method, :type) { spec[:type] }