-
as seen on Geeks with Blogs
- Search for 'Geeks with Blogs'
When embracing Team Build 2010, you typically want to define several different build process templates for different scenarios. Common examples here are CI builds, QA builds and release builds. For example, in a contiuous build you often have no interest in publishing to the symbol store, you might…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
All I am looking for the best free set of tools to be used in a MS Based build process. Checkout, Build, Package, Test, Deploy, etc.
I know this question has been asked before but it was over 2 years ago, and in our world that is an eternity.
I am looking to develop a pattern that is easily adapted…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I plan to use Grails and Flex in my next project. I would like to use grails command line to construct my project. This should include the flex part as well, compiling swf, executing FlexUnits etc. I would like to compile and add swf file to war when I do “grails war”. How can I accomplish this?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have tried several solutions for this problem. Enough to know I do not know enough about MSBuild to do this elegantly but I feel like there should be a method.
I have a set of libraries for working with .net projects. A few of the projects utilize System.Web.Mvc - which recently released Version…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
OUR CURRENT BUILD PROCESS
We're a small team of developers (2 to 4 people depending on project) who currently use Phing to deploy code to a staging environment, before going live. We keep our code in a SVN repo, where the trunk holds current active development and, at certain times, we do make branches…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi everyone,
for quite a while now, I've been trying to figure out how to setup an automated build process at our shop. I've read many posts and guides on this matter and none of them really fits my specifics needs.
My SVN repository is laid out as follows
\projects
\projectA (a product)
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm currently investigating cmake to allow automatic building on the Win32 platform. For all runtimes and libraries I'd like to build, Visual Studio (2008/2010) projects do allready exist.
I've come across cmake, but I'm unsure if I really need it. As the documentation says, cmake generates VS projects…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all,
I am using TFS 2008 and Visual Studio and my boss has instructed me to implement Build Automation for Development and Release builds for a web Project.
I am a total newbie in Build Automation.
There are multiple developers working on the project on different machines using Visual Studio…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to build a web deployment project using TFS automated build process. When I build the project directly in Visual Studio 2008, it works fine. But from TFS, I get the following error:
"C:\Users\tfsservice\AppData\Local\Temp\TestProduct\TestSolution\BuildType\TFSBuild.proj" (EndToEndIteration…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm following this guide to set up a small environment for source control and automated builds - mostly for learning what it is and how it works, but also for using in those of my hobby projects that I believe will actually be useful some day.
However, at the step where he commits and builds, I fail…
>>> More