build-automation

Language-agnostic automated build and test server for multiple projects [closed]

回眸只為那壹抹淺笑 提交于 2019-12-18 10:56:41
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . To ease our release testing, we're looking for a system to automatically build and (unit) test our software projects on a variety of architectures. Our constraints are: The code to build is written in several languages, including Python, Java and C. We have several distinct deployment architectures. We have

Why is there no need for Maven in .NET?

人盡茶涼 提交于 2019-12-18 10:19:24
问题 I have the impression, that in the .NET-world, there is no real need for a Maven-like tool. I am aware that there is Byldan and NMaven (is it still alive?), but I have not yet seen a real-world project that uses them. Also in most .NET projects I have worked on, there never was voiced an need for a Maven-like tool. The problems Maven maven is addressing (automatic dependency-resolution, conventions based build structure ...) seem not to be so important in .NET. Is my perception correct? Why

TeamCity Setting up MSTest 2012

╄→гoц情女王★ 提交于 2019-12-18 05:41:51
问题 On the TeamCity server we have installed VS 2012. I have created a build configuration in TeamCity that builds and deploys the solution. I have added a MSTest 2012 Configuration as well, but don't know how to tell it what project is the VS 2012 test project so that it can run those tests. Thanks 回答1: You need to specify assembly file (dll) of your tests, not the project file (csproj). Here's an example: http://shrani.si/f/p/PH/2tO4Zo5s/tmpa4cc.jpg So let's say your Testing assembly is called

TeamCity Setting up MSTest 2012

感情迁移 提交于 2019-12-18 05:41:23
问题 On the TeamCity server we have installed VS 2012. I have created a build configuration in TeamCity that builds and deploys the solution. I have added a MSTest 2012 Configuration as well, but don't know how to tell it what project is the VS 2012 test project so that it can run those tests. Thanks 回答1: You need to specify assembly file (dll) of your tests, not the project file (csproj). Here's an example: http://shrani.si/f/p/PH/2tO4Zo5s/tmpa4cc.jpg So let's say your Testing assembly is called

Automated-build version number with WiX, Inno Setup, and VS2008

核能气质少年 提交于 2019-12-17 22:34:32
问题 Basically what I need is an automated way to update the product version number in WiX (3.0 with Votive etc), and then get that version number into an Inno Setup "bootstrapper" I pretty much have the process mostly automated, however version numbers still need to be updated manually which obviously isn't ideal, but I couldn't find how to pass in values to Inno Setup at compile time (and how to reference them), and in the WiX project I need to know how to reference the version number of a

Modular TeamBuilds

本秂侑毒 提交于 2019-12-17 19:55:31
问题 I have 3 TFS Builds (2 Dev and 1 Cert). I would like to modularize the builds so I don't have to edit 3 files each time I make a change to the common items. The problem I have is that Only the items in the build folder (under TeamBuildTypes) are automatically retrieved by the Team Build. I can put in code in my build process to get other files, but by then it is too late. Here is the scenario that I have. I make a "Common" location for common tasks. I then went and made changes to that file.

Move a text file into target folder when compiling a Maven project

别等时光非礼了梦想. 提交于 2019-12-17 18:16:17
问题 I have a slight different version of the question that I made recently. I have a Maven project under Netbeans 7.3 , which doesn't have any build.xml file to configure building options, while there is the pom.xml that I use to import other libraries. Now, I have a text file (let's say textfile.txt ) stored in the project folder in Netbeans 7.3 , e.g. project folder textfile.txt src package package.subpackage MyClass.java When I compile I get a target folder where the jar file is put in, e.g.

Android - use ant to create build configurations that change configuration values

佐手、 提交于 2019-12-17 15:35:51
问题 What I want is a way to have settings that are dependent on build configuration. To give a specific example, my android application connects to a web service. In development, I want the service url to be pulled in from a configurable value. In Test, I want a different value pulled in. In production, yet another value. So, in code I have something like this: public class HttpRequestHelper { private static String GetServiceUrl(ServiceAction action) { return serviceUrl + action.toString(); } }

Delphi MSBuild Build Configurations From Command Line

淺唱寂寞╮ 提交于 2019-12-17 15:25:08
问题 Delphi 2009 uses build configurations . When you create a new project you have two default build configurations "Debug" and "Release". Now I asked myself how to automate builds using MSBuild (which is supported by Delphi since version 2007). You can start the "msbuild" command in the "RAD Studio Command Prompt" in some Delphi project directory and it will build the default build configuration (the last activated build configuration inside the Delphi IDE). Now, I want to specify a certain (non

Verification of dependency authenticy in Maven POM based automated build systems

女生的网名这么多〃 提交于 2019-12-17 09:49:21
问题 I was just pointed to a very interesting article about a security problem called Cross Build Injection (XBI). Bascially it is a fancy name for smuggling bad code into an application at build time via automated build systems such as ant, maven or ivy. The problem could be alleviated by introducing a cryptographic signature validation für dependencies as it is currently in place with many operating systems for downloading packages. To be clear: I am not talking about simply providing md5 or