Changeset 900

Show
Ignore:
Timestamp:
12/15/07 00:09:46 (9 months ago)
Author:
evanweaver
Message:

revert nick's in-process launching fix. it doesn't actually work; it just skips verbose. it still launches a new process.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Rakefile

    r892 r900  
    1717  p.need_tgz = true 
    1818 
    19   case RUBY_PLATFORM 
    20   #  when /mswin/ 
    21   #    p.certificate_chain = ['~/gem_certificates/mongrel-public_cert.pem', 
    22   #      '~/gem_certificates/luislavena-mongrel-public_cert.pem'] 
    23   #  else 
    24   p.certificate_chain = ['~/p/configuration/gem_certificates/mongrel/mongrel-public_cert.pem', 
    25   '~/p/configuration/gem_certificates/evan_weaver-mongrel-public_cert.pem'] 
    26   end 
     19  case RUBY_PLATFORM 
     20    when /mswin/ 
     21      p.certificate_chain = ['~/gem_certificates/mongrel-public_cert.pem', 
     22        '~/gem_certificates/luislavena-mongrel-public_cert.pem'] 
     23    else 
     24    p.certificate_chain = ['~/p/configuration/gem_certificates/mongrel/mongrel-public_cert.pem', 
     25    '~/p/configuration/gem_certificates/evan_weaver-mongrel-public_cert.pem'] 
     26  end 
    2727 
    2828  p.eval = proc do 
     
    6464#### XXX Hack around JRuby in-process launching problem 
    6565 
    66 require 'rake/testtask' 
    67 Rake::TestTask.new(:test_local) do |t| 
    68   t.libs << "lib" << "test" << "projects/gem_plugin/lib" 
    69   t.test_files = e.test_pattern 
    70 end 
    71  
    7266desc "Run each test suite in isolation on JRuby" 
    7367task :test_java do