Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 87 for unzipTo (0.17 sec)

  1. platforms/documentation/docs/src/docs/userguide/releases/installation.adoc

    **Step 2 - Unpack the distribution**
    
    Unzip the distribution zip file in the directory of your choosing, e.g.:
    
    [subs="attributes"]
    ----
    ❯ mkdir /opt/gradle
    ❯ unzip -d /opt/gradle gradle-{gradleVersion}-bin.zip
    ❯ ls /opt/gradle/gradle-{gradleVersion}
    LICENSE  NOTICE  bin  README  init.d  lib  media
    ----
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 18:33:11 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  2. platforms/jvm/jacoco/src/main/java/org/gradle/internal/jacoco/JacocoAgentJar.java

         */
        public FileCollection getAgentConf() {
            return agentConf;
        }
    
        public void setAgentConf(FileCollection agentConf) {
            this.agentConf = agentConf;
        }
    
        /**
         * Unzips the resolved {@code org.jacoco.agent.jar} to retrieve the {@code jacocoagent.jar}.
         *
         * @return a file pointing to the {@code jacocoagent.jar}
         */
        public File getJar() {
            if (agentJar == null) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 14 16:03:36 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  3. platforms/core-runtime/wrapper-shared/src/main/java/org/gradle/wrapper/Install.java

                return null;
            }
        }
    
        private void unzipLocal(File localZipFile, File distDir) throws IOException {
            try {
                unzip(localZipFile, distDir);
            } catch (IOException e) {
                logger.log("Could not unzip " + localZipFile.getAbsolutePath() + " to " + distDir.getAbsolutePath() + ".");
                logger.log("Reason: " + e.getMessage());
                throw e;
            }
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:37 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  4. src/crypto/internal/boring/Dockerfile

    # This corresponds to boringssl.googlesource.com/boringssl tag fips-20210429.
    ENV ClangV=12
    RUN apt-get update && \
            apt-get install --no-install-recommends -y cmake xz-utils wget unzip ca-certificates clang-$ClangV python
    
    # Download, validate, unpack, build, and install Ninja.
    ENV NinjaV=1.10.2
    ENV NinjaH=ce35865411f0490368a8fc383f29071de6690cbadc27704734978221f25e2bed
    RUN \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jan 26 22:52:27 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  5. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/bundling/CleanArchiveIntegrationTest.groovy

                }
                zipTree(file("hello.zip")).files
            """
    
            expect:
            succeeds "clean"
        }
    
        def "clean after unzipping during configuration, then unzip again in a different task"() {
            buildFile << """
                plugins {
                    id 'lifecycle-base'
                }
                System.out.println("Files in the archive: " + zipTree(file("hello.zip")).files)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 10 15:51:31 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  6. maven-slf4j-provider/pom.xml

                  <includes>org/slf4j/simple/*.java</includes>
                </artifactItem>
              </artifactItems>
            </configuration>
            <executions>
              <execution>
                <id>unzip-slf4j-simple</id>
                <goals>
                  <goal>unpack</goal>
                </goals>
              </execution>
            </executions>
          </plugin>
          <plugin>
            <groupId>org.codehaus.mojo</groupId>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed May 22 14:07:09 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  7. platforms/native/language-native/src/integTest/groovy/org/gradle/language/cpp/CppCustomHeaderDependencyIntegrationTest.groovy

                // Simulates unzipping headers by copying the contents of a configured directory
                // This is to avoid pulling in an external dependency to do this or investing the
                // effort of writing our own unzip which would be pure yak-shaving for this test.
                import org.gradle.api.artifacts.transform.TransformParameters
    
                abstract class UnzipTransform implements TransformAction<Parameters> {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  8. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/fixture/MavenInstallationDownloader.groovy

            def target = File.createTempDir("maven-install-$mavenVersion-", "")
            def ant = new AntBuilder()
            ant.mkdir(dir: target)
            ant.unzip(src: binArchive, dest: target)
            mavenInstallDirectory(target, mavenVersion)
        }
    
        private File moveToInstallsRoot(File tmpHome) {
            FileUtils.moveDirectoryToDirectory(tmpHome, installsRoot, true)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  9. build-logic/binary-compatibility/src/main/groovy/gradlebuild.binary-compatibility.gradle

    dependencies {
        baseline("gradle:gradle:${compatibilityBaselineVersion}@zip")
    
        // This transform takes the Gradle zip distribution,
        // and unzips the Gradle jar files that it contains in a directory
        registerTransform(ExplodeZipAndFindJars) {
            from.attribute(ARTIFACT_TYPE, 'zip')
            to.attribute(ARTIFACT_TYPE, 'gradle-libs-dir')
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 04 14:00:46 UTC 2024
    - 9K bytes
    - Viewed (0)
  10. hack/lib/protoc.sh

          else
            kube::log::info "This install script does not support ${os}/${arch}"
            return 1
          fi
          kube::util::download_file "${url}" "${download_file}"
          unzip -o "${download_file}" -d "${download_folder}"
          ln -fns "${download_folder}" protoc
          mv protoc/bin/protoc protoc/protoc
          chmod -R +rX protoc/protoc
          rm -fr protoc/include
          rm "${download_file}"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 20:53:13 UTC 2024
    - 5.1K bytes
    - Viewed (0)
Back to top