2012-03-21 45 views
1

我不斷收到試圖建立從GitHub的masstransit源時,出現以下錯誤:masstransit上耙semver錯誤打造

Building for .NET 3.5 
rake aborted! 
no such file to load -- semver 

(See full trace by running task with --trace) 

與--trace開關,我得到:

Building for .NET 3.5 
rake aborted! 
no such file to load -- semver 
C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require' 
C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require' 
C:/Users/****/Dev/Scratch/MassTransit/build_support/versioning.rb:1:in `<top (required)>' 
C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require' 
C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require' 
C:/Users/****/Dev/Scratch/MassTransit/rakefile.rb:10:in `<top (required)>' 
C:/Ruby192/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/rake_module.rb:25:in `load' 
C:/Ruby192/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/rake_module.rb:25:in `load_rakefile' 
C:/Ruby192/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/application.rb:495:in `raw_load_rakefile' 
C:/Ruby192/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/application.rb:78:in `block in load_rakefile' 
C:/Ruby192/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/application.rb:129:in `standard_exception_handling' 
C:/Ruby192/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/application.rb:77:in `load_rakefile' 
C:/Ruby192/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/application.rb:61:in `block in run' 
C:/Ruby192/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/application.rb:129:in `standard_exception_handling' 
C:/Ruby192/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/application.rb:59:in `run' 
C:/Ruby192/lib/ruby/gems/1.9.1/gems/rake-0.9.2/bin/rake:32:in `<top (required)>' 
C:/Ruby192/bin/rake:19:in `load' 
C:/Ruby192/bin/rake:19:in `<main>' 

這是應該能夠開箱即用或者我錯過了什麼?

回答

2

DOH !!

gem install albacore 
gem install semver2 

https://github.com/phatboyg/MassTransit

:)

+0

固定 - 如今克里斯添加了虛假SolutionVersion.cs文件一樣,所以這不應該再被需要的,如果你不希望創建nugets – Henrik 2012-04-26 18:31:16