About 34,300,000 results
Open links in new tab
  1. docker - How do I build a dockerfile if the name of the dockerfile …

    The build command takes two args viz. path to Dockerfile & path to context directory. The second arg refers to the context directory to be used for the build - aka the directory whose contents …

  2. java - Gradle build without tests - Stack Overflow

    Dec 9, 2023 · I want to execute gradle build without executing the unit tests. I tried: gradle -Dskip.tests build That doesn't seem to do anything. Is there some other command I could use?

  3. maven error BUILD FAILURE - Stack Overflow

    Nov 18, 2011 · I am following a maven tutorial. I am trying to execute this command which is my 1st maven command. Tutorial says it will crate a directory named my-app, but it didn't. This is …

  4. 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 …

  5. 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. …

  6. Getting msbuild.exe without installing Visual Studio

    Jul 23, 2019 · How do you get msbuild.exe without installing those crazy Visual Studio programs? I need it for an npm install to finish working. I'm on Windows 7 and can't get on older …

  7. Maven skip tests - Stack Overflow

    Jul 14, 2014 · Learn how to skip tests in Maven using various configurations and command line options.

  8. build - Building vs. Compiling (Java) - Stack Overflow

    The "Build" is a process that covers all the steps required to create a "deliverable" of your software. In the Java world, this typically includes: Generating sources (sometimes). Compiling …

  9. How to change the build type to Release mode in cmake?

    Feb 23, 2016 · I am trying to build a project in Release mode. By default it is built in debug mode. I am setting the variable CMAKE_BUILD_TYPE to "Release" in CMakeLists.txt. But it is still …

  10. Compiling/Executing a C# Source File in Command Prompt

    Feb 16, 2009 · How do you compile and execute a .cs file from a command-prompt window?