FubuMvcArchive / ripple

Super charged dependency management with Nuget without the merge hell
http://fubuworld.com/ripple
Other
45 stars 35 forks source link

ripple restore of Float dependency does not extract nuget package #261

Open ursenzler opened 10 years ago

ursenzler commented 10 years ago

I included the package xUnit.Extensions (which has a dependency to xUnit) in my solution in mode Float. When I run ripple restore (from RippleRestoreTask) then the folder packages\xUnit does only contain the xunit.1.9.2.0.nupkg file, but the lib folder is missing.

Switching to mode Fixed solves the problem. However, I'd like to use Float ;-)

jmarnold commented 10 years ago

This one is odd. It's likely due to the format of the nukpg contents. I'll give it a try in the 3.0 branch. I'm still hoping to get a release of 3.0 next week. That will fix most of the things you've been seeing.

On Fri, Jan 3, 2014 at 1:45 AM, Urs Enzler notifications@github.com wrote:

I included the package xUnit.Extensions (which has a dependency to xUnit) in my solution in mode Float. When I run ripple restore (from RippleRestoreTask) then the folder packages\xUnit does only contain the xunit.1.9.2.0.nupkg file, but the libfolder is missing.

Switching to mode Fixed solves the problem. However, I'd like to use Float ;-)

— Reply to this email directly or view it on GitHubhttps://github.com/DarthFubuMVC/ripple/issues/261 .

ursenzler commented 10 years ago

Great to hear that :-)

I can reproduce this behaviour on my machine and our build server (Team City).

You can try it yourself: www.github.com/appccelerate/eventbroker, branch develop, just switch xUnit from Fixed to Float in ripple.config and restore the packages.