Skip to content
This repository has been archived by the owner on Jan 27, 2019. It is now read-only.

NuGet support #7

Open
kog opened this issue Jun 27, 2012 · 4 comments
Open

NuGet support #7

kog opened this issue Jun 27, 2012 · 4 comments

Comments

@kog
Copy link
Contributor

kog commented Jun 27, 2012

Drag in dependencies via NuGet where possible.

@ghost
Copy link

ghost commented Jul 3, 2012

AutoMapper, log4net, JSON.Net, Common.Logging are switched to nuget.

@kog
Copy link
Contributor Author

kog commented Jul 4, 2012

Ran into http://nuget.codeplex.com/workitem/2141 whilst testing building via XBuild. Wound up doing the rename in a way more friendly to Windows hosts: 3f7f441, 3b800a9.

I also had to export "EnableNuGetPackageRestore=true" via my build scripts to get NuGet to actually restore the packages. Still unable to build due to certificate exceptions.

@kog
Copy link
Contributor Author

kog commented Jul 5, 2012

Updated the nuget.exe binary to something that actually works. Tried the resolution described in NuGet/NuGetGallery#335 (mozroots --import --sync, then certmgr -ssl on the hosts) and had a bit of trouble on my Gentoo box. It refused to find any certs in the MXR feed to actually import.

Eventually wound up wget'ing http://mxr.mozilla.org/seamonkey/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1, then doing a mozroots --import --sync --file . Looks like certmgr -ssl only adds the CA, where moztools adds it as a "trusted" source - the latter being what's important.

Seems to work now, though it slows down the build considerably, even when the dependencies are sitting in ./packages.

@kog
Copy link
Contributor Author

kog commented Jul 7, 2012

Added NHibernate 3.2 and Spring.NET 1.3. We'll upgrade to Spring 2.0/NH 3.0 when the Spring.NET stuff goes GA; SpringSource predicts that this should happen around the end of July (from their news item).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant