Questions tagged [build-script]
204 questions
0
votes
1 answer
After installing/upgrading to Kentico 8.1, why are certain built-in files excluded from the project?
The Kentico 8.1 installer plops out the proprietary Kentico solution structure with its 11,700+ files and 1,900+ folders, and three .csproj projects whose files overlap in the same directory structure. I noticed that a few files aren't included in…

Bryan
- 1,431
- 1
- 17
- 22
0
votes
1 answer
visual studio post-build script error calling gacutil
I'm on vista, with VS2005 running as admin. Both vs2005 and vs2008 are installed. If I explicitly use the path to gacutil, it works, but not if I only call gacutil like this:
if NOT $(ConfigurationName) == Release gacutil /f /i "$(TargetPath)" …
user30920
0
votes
1 answer
Scripting up multiple unique constraints in NEO4j
I am trying to put together a CYPHER build script for my NEO4J database.
I have successfully put together a script to create all nodes and relationships but am struggling to find a way of scripting the creation of more than one UNIQUE constraint.
I…

user3535147
- 73
- 7
0
votes
1 answer
Gant by example
I am trying to get a simple "Hello, Gant!" Gant build up and running. I just downloaded & extracted the 1.9.10-Groovy-2.0.0 version and am trying to create a build that defines a single greet task. When greet executes, it prints a "Hello, Gant!"…

AdjustingForInflation
- 1,571
- 2
- 26
- 50
0
votes
1 answer
Need help in understanding CustomFilesToInclude property in MSbuild
I have a issue in copying html files to deploy location using MSBuild.
Please help me in understanding the following:
…

lucky
- 27
- 1
- 1
- 5
0
votes
1 answer
Script for checking Build Mode in Xcode
I am creating a iOS Static Library in Xcode. I will be distributing two separate binaries, one for running in simulators(x86 architecture) & other for devices(ARM architecture).
I am aware of aggregate target, but I want to know whether it is…

footyapps27
- 3,982
- 2
- 25
- 42
0
votes
1 answer
In TeamCity, is there a way to change a build parameter using the commit message?
I know, for instance, that I can make the build not trigger when I put certain text in a commit message. What I'd like to do is make it so I could change the value of a parameter based on the commit message that triggers the build.
Specifically I…

Jeff Martin
- 10,812
- 7
- 48
- 74
0
votes
2 answers
Automating Self Sign Certificate IIS7 (possibly with appcmd)
I currently have a rake script which compiles, packages and deploys an ASP MVC web project. Currently I am tearing down and setting up IIS every time the build script is run, however I am now looking at adding some SSL additions so will want to…

Grofit
- 17,693
- 24
- 96
- 176
0
votes
1 answer
Combine CSS Files - HTML5 Boilerplate Ant Build Script
I am using the latest version of H5BP along with their Ant Build Script and am having a hard time getting the CSS files to combine/concatenate when I run the build script. I am looking to combine the normalize.css and main.css into one file. I have…

Tyler Almond
- 195
- 1
- 3
- 13
0
votes
1 answer
TeamCity 4.5 not recognizing trycatch element in nant script
Our team recently upgraded to TeamCity 4.5.4 but we're having trouble with TeamCity running our nant build scripts.
We now get an error message saying: Invalid element . Unknown task or datatype.
We haven't changed our build script during…

mezoid
- 28,090
- 37
- 107
- 148
0
votes
2 answers
ant android , skip install if no device present
when using ant to install android apps, it will hang if there is no android device connected to the machine. It will just wait for the user to connect one, which interrupts the autonomous nature of the script.
How can I set some kind of conditional…

CQM
- 42,592
- 75
- 224
- 366
0
votes
1 answer
Passing Variables into Python file via CruiseControl
I have a CruiseControl project that executes a file build.py, whether it is nightly or CI. I would like to throw up some kind of flag in my build script that can determine which function to call, so I don't have to have two .py files that do…

Zach Wulf
- 401
- 2
- 7
- 18
0
votes
1 answer
Why does processing multiple individual targets take longer when Nant is directed to process them from a single target?
I have a nant build script that specifies the compilation of various Visual Studio solution files.
…

mezoid
- 28,090
- 37
- 107
- 148
0
votes
1 answer
Did OSX Java changes remove some ant functionally?
We have a cross platform application that is written in Java and built with an ant script. This code has not been built on the Mac since January of 2010. Recently I checked out the January 2010 version that built just fine to a fresh working copy…

Mike2012
- 7,629
- 15
- 84
- 135
0
votes
1 answer
Recursively search for, and build, arbitrary VS solutions using a batch script w/ command line args
So, I want to be able to build an arbitrary number of VS solutions using a batch script. I would want the script to search for the given project names, and pass their filepaths to the VS CLI.The format would be along the lines of:
build_slns…

CJ McAllister
- 291
- 3
- 10
- 20