Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 171 for Executable (0.17 sec)

  1. maven-core/src/main/java/org/apache/maven/exception/DefaultExceptionHandler.java

    - plugin configuration problem
    - plugin execution failure due to something that is know to possibly go wrong (like compilation failure)
    - plugin execution error due to something that is not expected to go wrong (the compiler executable missing)
    - asking to use a plugin for which you do not have a version defined - tools to easily select versions
    - goal not found in a plugin (probably could list the ones that are)
    
     */
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Jun 06 10:31:03 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  2. src/cmd/link/link_test.go

    		if err != nil {
    			t.Fatalf("build (%s) failed: %v\n%s", mode, err, out)
    		}
    		cmd = testenv.Command(t, exe)
    		out, err = cmd.CombinedOutput()
    		if err != nil {
    			t.Errorf("executable failed to run (%s): %v\n%s", mode, err, out)
    		}
    		if string(out) != "hello\n" {
    			t.Errorf("unexpected output (%s):\n%s", mode, out)
    		}
    	}
    }
    
    const testTrampCgoSrc = `
    package main
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:02 UTC 2024
    - 43.5K bytes
    - Viewed (0)
  3. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/fingerprint/ConfigurationCacheFingerprintWriter.kt

            }
        }
    
        private
        fun reportExternalProcessOutputRead(executable: String) {
            reportInput(consumer = null, documentationSection = DocumentationSection.RequirementsExternalProcess) {
                text("output of external process ")
                reference(executable)
            }
        }
    
        private
        fun reportUniqueSystemPropertyInput(key: String, consumer: String?) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 32.8K bytes
    - Viewed (0)
  4. src/cmd/vendor/github.com/google/pprof/internal/driver/fetch.go

    		m := &profile.Mapping{ID: 1}
    		p.Mapping = []*profile.Mapping{m}
    		for _, l := range p.Location {
    			l.Mapping = m
    		}
    	}
    	// If configured, apply executable filename override and (maybe, see below)
    	// build ID override from source. Assume the executable is the first mapping.
    	if execName, buildID := s.ExecName, s.BuildID; execName != "" || buildID != "" {
    		m := p.Mapping[0]
    		if execName != "" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 19K bytes
    - Viewed (0)
  5. src/make.bash

    # See golang.org/s/go15bootstrap for an overview of the build process.
    
    # Environment variables that control make.bash:
    #
    # GOHOSTARCH: The architecture for host tools (compilers and
    # binaries).  Binaries of this type must be executable on the current
    # system, so the only common reason to set this is to set
    # GOHOSTARCH=386 on an amd64 machine.
    #
    # GOARCH: The target architecture for installed packages and tools.
    #
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:48:46 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/authoring-builds/tasks/worker_api.adoc

    By default, a worker daemon starts with a maximum heap of 512MB.
    This can be changed by adjusting the workers' fork options.
    
    executable::
    A daemon is considered compatible only if it uses the same Java executable.
    
    classpath::
    A daemon is considered compatible if its classpath contains all the classpath entries requested. +
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Apr 28 13:41:08 UTC 2024
    - 17.7K bytes
    - Viewed (0)
  7. src/cmd/vendor/github.com/google/pprof/internal/binutils/binutils.go

    // binutils objdump binary. No version check is performed.
    func isBuObjdump(output string) bool {
    	return strings.Contains(output, "GNU objdump")
    }
    
    // findExe looks for an executable command on a set of paths.
    // If it cannot find it, returns cmd.
    func findExe(cmd string, paths []string) (string, bool) {
    	for _, p := range paths {
    		cp := filepath.Join(p, cmd)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 22.3K bytes
    - Viewed (0)
  8. platforms/core-runtime/wrapper-shared/src/main/java/org/gradle/wrapper/Install.java

            } catch (InterruptedException e) {
                Thread.currentThread().interrupt();
                errorMessage = e.getMessage();
            }
            if (errorMessage != null) {
                logger.log("Could not set executable permissions for: " + gradleCommand.getAbsolutePath());
            }
        }
    
        private boolean isWindows() {
            String osName = System.getProperty("os.name").toLowerCase(Locale.US);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:37 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  9. src/os/exec/exec.go

    	"io"
    	"os"
    	"path/filepath"
    	"runtime"
    	"strconv"
    	"strings"
    	"syscall"
    	"time"
    )
    
    // Error is returned by [LookPath] when it fails to classify a file as an
    // executable.
    type Error struct {
    	// Name is the file name for which the error occurred.
    	Name string
    	// Err is the underlying error.
    	Err error
    }
    
    func (e *Error) Error() string {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 20:13:53 UTC 2024
    - 41.4K bytes
    - Viewed (0)
  10. src/cmd/pprof/pprof.go

    	// config is usually used to say what binaries to invoke.
    	// Ignore entirely.
    }
    
    // file implements driver.ObjFile using Go libraries
    // (instead of invoking GNU binutils).
    // A file represents a single executable being analyzed.
    type file struct {
    	name   string
    	offset uint64
    	sym    []objfile.Sym
    	file   *objfile.File
    	pcln   objfile.Liner
    
    	triedDwarf bool
    	dwarf      *dwarf.Data
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 14 19:41:17 UTC 2024
    - 9.5K bytes
    - Viewed (0)
Back to top