Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 271 for Archiver (0.27 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/archives/TestReproducibleArchives.groovy

     * We still want to test if switching them on supports all the use cases we have with the regular archive tasks.
     * Placing this annotation on a Spock spec or feature will run the features twice, with and without reproducible archives enabled.
     * A test it self can check via the property {@code reproducibleArchives} if reproducible archives are enabled or not.
     * This property is added at runtime via meta programming.
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  2. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/bundling/ConcurrentArchiveIntegrationTest.groovy

                    archive = theArchive2
                    beginsWith = 'modification 2'
                }
            """
    
            when:
            run 'verify1', 'verify2'
    
            then:
            result.assertTasksExecutedAndNotSkipped(':update1', ':update2', ':verify1', ':verify2')
        }
    
        @ToBeFixedForConfigurationCache(skip = INVESTIGATE)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 17:32:21 UTC 2024
    - 28.6K bytes
    - Viewed (0)
  3. testing/internal-testing/src/main/groovy/org/gradle/test/fixtures/archive/TarTestFixture.groovy

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.test.fixtures.archive
    
    import org.apache.commons.compress.archivers.tar.TarArchiveEntry
    import org.apache.commons.compress.archivers.tar.TarArchiveInputStream
    import org.apache.commons.io.IOUtils
    import org.gradle.test.fixtures.file.TestFile
    
    import java.nio.charset.Charset
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  4. testing/internal-testing/src/main/groovy/org/gradle/test/fixtures/archive/ZipTestFixture.groovy

     * limitations under the License.
     */
    
    package org.gradle.test.fixtures.archive
    
    import com.google.common.collect.ArrayListMultimap
    import com.google.common.collect.ListMultimap
    import org.apache.commons.compress.archivers.zip.ZipArchiveEntry
    import org.apache.commons.compress.archivers.zip.ZipFile
    import org.gradle.test.fixtures.file.TestFile
    
    import java.nio.charset.Charset
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/core-plugins/base_plugin.adoc

    It remains solely for backwards compatibility.
    Dependency resolution should be performed with request attributes.
    
    `archives`::
    All artifacts defined on the `archives` configuration are automatically built by the `assemble` task.
    +
    *New builds and plugins should not be using the `archives` configuration!*
    It remains solely for backwards compatibility.
    Instead, task dependencies should be declared directly on the `assemble` task.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 23 22:37:03 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  6. subprojects/core/src/main/java/org/gradle/api/internal/file/archive/TarFileTree.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    package org.gradle.api.internal.file.archive;
    
    import org.apache.commons.compress.archivers.tar.TarArchiveEntry;
    import org.apache.commons.compress.archivers.tar.TarArchiveInputStream;
    import org.apache.commons.compress.utils.IOUtils;
    import org.gradle.api.GradleException;
    import org.gradle.api.InvalidUserDataException;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 26 15:15:04 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  7. maven-api-impl/src/test/remote-repo/org/apache/apache/1/apache-1.pom

          <subscribe>******@****.***</subscribe>
          <unsubscribe>******@****.***</unsubscribe>
          <post>******@****.***</post>
          <archive>http://mail-archives.apache.org/mod_mbox/www-announce/</archive>
        </mailingList>
      </mailingLists>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 15:10:38 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  8. src/cmd/link/doc.go

    	-dumpdep
    		Dump symbol dependency graph.
    	-extar ar
    		Set the external archive program (default "ar").
    		Used only for -buildmode=c-archive.
    	-extld linker
    		Set the external linker (default "clang" or "gcc").
    	-extldflags flags
    		Set space-separated flags to pass to the external linker.
    	-f
    		Ignore version mismatch in the linked archives.
    	-g
    		Disable Go package data checks.
    	-importcfg file
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 15 16:11:52 UTC 2024
    - 4K bytes
    - Viewed (0)
  9. testing/internal-integ-testing/src/main/groovy/org/gradle/test/fixtures/AbstractModule.groovy

     * limitations under the License.
     */
    
    package org.gradle.test.fixtures
    
    import org.apache.commons.compress.archivers.zip.ZipArchiveEntry
    import org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
    import org.apache.commons.io.FilenameUtils
    import org.gradle.api.internal.file.archive.ZipCopyAction
    import org.gradle.internal.IoActions
    import org.gradle.internal.hash.HashFunction
    import org.gradle.internal.hash.Hashing
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 5K bytes
    - Viewed (0)
  10. subprojects/core/src/main/java/org/gradle/api/internal/file/archive/ZipFileTree.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    package org.gradle.api.internal.file.archive;
    
    import org.apache.commons.compress.archivers.zip.ZipArchiveEntry;
    import org.apache.commons.compress.archivers.zip.ZipFile;
    import org.gradle.api.GradleException;
    import org.gradle.api.InvalidUserDataException;
    import org.gradle.api.UncheckedIOException;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 26 15:15:04 UTC 2024
    - 6.7K bytes
    - Viewed (0)
Back to top