2012-03-21 4 views
1

を構築し、私はgithubのからmasstransitソースを構築しようとすると、次のエラーを取得しておく:--traceスイッチ付きmasstransitのsemverエラー

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

(See full trace by running task with --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

関連する問題