build-automation
Copy files from one TFS projects collection to another
What would be a reliable way to copy some files from a project within TFS projects collection A to another 开发者_如何转开发project within TFS projects collection B regularly. The latest from source i[详细]
2023-03-23 05:53 分类:问答Basic Nant task
I\'m working on creating a simple Nant script that will utilize the assemblyname::get-version function which is documented here: http://nant.sourceforge.net/release/0.85/help/functions/assemblyname.ge[详细]
2023-03-23 01:52 分类:问答Need help with CM API (ClearCase)
I开发者_StackOverflow中文版 need to get particular Stream( perhaps with Activity) from Clear Case (7.1.1 server) and store it on local machine. Let me come up with a User Story:[详细]
2023-03-20 22:52 分类:问答Should my builds be committed?
This is for a web based project where my serverside application code and client side JS/HJTML is under version control. Lets say I release version 1.0, and create a new branch from the trunk with the[详细]
2023-03-20 16:22 分类:问答Check Source code changed since last TFS successful build
In TFS 2010 custom activity how to find out programatically whether my project(s) source code changed / checked in since its last successful开发者_Go百科 build.You can use the build and version contro[详细]
2023-03-20 00:55 分类:问答How to organize staging deployment of Java web app?
We have a Java web app, and a number of developers working with it. Every developer is working with his/her own feature, in its own branch. When the feature is ready - we want to review it and visuall[详细]
2023-03-19 20:02 分类:问答Where to place deployment scripts in source control in a CI Configuration?
I am working on a distributed solution (written in .NET) that includes WCF services, Windows managed services and has dependencies to other native and managed solutions. The primary goal of the projec[详细]
2023-03-19 14:48 分类:问答How to ignore JS and CSS files on gated checkin?
Is there a way to avoid the automated build when we checkin only js or css files? It开发者_如何学编程 doesn\'t need to build anything, I would like to skip the build for these files.I don\'t think it[详细]
2023-03-19 01:55 分类:问答Using a project as a compile time dependency without including it's compile time dependencies?
I have two Gradle projects, project A which is a war and project B which is a jar. Project A depends on project B. Project B has a compile dependency C. When I build project B the compile dependency C[详细]
2023-03-18 20:59 分类:问答How to automate Grails build?
What tools shall be used to au开发者_如何学编程tomate Grails build? Ant? Shell? Would be good to read some official documentation about it.Out-of-the-box Grails provides a build system that can be use[详细]
2023-03-16 21:39 分类:问答