build-process Questions
2
Solved
I have this error while gradle sync. I call the method inside android defaultConfig block.
I use
com.android.tools.build:gradle:1.3.0
com.neenbedankt.gradle.plugins:android-apt:1.4
build.gradle
...
Capuche asked 17/11, 2015 at 7:58
8
How do I set the LD_LIBRARY_PATH env variable from a Makefile?
I have some source code that links to a shared library that in turn links to a different shared library (more than 1). The Makefile f...
Pendleton asked 24/4, 2009 at 21:43
6
Solved
I have 3 builds:
A - is the Master build which control the flow
B- Anoter build
C- will be executed after B
I want to add a String parameter to A so the user will enter some String manually, and i...
Deity asked 14/8, 2014 at 14:52
10
Solved
dependency:tree can be used to see the dependency tree for a given project. But what I need is to see the dependency tree for a 3rd party artifact.
I guess I can create an empty project, but I'm l...
Faint asked 27/7, 2010 at 11:3
7
Solved
I'm relatively new to the Maven mantra, but I'm trying to build a command-line runnable jar with Maven. I've setup my dependencies, but when I run mvn install and attempt to run the jar, two things...
Hornbeam asked 7/1, 2010 at 16:57
19
Solved
I don't know what I'm doing wrong, but I simply cannot get docker-compose up to use the latest image from our registry without first removing the old containers from the system completely. It looks...
Photofluorography asked 7/6, 2016 at 17:24
7
Solved
I am currently attempting to use Visual Studio 2010 'Publish' and MSDeploy functionality to handle my web deployment needs but have run into a roadblock with regards to customizing the package depe...
Wellmeaning asked 29/6, 2010 at 4:34
9
Solved
I'm using cmake for managing my cross-platform builds, and I have everything worked out except for this problem. I set RUNTIME_OUTPUT_DIRECTORY to a bin/ directory where I have data files stored. O...
Cecilececiley asked 12/2, 2009 at 20:55
26
Solved
I'd like to get the number of commits of my Git repository, a bit like SVN revision numbers.
The goal is to use it as a unique, incrementing build number.
I currently do like that, on Unix/Cygwin...
Sterilize asked 24/3, 2009 at 13:38
6
Solved
Does anyone know how to tell VS(2008) where to save the obj folder when building the solution? We have it save the bin folder to another path in order to keep the source file folders small (ie. ema...
Godunov asked 4/11, 2008 at 10:17
8
Solved
Is there any way to get the version and vendor of the compiler used by the user through qmake? What I need is to disable building some targets of my project when g++ 3.x is used and enable them whe...
Odilo asked 29/4, 2009 at 7:38
6
I have just checked out some projects and need to build them, however I installed Maven quite some time ago (6 months maybe?) and really haven't used it since - the pom.xml for the project I have d...
Logorrhea asked 2/3, 2010 at 6:28
6
Solved
I would like my Maven builds to run most unit tests. But there are unit tests in one project which are slower and I'd like to generally exclude them; and occasionally turn them on.
Question: How ...
Cordwainer asked 21/4, 2009 at 14:2
4
Solved
Is it possible to cancel/abort a running build process in Visual Studio 2008?
How?
Koran asked 9/9, 2009 at 19:27
3
Solved
I am trying to include several third-party libraries in my source tree with minimal changes to their build system for ease of upgrading. They all use CMake, as do I, so in my own CMakeLists.txt I c...
Impress asked 22/9, 2010 at 6:13
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
8
Solved
I've done a lot of research and been unable to find an answer to this... how can I reliably find the target architecture I'm compiling for, using CMake? Basically, the equivalent to QMAKE_TARGET.ar...
Stogner asked 14/8, 2012 at 0:16
10
Solved
I have a proprietary jar that I want to add to my pom as a dependency.
But I don't want to add it to a repository. The reason is that I want my usual maven commands such as mvn compile, etc, to wo...
Epizootic asked 9/2, 2010 at 14:30
7
Solved
I am trying to delete files in my $(TargetDir) within visual studio before building a project.
How do you have to format command line to get around this problem I am getting below?
Tasset asked 20/4, 2009 at 13:35
12
Solved
How can I limit my post-build events to running only for one type of build?
I'm using the events to copy DLL files to a local IIS virtual directory, but I don't want this happening on the build se...
Nazar asked 29/9, 2008 at 18:41
8
Solved
I'm aware I can add maven repositories for fetching dependencies in ~/.m2/settings.xml. But is it possible to add a repository using command line, something like:
mvn install -Dmaven.repository=ht...
Paulinapauline asked 16/9, 2008 at 10:28
7
Solved
I have a multi-module Maven project with a parent project P and three sub-modules A, B, and C. Both B and C are war projects and both depend on A.
I can type mvn compile in P and have all of the ...
Postulant asked 11/7, 2009 at 16:12
5
Solved
I have a huge project, something about 150 000 LOC of C++ code. Build time is something about 15 minutes. This project consists of many sub-projects of different sizes.
I have built separate preco...
Carola asked 9/11, 2012 at 13:43
6
Solved
In the build process for a .NET C# tool, I have been using ILMerge to merge the assemblies into a single exe.
I added a new class library recently, and now the ILMerge is failing. I have remember...
Antimagnetic asked 27/11, 2009 at 9:27
2
Solved
In Android Studio 0.2.0, whenever I type anything in my build.gradle files, Gradle decides it's time to rebuild. This takes a long time, generates noise and kills my battery life. It never ends as ...
Redan asked 17/7, 2013 at 18:27
1 Next >
© 2022 - 2025 — McMap. All rights reserved.