tagged [build]
DELETE_FAILED_INTERNAL_ERROR Error while Installing APK
DELETE_FAILED_INTERNAL_ERROR Error while Installing APK [](https://i.stack.imgur.com/F2Isr.png)I am using Preview. I am facing the issue > Failure: Install failed invalid apkError: While installing ap...
- Modified
- 20 Jun at 09:12
How do I get notification that the local Visual Studio build is complete?
How do I get notification that the local Visual Studio build is complete? There doesn't seem to be a post-build solution task. One could presumably hack it by creating a dummy project that is the last...
- Modified
- 10 Nov at 20:10
Using different DLL's for debug and release builds
Using different DLL's for debug and release builds Does anybody know if it is possible, and if so how to link to one set of DLL's in a debug build and a different set of DLL's in a release build on a ...
- Modified
- 30 Oct at 14:42
error MSB6006: "cmd.exe" exited with code 1
error MSB6006: "cmd.exe" exited with code 1 When I'm trying to build my VC++ code using 2010 I'm getting the error message `> C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(15...
- Modified
- 14 Sep at 09:8
Team Build Error: The Path ... is already mapped to workspace
Team Build Error: The Path ... is already mapped to workspace When creating a new build in Team Foundation Server, I get the following error when attempting to run the new build: > The path C:\Build\...
- Modified
- 30 Nov at 18:49
Android Studio: Plugin with id 'android-library' not found
Android Studio: Plugin with id 'android-library' not found I've been trying to get ActionBarSherlock to work and having some issue. One issue I've come across is the following message when trying to b...
- Modified
- 15 Feb at 11:25
How to check if an assembly was built using Debug or Release configuration?
How to check if an assembly was built using Debug or Release configuration? I'm starting deployment of my web application and I need to guarantee that all the assemblies that are going to be deployed ...
- Modified
- 22 Oct at 20:39
Add resources and config files to your JAR using Gradle
Add resources and config files to your JAR using Gradle How do I add config files or any other resources into my jar using gradle? My project structure: > src/main/java/com/perseus/.. --- Java package...
- Modified
- 12 Feb at 20:20
Offline Build tools for visual studio 2019
Offline Build tools for visual studio 2019 I am trying to download from [https://visualstudio.microsoft.com/downloads/](https://visualstudio.microsoft.com/downloads/) But when I click on download butt...
- Modified
- 22 Jan at 22:25
Visual Studio skips build
Visual Studio skips build When I try to build my project I get the following message in the build window : I tried rebuilding , then building again , but it doesn't help . Is there a way to view more ...
- Modified
- 25 Dec at 02:9
How do we authenticate against a secured NuGet server with Cake build?
How do we authenticate against a secured NuGet server with Cake build? We are working on automating our builds using Cake Build and we use NuGet packages from nuget.org but we also have our own NuGet ...
- Modified
- 7 Aug at 20:22
Blackberry Build Tool
Blackberry Build Tool Could anyone suggest the best Build Tools for use in the build process when building a blackberry application. Is it just the creation of an ANT project, does that cope with sign...
- Modified
- 21 Oct at 14:31
Docker and securing passwords
Docker and securing passwords I've been experimenting with Docker recently on building some services to play around with and one thing that keeps nagging me has been putting passwords in a Dockerfile....
How and why do I set up a C# build machine?
How and why do I set up a C# build machine? I'm working with a small (4 person) development team on a C# project. I've proposed setting up a build machine which will do nightly builds and tests of the...
- Modified
- 3 May at 23:12
How do I get Maven to use the correct repositories?
How do I get Maven to use the correct repositories? 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 use...
- Modified
- 4 May at 17:2
Best .NET build tool
Best .NET build tool > [NAnt or MSBuild, which one to choose and when?](https://stackoverflow.com/questions/476163) What is the best build tool for [.NET](http://en.wikipedia.org/wiki/.NET_Framework...
- Modified
- 23 May at 12:26
How do I add a new sourceset to Gradle?
How do I add a new sourceset to Gradle? I want to add integration tests to my Gradle build (Version 1.0). They should run separately from my normal tests because they require a webapp to be deployed t...
- Modified
- 20 Jun at 14:30
Is there a Visual Studio Build Profiler?
Is there a Visual Studio Build Profiler? My VS.NET 2008 solution is taking longer and longer to compile (ASP.NET 3.5 + ASP.NET MVC 2 + C#) and I am wondering if there is a way to know what project tak...
.NET building process and linking
.NET building process and linking Building is the sequence composed of compiling and linking. In .NET the source code is compiled into the assembly that contains Common Intermediate Language and type ...
- Modified
- 27 Aug at 08:41
In Gradle, is there a better way to get Environment Variables?
In Gradle, is there a better way to get Environment Variables? In several Tasks, I reference jars in my home folder. Is there a better way to get Environment Variables than This sets `$HOME` but I was...
- Modified
- 16 Feb at 18:58
Best way to build trunk AND a branch on the same CruiseControl.Net server
Best way to build trunk AND a branch on the same CruiseControl.Net server We currently have a CruiseControl.Net server that is merrily building the trunk on our svn server. I have a new requirement to...
- Modified
- 4 Nov at 21:56
Difference between 1 succeeded and 1 succeeded or up-to-date in c#
Difference between 1 succeeded and 1 succeeded or up-to-date in c# I would like to clear one concept. In c#, when we build(or re-build) a solution, We sometimes get `Build: 1 succeeded` and sometimes,...
- Modified
- 6 Nov at 19:57
Build Failed. See the build log for detail
Build Failed. See the build log for detail I create a new project, click compile, and get this error: > Build Failed. See the build log for details. In the build log there is only this: Here is what I...
- Modified
- 6 Oct at 14:17
PDB files for production app and the "Optimize code" flag
PDB files for production app and the "Optimize code" flag When should I include PDB files for a production release? Should I use the `Optimize code` flag and how would that affect the information I ge...
- Modified
- 14 Jul at 09:38
Creating runnable JAR with Gradle
Creating runnable JAR with Gradle Until now I created runnable JAR files via the Eclipse "Export..." functionallity but now I switched to IntelliJ IDEA and Gradle for build automation. Some articles h...
- Modified
- 12 Feb at 20:35