Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 739 for archiver (0.16 sec)

  1. platforms/jvm/platform-jvm/src/main/java/org/gradle/jvm/tasks/Jar.java

    import org.gradle.api.internal.file.copy.CopySpecInternal;
    import org.gradle.api.internal.project.ProjectInternal;
    import org.gradle.api.java.archives.Manifest;
    import org.gradle.api.java.archives.internal.CustomManifestInternalWrapper;
    import org.gradle.api.java.archives.internal.DefaultManifest;
    import org.gradle.api.java.archives.internal.ManifestInternal;
    import org.gradle.api.tasks.Input;
    import org.gradle.api.tasks.Internal;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 15:09:49 UTC 2023
    - 8.7K bytes
    - Viewed (0)
  2. subprojects/core/src/main/java/org/gradle/api/internal/file/archive/AbstractArchiveFileTreeElement.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.ArchiveEntry;
    import org.gradle.api.file.FileVisitDetails;
    import org.gradle.api.file.RelativePath;
    import org.gradle.api.internal.file.AbstractFileTreeElement;
    import org.gradle.internal.file.Chmod;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Aug 31 20:39:17 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  3. build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.reproducible-archives.gradle.kts

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    // Ensure the archives produced are reproducible
    tasks.withType<AbstractArchiveTask>().configureEach {
        isPreserveFileTimestamps = false
        isReproducibleFileOrder = true
        dirPermissions { unix("0755") }
        filePermissions { unix("0644") }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 06 15:37:11 UTC 2024
    - 867 bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/working_with_files.adoc

    [[sec:archives]]
    === Understanding archive creation
    
    Archives are essentially self-contained file systems, and Gradle treats them as such.
    This is why working with archives is similar to working with files and directories.
    
    Out of the box, Gradle supports the creation of ZIP and TAR archives and, by extension, Java's JAR, WAR, and EAR formats—Java's archive formats are all ZIPs.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 70.5K bytes
    - Viewed (0)
  5. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-32/plexus-container-default-1.0-alpha-32.jar

    META-INF/MANIFEST.MF Manifest-Version: 1.0 Archiver-Version: Plexus Archiver Created-By: Apache Maven Built-By: jvanzyl Build-Jdk: 1.6.0-dp org/codehaus/plexus/component/collections/AbstractComponentCol.class package org.codehaus.plexus.component.collections; public synchronized class AbstractComponentCol { protected String role; protected String roleHint; public void AbstractComponentCol(String); public void AbstractComponentCol(String, String); } org/codehaus/plexus/component/collections/ComponentList.class...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 233.3K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/core-plugins/distribution_plugin.adoc

    .Adding distribution archives to an Ivy publication
    ====
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 6.8K bytes
    - Viewed (0)
  7. build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/JapicmpTask.java

                    collectArchives(archives, moduleDependency);
                }
                return archives;
            }
    
            return toArchives(fc);
        }
    
        private static List<JApiCmpWorkerAction.Archive> toArchives(FileCollection fc) {
            Set<File> files = fc.getFiles();
            List<JApiCmpWorkerAction.Archive> archives = new ArrayList<>(files.size());
            for (File file : files) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 26 10:58:32 UTC 2023
    - 13.3K bytes
    - Viewed (0)
  8. subprojects/core/src/integTest/groovy/org/gradle/api/file/ArchiveOperationsIntegrationTest.groovy

            given:
            file("inputs/file.txt") << "some text"
            buildFile << """
                def createArchive = tasks.register("createArchive", ${archiveType.capitalize()}) {
                    destinationDirectory.set(layout.buildDirectory.dir("archives"))
                    archiveFileName.set("archive.$archiveType")
                    from("inputs")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 04 22:26:51 UTC 2021
    - 8.1K bytes
    - Viewed (0)
  9. src/go/internal/gccgoimporter/ar.go

    func arExportData(archive io.ReadSeeker) (io.ReadSeeker, error) {
    	if _, err := archive.Seek(0, io.SeekStart); err != nil {
    		return nil, err
    	}
    
    	var buf [len(armag)]byte
    	if _, err := archive.Read(buf[:]); err != nil {
    		return nil, err
    	}
    
    	switch string(buf[:]) {
    	case armag:
    		return standardArExportData(archive)
    	case armagt:
    		return nil, errors.New("unsupported thin archive")
    	case armagb:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 30 14:14:36 UTC 2022
    - 4.4K bytes
    - Viewed (0)
  10. maven-core/src/test/resources/apiv4-repo/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom

          <archive>http://mail-archives.apache.org/mod_mbox/maven-wagon-users/</archive>
        </mailingList>
        <mailingList>
          <name>Maven Wagon Developer List</name>
          <subscribe>******@****.***</subscribe>
          <unsubscribe>******@****.***</unsubscribe>
          <archive>http://mail-archives.apache.org/mod_mbox/maven-wagon-dev/</archive>
        </mailingList>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 5.7K bytes
    - Viewed (0)
Back to top