Build-tools are tools designed to help and automate the process of compiling, packaging and deploying software.
Questions tagged [build-tools]
421 questions
5
votes
3 answers
WixToolset cannot be installed inside a windows container having base image of windows/servercore
I am trying to install WixToolset 3.11.1 inside a running windows container based on image mcr.microsoft.com/windows/servercore. I am using the chocolatey command choco install wixtoolset but the .NET 3.5 fails to install and the installation is…

Takhi
- 335
- 1
- 4
- 18
5
votes
1 answer
Bootstrap BuildTools - Bundle Install - Could not locate Gemfile
https://getbootstrap.com/docs/4.0/getting-started/build-tools/
I'm following these instructions to install buildtools on my mac and I'm getting this error.
Could not locate Gemfile
when I run which bundle I get…

gx2g
- 319
- 5
- 18
5
votes
1 answer
gradle.properties file is missing from .gradle folder in windows
I have installed gradle with chocolatey package manager, but in .gradle directory there is no gradle.properties file. Do I need to re-install gradle? or what should I write besides what I need to add in grdle.properties file If I will create…

Muataz Mahmoud
- 115
- 1
- 1
- 8
5
votes
1 answer
Run rollup plugin when everything on build is finished
I use the experimentalCodeSplitting: true feature of rollup 0.61.2 to get nice code splitting. Because my project consists also of assets I created a plugin which copies and minifies the asset files accordingly. The problem is that the hooks I used…

tschoartschi
- 1,453
- 2
- 14
- 23
5
votes
0 answers
Android: Build Tool Version vs Compile SDK Version
We have an android app where we had both compile SDK version and Build tool version at 24. We had to update the android com.android.support:design version from 24.0.0 to 25.0.0. In this case, it was asked to update the compile SDK version into 25…

PeakGen
- 21,894
- 86
- 261
- 463
5
votes
1 answer
Build haskell stack tests without running
I've made a very simple project with a failing test suite https://github.com/k-bx/noruntests-play
Now when I run stack --test --no-run-tests build I would expect it to build the project, but not run the tests. Instead, it runs the tests:
➜ …

Konstantine Rybnikov
- 2,457
- 1
- 22
- 29
5
votes
1 answer
Maven: how to check if artifact already installen to local repository
I'm writing a shell script, which should install an artifact if it isn't already installed.
Is it exist something like mvn install:check artifact-name?
I'm using: Apache Maven 3.3.9

Silk0vsky
- 941
- 1
- 18
- 34
5
votes
3 answers
Why I can't use low version buildTools?
When I use 25.0.0, my project appear some bug(Floating Action Button doesn't show). But I can choice low version.
Error:The SDK Build Tools revision (24.0.3) is too low for project ':app'. Minimum required is 25.0.0

Ryan
- 91
- 7
5
votes
1 answer
How can I specify which android build tools version in Maven
Looks like the Android Maven plugin always uses the latest build tools version by default. Is there a way to specify a specific version?
This link seems to indicate so but I can't figure out how to specify the value in my POM…

PsychicPuppy
- 146
- 1
- 8
5
votes
1 answer
Which Java version for Android with different minSdkVersion and targetSdkVersion
When using Gradle to compile my Android applications, how do I determine which Java version to use? For instance, some snippets of my gradle build file look like:
android {
compileSdkVersion 22
buildToolsVersion "22.0.1"
// Other…

Patrick W
- 1,485
- 4
- 19
- 27
5
votes
1 answer
outOfMemoryError while gradle build
I am getting outOfMemoryError while building my project using gradle. I have tried many solution present in stackoverflow but nothing helped. Please find below the stacktrace
java.lang.OutOfMemoryError: Java heap space
at…

rishi
- 1,792
- 5
- 31
- 63
5
votes
3 answers
Build Tools 21.1.2 – UNEXPECTED TOP-LEVEL EXCEPTION
I'm suddenly running into this issue when building/running my project.
Error:Execution failed for task ':app:dexDebug'.
> com.android.ide.common.internal.LoggedErrorException: Failed to run command:
…

afollestad
- 2,929
- 5
- 30
- 44
4
votes
1 answer
How to build a SSIS project (*.dtproj) using Visual Studio Build Tools 2019 on build server
We are trying to build an SSIS project *.dtproj on our build server using Visual Studio Build Tools 2019.
Would be great if someone could give an advice on how to get it work.
On a dev machine when using devenv.exe from Visual Studio 2019 it will…

Zulu
- 41
- 4
4
votes
2 answers
Webpack DllPlugin with gulp: Cannot find module '... vendor-manifest.json'
I have a rather large React application built with webpack 2. The application is embedded into a Drupal site as a SPA within the existing site. The Drupal site has a complex gulp build setup and I can't replicate it with webpack, so I decided to…

Asbjørn Kroll Buje
- 51
- 1
- 6
4
votes
0 answers
Rules in lint.xml are ignored after updating Android gradle plugin from 2.2.3 to 2.3.0
In my project I have a lint.xml file (in the root of the application module directory). It is a simple one: