mono / ngit

Automated jgit port to c#
261 stars 152 forks source link

Build fails due to missing assemblies #5

Closed JeremySkinner closed 12 years ago

JeremySkinner commented 13 years ago

The build for ngit fails on a fresh clone because the following assemblies are not in the repository:

I've added these assemblies to a lib/ subdirectory and fixed the references.

shishkin commented 13 years ago

Jeremy, could you try the same with git settings core.autocrlf=true or core.autocrlf=input, or maybe just use MonoDevelop? When changing line endings it's hard to make a meaningful diff.

JeremySkinner commented 13 years ago

Sorry about that - I've now corrected the line endings. Please feel free to take another look.

shishkin commented 13 years ago

Thank you Jeremy, it looks much better now. I hope Lluis will incorporate your commits soon. I've pulled them to my branch in the meantime, now I can finally start working with NGit ;)

AzureKitsune commented 12 years ago

Why hasn't this been merged yet?

thecodejunkie commented 12 years ago

poke

alanmcgovern commented 12 years ago

I've added a note to the README specifying where to get the pre-requisites from. Just as a note, they will be installed into the .NET GAC when you use this installer: http://monodevelop.com/files/Windows/MonoLibraries.msi .