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/02/27 23:16:42 UTC

svn commit: r631755 - in /incubator/buildr/trunk: Rakefile lib/java/org/apache/buildr/JavaTestFilter.class

Author: assaf
Date: Wed Feb 27 14:16:40 2008
New Revision: 631755

URL: http://svn.apache.org/viewvc?rev=631755&view=rev
Log:
Clobber before install

Modified:
    incubator/buildr/trunk/Rakefile
    incubator/buildr/trunk/lib/java/org/apache/buildr/JavaTestFilter.class

Modified: incubator/buildr/trunk/Rakefile
URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/Rakefile?rev=631755&r1=631754&r2=631755&view=diff
==============================================================================
--- incubator/buildr/trunk/Rakefile (original)
+++ incubator/buildr/trunk/Rakefile Wed Feb 27 14:16:40 2008
@@ -17,7 +17,7 @@
                                  'Rakefile', 'spec/**/*', 'doc/**/*'].to_ary
     spec.require_path = 'lib'
     spec.has_rdoc     = true
-    spec.extra_rdoc_files = ['README', 'CHANGELOG', 'LICENSE', 'NOTICE', 'DISCLAIMER', 'reports/specs.html']
+    spec.extra_rdoc_files = ['README', 'CHANGELOG', 'LICENSE', 'NOTICE', 'DISCLAIMER']
     spec.rdoc_options << '--title' << "Buildr -- #{spec.summary}" <<
                          '--main' << 'README' << '--line-numbers' << '--inline-source' << '-p' <<
                          '--webcvs' << 'http://svn.apache.org/repos/asf/incubator/buildr/trunk/'
@@ -64,8 +64,9 @@
 jruby_spec = specify('java')
 jruby_package = Rake::GemPackageTask.new(jruby_spec) { |pkg| pkg.need_tar = pkg.need_zip = false }
 
+task('clobber') { rm_rf 'pkg' }
 desc 'Install the package locally'
-task 'install'=>'package' do |task|
+task 'install'=>['clobber', 'package'] do |task|
   if RUBY_PLATFORM =~ /java/ 
     cmd = %w(jruby -S gem install)
     pkg = jruby_package

Modified: incubator/buildr/trunk/lib/java/org/apache/buildr/JavaTestFilter.class
URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/lib/java/org/apache/buildr/JavaTestFilter.class?rev=631755&r1=631754&r2=631755&view=diff
==============================================================================
Binary files /tmp/tmpXSDybM and /tmp/tmpSRIEoI differ