Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for DistZip (0.17 sec)

  1. platforms/software/plugins-distribution/src/integTest/groovy/org/gradle/api/plugins/DistributionPluginIntegrationTest.groovy

                distributions {
                    main{
                        distributionBaseName = 'myDistribution'
                    }
                }
                distZip{
    
                }
                """
            when:
            run('distZip')
            then:
            file('build/distributions/myDistribution-1.2.zip').exists()
        }
    
        def createDistributionWithoutBaseNameAndVersion() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Oct 20 21:03:51 UTC 2023
    - 13.8K bytes
    - Viewed (0)
  2. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheJavaIntegrationTest.groovy

            result.assertTasksNotSkipped(":compileJava", ":classes", ":jar", ":startScripts", ":distTar", ":distZip", ":assemble", ":build")
            classFile.isFile()
            jarFile.isFile()
        }
    
        def "jar manifest honours build logic inputs"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  3. subprojects/core/src/integTest/groovy/org/gradle/initialization/CalculateTaskGraphBuildOperationIntegrationTest.groovy

                include 'producer'
            """
    
            when:
            succeeds(':distZip')
    
            then:
            with(operations()[0].result.taskPlan) {
                task.taskPath == [":producer:compileJava", ":producer:processResources", ":producer:classes", ":producer:jar", ":compileJava", ":processResources", ":classes", ":jar", ":startScripts", ":distZip"]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  4. platforms/jvm/plugins-application/src/integTest/groovy/org/gradle/integtests/ApplicationIntegrationSpec.groovy

        }
    }
    '''
            // ensure we no duplicate files in default setup (GRADLE-3289)
            buildFile << """
            [installDist, distZip, distTar]*.configure {
                it.duplicatesStrategy = "fail"
            }
    """
            when:
            run 'installDist', 'distZip', 'distTar'
    
            then:
            def installDir = file('build/install/application')
            installDir.assertIsDir()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 22:15:44 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/jvm/application_plugin.adoc

    You can run `gradle installDist` to create an image of the application in `build/install/__projectName__`. You can run `gradle distZip` to create a ZIP containing the distribution, `gradle distTar` to create an application TAR or `gradle assemble` to build both.
    
    [[sec:customizing_start_script_generation]]
    === Customizing start script generation
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 10.5K bytes
    - Viewed (0)
  6. platforms/jvm/plugins-application/src/main/java/org/gradle/api/plugins/ApplicationPlugin.java

        public static final String TASK_RUN_NAME = "run";
        public static final String TASK_START_SCRIPTS_NAME = "startScripts";
        public static final String TASK_DIST_ZIP_NAME = "distZip";
        public static final String TASK_DIST_TAR_NAME = "distTar";
    
        @Override
        public void apply(final Project project) {
            TaskContainer tasks = project.getTasks();
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 28 23:38:57 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/authoring-builds/tasks/more_about_tasks.adoc

    testClasses - Assembles test classes.
    
    Distribution tasks
    ------------------
    assembleDist - Assembles the main distributions
    distTar - Bundles the project as a distribution.
    distZip - Bundles the project as a distribution.
    installDist - Installs the project as a distribution as-is.
    
    Documentation tasks
    -------------------
    javadoc - Generates Javadoc API documentation for the 'main' feature.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 23 22:37:03 UTC 2024
    - 28.5K bytes
    - Viewed (0)
  8. src/syscall/ztypes_linux_amd64.go

    	VEOL     = 0xb
    	VREPRINT = 0xc
    	VDISCARD = 0xd
    	VWERASE  = 0xe
    	VLNEXT   = 0xf
    	VEOL2    = 0x10
    	IGNBRK   = 0x1
    	BRKINT   = 0x2
    	IGNPAR   = 0x4
    	PARMRK   = 0x8
    	INPCK    = 0x10
    	ISTRIP   = 0x20
    	INLCR    = 0x40
    	IGNCR    = 0x80
    	ICRNL    = 0x100
    	IUCLC    = 0x200
    	IXON     = 0x400
    	IXANY    = 0x800
    	IXOFF    = 0x1000
    	IMAXBEL  = 0x2000
    	IUTF8    = 0x4000
    	OPOST    = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 12K bytes
    - Viewed (0)
  9. src/syscall/ztypes_linux_386.go

    	VEOL     = 0xb
    	VREPRINT = 0xc
    	VDISCARD = 0xd
    	VWERASE  = 0xe
    	VLNEXT   = 0xf
    	VEOL2    = 0x10
    	IGNBRK   = 0x1
    	BRKINT   = 0x2
    	IGNPAR   = 0x4
    	PARMRK   = 0x8
    	INPCK    = 0x10
    	ISTRIP   = 0x20
    	INLCR    = 0x40
    	IGNCR    = 0x80
    	ICRNL    = 0x100
    	IUCLC    = 0x200
    	IXON     = 0x400
    	IXANY    = 0x800
    	IXOFF    = 0x1000
    	IMAXBEL  = 0x2000
    	IUTF8    = 0x4000
    	OPOST    = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 11.6K bytes
    - Viewed (0)
  10. src/syscall/ztypes_linux_arm.go

    	VEOL     = 0xb
    	VREPRINT = 0xc
    	VDISCARD = 0xd
    	VWERASE  = 0xe
    	VLNEXT   = 0xf
    	VEOL2    = 0x10
    	IGNBRK   = 0x1
    	BRKINT   = 0x2
    	IGNPAR   = 0x4
    	PARMRK   = 0x8
    	INPCK    = 0x10
    	ISTRIP   = 0x20
    	INLCR    = 0x40
    	IGNCR    = 0x80
    	ICRNL    = 0x100
    	IUCLC    = 0x200
    	IXON     = 0x400
    	IXANY    = 0x800
    	IXOFF    = 0x1000
    	IMAXBEL  = 0x2000
    	IUTF8    = 0x4000
    	OPOST    = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 11.5K bytes
    - Viewed (0)
Back to top