About 51 results
Open links in new tab
  1. How do I set environment variables during the "docker build" …

    I'm trying to set environment variables in docker container during the build but without success. Setting them when using run command works but I need to set them during the build. Dockerfile FROM ...

  2. Cannot build CMake project because "Compatibility with CMake

    Mar 25, 2025 · Is it impossible to build the project without changing the code in the dependencies? If your project's dependencies can be expressed as pre-installed libraries, then you could just build (and install) the first one with older CMake, build (and install) the other one with newer CMake, and then build your project with CMake suitable for it.

  3. Difference between Build Solution, Rebuild Solution, and Clean …

    Jun 22, 2010 · Build solution will perform an incremental build: if it doesn't think it needs to rebuild a project, it won't. It may also use partially-built bits of the project if they haven't changed (I don't know how far it takes this) Rebuild solution will clean and then build the solution from scratch, ignoring anything it's done before. The difference between …

  4. Error with requirements to build wheel - Stack Overflow

    Oct 20, 2023 · You'll need to complete a few actions and gain 15 reputation points before being able to upvote. Upvoting indicates when questions and answers are useful. What's reputation and how do I get it? Instead, you can save this post to reference later.

  5. How can I build JAR files from IntelliJ IDEA properly?

    To actually build and save it do the following: Build → Build Artifact → Build Try Extracting the .jar file from: 📦ProjectName ┗ 📂out ┗ 📂artifacts ┗ 📂ProjectName_jar ┗ 📜ProjectName.jar References: (Aug 2010) Quickly create a JAR artifact for an application (Here's how to build a …

  6. How do you print to console from a docker file during build?

    May 14, 2021 · Suppose you have some Dockerfile. What needs to be added to that file such that a string (ie "Hello World") is printed to the console during build? docker build .

  7. How to solve error "FAILURE:Build failed with an exception" in …

    Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. Get more help at https://help.gradle.org BUILD FAILED in 267ms 5 actionable tasks: 1 executed, 4 up-to-date android android-studio gradle exception build.gradle edited Feb 27, 2020 at 13:08 ...

  8. java - Maven build Compilation error - Stack Overflow

    I have a maven project forked and cloned from a git repo onto my eclipse. It is build on Java 8. The first thing i do is perform a mvn clean install But I get following failure message: [INFO] Sca...

  9. What does "exited with code 9009" mean during this build?

    Aug 29, 2009 · A command in my post-build worked when I built the project locally, but failed when it was built on the build server. I just placed the command between double quotes to fix it.

  10. How to install Visual C++ Build tools? - Stack Overflow

    Nov 9, 2016 · The Build Tools give you a way to install the tools you need on your build machines without the IDE you don’t need. Because these components are the same as the ones installed by the Visual Studio 2015 Update 2 setup, you cannot install the Visual C++ Build Tools on a machine that already has Visual Studio 2015 installed.