The process of converting source code files into standalone software artifact(s) that can be run on a computer
When I use Build->Publish Web Site in Visual Studio 2008, most of the time it compiles the site, and …
asp.net visual-studio visual-studio-2008 build-process publishIs there a Maven alternative or port for the .NET world? I would love to use a good dependency management …
java .net maven-2 build-process buildMost Stackoverflow answers that I have found in regards to the Perl build process and unit testing and code coverage …
perl unit-testing build-process build-automation code-coverageI remember reading an article or post somewhere years ago that suggested including a resource file in a project by …
delphi build-process embedded-resourceThis is my first try with cmake and I would like to have, if possible, some feedbacks about what I …
build-process build-automation cmake autotools antlr3I'm trying to build Chrome under windows, I got the chromium trunk using tortoiseSVN and I believe I got everything …
build-process chromiumThe Problem I have a bunch of custom files in a visual studio 2010 project. I need to run a tool …
visual-studio-2010 msbuild code-generation build-process customtoolI have a big solution with more than 40 projects. Almost half of them are test projects. In my project we …
visual-studio-2010 msbuild build-process multicoreI'm working on larger project which has the following directory layout: Source MyA aa.cpp ab.cpp ac.cpp MyB …
unit-testing gcc build-process code-coverage gcovI'm trying to set up our build process in hudson. Job 1 will be a super fast (hopefully) continuous integration build …
build-process build continuous-integration build-automation hudson