Skip to content

Documentation for Build Environment #464

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
finsterdexter opened this issue Feb 12, 2014 · 1 comment
Closed

Documentation for Build Environment #464

finsterdexter opened this issue Feb 12, 2014 · 1 comment

Comments

@finsterdexter
Copy link

I would like to see if I can help out with development, so I forked, cloned and am having trouble building. I'm using VS 2013 Ultimate and am getting all kinds of build errors when I try to build Nest.sln in VS. If I use build.bat it blows up because it can't find MSBuild.Community.Tasks.Targets.

So, it would help me if there was basic docs about setting up a build environment for NEST.

@Mpdreamz
Copy link
Member

Hey @finsterdexter first of all welcome aboard! I welcome any contribution in any shape or form!

Sorry about this I always try my hardest not to break the build.

Should be back in the green now though:

http://teamcity.codebetter.com/viewLog.html?buildId=109388&tab=buildResultsDiv&buildTypeId=bt993

I broke the build reorganizing the projects and removing some of them. I left the configuration properties for the removed project files in the .sln file. Also some of the relative references to the packages folder got screwed up. Visual Studio still saw the dll's in the bin directory so kept on building fine for me.

build.bat is used by me to build the nuget packages and relies on msbuild community tasks being installed. That build will always fail on the signing part though since it needs NEST's private key which is not checked in. I'll be sure to alter that build file to by default do not build the .Signed packages though.

You don't need the special msbuild tasks to build NEST within visual studio.

I also develop nest using VS2013 and Xamarin Studio.

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

No branches or pull requests

2 participants