Questions tagged [build-script]

204 questions
0
votes
2 answers

How can we effectively version a large web application consisting of multiple sub-applications?

I'm part of a team that operates a portal for our company. There are ~200 small, what we call applications, inside of the portal. One may be to submit receipts, another to submit a timesheet, another to see activities going on, etc. Each of these…
aw crud
  • 8,791
  • 19
  • 71
  • 115
0
votes
2 answers

Building Flex with Nant?

I'm wondering if I'm barking up the wrong tree here. Is it possible to replace an Ant build script used for building Flex projects with a Nant build script? Specifically, it doesn't seem like there are any replacements for the Ant ,…
womp
  • 115,835
  • 26
  • 236
  • 269
0
votes
1 answer

Best framework to write build scripts

Some of basic requirements are: Basic build scripts requirements like pulling from scm, copying, compiling :) Compatibility on Windows, Unix (Solaris, HPUX, AIX) and Linux. I have heard of several good options like scons, ant etc but would like to…
Atul
  • 1,116
  • 1
  • 10
  • 20
0
votes
1 answer

Automated build and previously applied patches

How can I prevent aborted builds when a previously applied patch is detected without: simply ignoring all failed patches requiring user input Patch itself is capable of identifying a previously applied patch. There's got to be a way to avoid the…
Isabell Cowan
  • 113
  • 2
  • 9
0
votes
0 answers

How to override all project properties for Visual Studio 2010 in msbuild through Powershell

I am trying to write a script where automatically build in 30+ Visual Studio 2010 (.sln) through PowerShell script using Msbuild command line. I am able to build the build the modules, but I have some dependency and specific project setting for all…
Basu
  • 1
  • 1
0
votes
2 answers

Set bundle display name to version string via run script in Xcode

I'm trying to change bundle display name via Xcode run script if a special condition is met. So far I have this: if [ MY_CONDITION ]; then BUNDLE_DISPLAY_NAME = ${BUNDLE_VERSION}; fi I get this error line 3: BUNDLE_DISPLAY_NAME: command not…
NKorotkov
  • 3,591
  • 1
  • 24
  • 38
0
votes
1 answer

TFS Build Script Tracing

When debugging a build script, is it possible to get TFS to use a build script that is currently checked out? For example, I currently have a build script that I'm trying to debug, but in order to add a line of trace, I need to book out the…
Paul Michaels
  • 16,185
  • 43
  • 146
  • 269
0
votes
0 answers

FAKE build task fails to generate Wix msi

Trying to understand why the WixHelper in the FAKE library isn't working in my build script. I keep getting the following error. Error: System.Exception: Start of process C:\Program Files (x86)\WiX Toolset v3.10\bin\candle.exe failed. The system…
devfunkd
  • 3,164
  • 12
  • 45
  • 73
0
votes
1 answer

Do you synchronize your build script with IDE?

If you used the following: Continuous Integration using build scripts IDE for code development Do you run into problems of synchronizing your build scripts with the IDE build system? If so, how do you resolve this kind of issue? Using any…
sivabudh
  • 31,807
  • 63
  • 162
  • 228
0
votes
1 answer

How do I define a gradle build script environment variable from a file in my src/main/resources directory?

I'm using Gradle 2.7 on Windows 7. I have a properties file, "src/main/resources/liquibase.properties", whose properties I would like to reference in my build.gradle script. So for instance in my properties file I…
Dave
  • 15,639
  • 133
  • 442
  • 830
0
votes
1 answer

How to create an alias in ansible for a mysql database

I'm having trouble defining an alias for my MySQL database in my inventory file in ansible. I can easily create one for my EC2 instance by using.: ansible_ssh_host ansible_ssh_port ansible_ssh_user Like this: [webserver] some-hostname…
0
votes
2 answers

Eclipse Jar export script

I have a shared project that I'd like to split up in Eclipse. It's an android shared library which some packages should just be jar files others need to be smaller shared libraries. What is the best way to handle this other than manually creating…
Jeremy Edwards
  • 14,620
  • 17
  • 74
  • 99
0
votes
1 answer

Xcode script to increment build based on version

I've managed to reproduce a build phase script from this SO question which increments the build number every time I build the app. Can anyone suggest how the script should look if I want the build number to be version.build, i.e. if my app version…
artooras
  • 6,315
  • 9
  • 45
  • 78
0
votes
1 answer

How to echo the file names that only copied or removed by sync task in ant?

I'm trying to copy the schema files from my workspace to a config folder as part of build. I've achieved that by using the sync task. These are my requirements: 1.Need to replace only the latest not every file each time. 2.Need to display in…
sathya_dev
  • 513
  • 3
  • 15
0
votes
1 answer

IBM MobileFirst: Build scripts for Jenkins?

Are there any standard build scripts (For building adapters and Hybrid Apps) that I can use as base for creating my build process. Thanks in advance! /Amit