build-automation Questions
5
Solved
I have an automation running in the iOS Simulator that I have to remove before another run. How do I remove the app from the iOS Simulator from the command line?
For each simulator device director...
Metalloid asked 16/10, 2014 at 1:0
22
Solved
I have my maven project setup as 1 shell projects and 4 children modules. When I try to build the shell. I get:
[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [He...
Peignoir asked 30/9, 2011 at 15:1
24
Solved
Gradle is a bit confusing to me, and also for any new Android developer. Can anyone explain what Gradle in Android Studio is and what its purpose is? Why is it included in Android Studio?
Grattan asked 25/5, 2013 at 22:53
3
Solved
I am trying to modify my configuration file, dataSettings.json, located somewhere inside the build artifacts folder. Figuring out the correct access path to it is like working in the dark. Using &q...
Tiffie asked 24/2, 2021 at 16:30
4
Solved
Newer versions of CMake (3.18 and later), are "aware" of the choice of CUDA architectures which compilation of CUDA code targets. Targets have a CUDA_ARCHITECTURES property, which, when s...
Wallpaper asked 2/7, 2021 at 10:13
5
Solved
I was just pointed to a very interesting article (archived) about a security problem called
Cross Build Injection (XBI). Bascially it is a fancy name for smuggling bad code
into an application at b...
Hanshansard asked 22/7, 2010 at 8:47
3
Solved
I am trying to set up a continuous integration system for a Java project I am working on. I plan to use Jenkins or some equivalent for the front end. The Java project is configured to use the...
Costermonger asked 3/5, 2012 at 3:55
6
Solved
In my C# ClickOnce application, there is an auto-incremented publish version in the Project -> Properties -> Publish tab. I'd like to display that version in my menu Help -> About box, but the code...
Flynn asked 28/9, 2009 at 19:30
6
Solved
I want to run a local/internal NuGet repository. I think I've figured out how to "reuse" existing NuGet packages by including them in a dummy project using NuGet and scanning the package file to gr...
Daubery asked 23/4, 2013 at 15:38
12
Solved
Running xcodebuild from the console will bring you very verbose output and I wasn't able to locate any options for limit its output in order to display only warnings and errors.
I'm looking for a ...
Blackcock asked 11/2, 2010 at 13:18
17
Solved
I recently updated the configuration of one of my hudson builds. The build history is out of sync. Is there a way to clear my build history?
Please and thank you
Swivel asked 4/8, 2010 at 21:51
2
Solved
I would love to know if there is a way I can get Visual Studio to run unit tests corresponding to a given assembly whenever I build it.
Given a solution containing projects structured like this:
...
Brae asked 13/8, 2010 at 8:46
4
Solved
I am looking into using Git on a massive scale. I was hoping to increase adoption and make things easier by calling the master branch trunk.
This can and will give SVN users some feelings of comfor...
Gley asked 14/2, 2009 at 22:45
16
Solved
I have installed the most recent version of Boost in /usr/local (with includes in /usr/local/include/boost and libraries in /usr/local/lib/boost) and I am now attempting to install Wt from source, ...
Scholasticism asked 10/6, 2010 at 16:39
2
Solved
I want to call executable tools like NUnit which I manage via NuGet in MSBuild:
<Target Name="Test">
<CreateItem Include="$(BuildCompileDirectory)\*.Tests.*dll">
<Output TaskParam...
Metallo asked 29/7, 2012 at 0:4
11
Solved
Can I ignore a folder on svn checkout? I need to ignore DOCs folder on checkout at my build server.
edit: Ignore externals isn't an option. I have some externals that I need.
Avantgarde asked 10/10, 2008 at 19:54
33
Solved
I want to package my project in a single executable JAR for distribution.
How can I make a Maven project package all dependency JARs into my output JAR?
Antidepressant asked 22/2, 2009 at 8:43
1
I am trying to automate the deployment of our android and ios apps and there is one step that I can't seem to automate.
I've created a bash script as well as a dart script that work together to do ...
Gut asked 27/5, 2022 at 21:2
13
Solved
This is the error that is thrown by our automated build suite on Windows 2008, while running ICEs (after migrating from WiX 2.0 to WiX 3.0):
LGHT0217: Error executing ICE action 'ICE01'. The most ...
Resurrectionism asked 30/6, 2009 at 16:6
0
We have a staging environment that auto-merges new branches into our staging branch and deploy our website on a staging server.
A new branch is based off our current master branch and then auto-mer...
Amuck asked 6/3, 2022 at 11:9
7
I'm trying to generate a C# project within an existing C++ CMake code base on Windows. After some research, I could find only two projects that built their own CSharp compilers for CMake:
gdcm and ...
Charlenacharlene asked 15/1, 2010 at 19:19
10
Solved
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 pr...
Jelly asked 8/4, 2009 at 11:17
15
Solved
I have an ant build that makes directories, calls javac and all the regular stuff. The issue I am having is that when I try to do a clean (delete all the stuff that was generated) the delete task r...
Monahon asked 16/9, 2008 at 21:40
4
Solved
I know there is something like find_package(Threads) but it doesn't seem to make a difference (at least by itself). For now I'm using SET(CMAKE_C_FLAGS ${CMAKE_C_FLAGS} "-pthread"), but it doesn't ...
Paratroops asked 22/3, 2011 at 17:23
10
Solved
I'm trying to define a property in our super pom which will be used by all child projects as the destination of the generated artifact.
For this I was thinking about using project/build/finalName ...
Hamish asked 21/11, 2010 at 16:40
1 Next >
© 2022 - 2025 — McMap. All rights reserved.