DarthFubuMVC / fubumvc

A front-controller style MVC framework for .NET
http://fubumvc.github.io
Other
427 stars 151 forks source link

Rake fails at restoring nuget packages #908

Open dpen2000 opened 9 years ago

dpen2000 commented 9 years ago

When I run rake, I get the following error:

C:\Clones\fubumvc>rake
Version: 3.0.0.51418
Restoring all the nuget package files
ripple restore
Restoring dependencies for solution fubumvc to C:\Clones\fubumvc\src\packages

=======================================
Missing Nugets: Could not find nugets
=======================================
     ** Nugets
        * LightningQueues     0.1.0.97
        * HtmlTags            3.0.0.187
        * structuremap        3.2.0.202

ripple: Could not restore dependencies
ripple: Error executing DownloadMissingNugets
rake aborted!
Command failed with status (1): [ripple restore...]

Tasks: TOP => default => compile => ripple:restore
(See full trace by running task with --trace)

Is there an additional feed needed in ripple.config?

jeremydmiller commented 9 years ago

@dpen2000

Ugh, I saw this in StructureMap but missed this one. I'll get the config fixed up tomorrow morning. I'm going to remove the need for the old build.fubu-project.org feed that's now out of commission.

Sorry about this,

Jeremy

dpen2000 commented 9 years ago

@jeremydmiller How's this going? Be cool to play around with Fubumvc when this is working.

jeremydmiller commented 9 years ago

@dpen2000 Can you try again after this commit: https://github.com/DarthFubuMVC/fubumvc/commit/3c973188d55ca58b6984548b8c36b0b38927795a

It's a temporary fix, but just for now?

dpen2000 commented 9 years ago

Yeah that works. Thanks!