build-automation
VCS Labelling in TeamCity while overriding a template
We use TeamCity and Subversion for build management. For each project, we have multiple build configurations, one for each environment we will deploy to (e.g. Dev, Test, Staging).[详细]
2023-03-05 09:57 分类:问答how to use a macro in ant tasks not supporting "alien" nested elements
What I am trying to do is to reduce redundancy in my build files. Unfortunately, I cannot figure out a way to circumvent ant\'s restrictions on nested elements. One example is externalizing the fillin[详细]
2023-03-05 08:36 分类:问答count execution of specific commands
How can I co开发者_StackOverflowunt how often a specific program / command is launched under linux?[详细]
2023-03-05 07:41 分类:问答Error using Ant to create EJB after upgrading WAS from 6.0 to 7.0
Ant task breaks at the <wsejbdeploy> tag. The exception message is : [wsejbdeploy] Error executing deployment: java.lang.ClassNotFoundException.[详细]
2023-03-04 06:13 分类:问答ant depends vs. antcall
When defining sequential build steps I use the depends attribute of the target element. I have recently seen an ant file, where the build sequence was defined by antcall elements inside the targets.[详细]
2023-03-04 03:49 分类:问答Update Hudson build result status after external tests
We use Hudson for our build/CI needs. In addition to unit tests (running during build) I have a staging environment that runs additional integration te开发者_开发技巧sts. Basically the build happens a[详细]
2023-03-03 07:00 分类:问答Best Way To Set Up Ruby/Java Build/Deploy?
I have a project which is going to use Ruby on the front end, and have JRuby call some needed Java libraries on the back-end.[详细]
2023-02-28 20:07 分类:问答how to save user registration in the exe... (C#)
Is this even possible? I realize that asking them to enter data when the program runs and saving it in the executable file its开发者_C百科elf is out. (Or is it?)[详细]
2023-02-28 16:10 分类:问答TFS2010 build automation cannot find reference on network share
I have a file reference in a project located on a network share. This builds without issue on all developer machines.[详细]
2023-02-28 08:21 分类:问答Dependent projects being built in Hudson -- how to stop this?
I have a use case where I 开发者_如何转开发need to run a Hudson build once for a release to trigger a plugin that we don\'t want run at any other time and which we don\'t want to place inside the pom[详细]
2023-02-28 07:05 分类:问答