Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 61 for browser (0.09 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/DependencyResolutionEventsIntegrationTest.groovy

            """
    
            when:
            run "resolveIt"
    
            then:
            output.count("before :things") == 1
            output.count("after :things") == 1
        }
    
        @Issue("https://issues.gradle.org/browse/GRADLE-2047")
        def "can access resolved files from afterResolve hook"() {
            given:
            file("thing.txt") << "stuff"
            buildFile << """
                configurations {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ivy/IvyCustomStatusLatestVersionIntegrationTest.groovy

            executer.withArgument("-PreleaseVersion=1.1")
            run 'retrieve'
    
            then:
            file('libs').assertHasDescendants("projectA-1.1.jar")
        }
    
        @Issue("https://issues.gradle.org/browse/GRADLE-3216")
        def "uses changing provided by component metadata rule for latest.xyz"() {
            given:
            buildFile << """
    repositories {
        ivy {
            url "${ivyHttpRepo.uri}"
        }
    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  3. subprojects/core/src/integTest/groovy/org/gradle/api/internal/changedetection/state/TaskTypeUpToDateIntegrationTest.groovy

            then:
            executedAndNotSkipped(":copy")
    
            when:
            succeeds "copy"
            then:
            skipped ":copy"
        }
    
        @Issue("https://issues.gradle.org/browse/GRADLE-2936")
        def "task declared in buildSrc is not up-to-date after its source is changed"() {
            file("input.txt") << "input"
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 30 07:31:26 UTC 2022
    - 6.5K bytes
    - Viewed (0)
  4. platforms/core-runtime/launcher/src/integTest/groovy/org/gradle/launcher/daemon/LocaleSupportDaemonIntegrationTest.groovy

    import org.gradle.integtests.fixtures.daemon.DaemonIntegrationSpec
    import org.gradle.util.GradleVersion
    import org.gradle.util.internal.DefaultGradleVersion
    import spock.lang.Issue
    
    @Issue("https://issues.gradle.org/browse/GRADLE-3142")
    class LocaleSupportDaemonIntegrationTest extends DaemonIntegrationSpec {
    
        def locales = [
                LocaleUtils.toLocale("es_MX"),
                LocaleUtils.toLocale("ja_JP"),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  5. testing/integ-test/src/integTest/groovy/org/gradle/integtests/BuildAggregationIntegrationTest.groovy

            then:
            fails()
    
            and:
            failure.assertHasDescription("Execution failed for task ':buildSrc:compileJava'.")
        }
    
        @Issue("https://issues.gradle.org//browse/GRADLE-3052")
        def buildTaskCanHaveInputsAndOutputs() {
            file("input") << "foo"
            settingsFile << "rootProject.name = 'proj'"
            buildFile << """
                class UpperFile extends DefaultTask {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/dependencyManagement/modelingFeatures-crossProjectPublications-advanced-published/groovy/buildSrc/src/main/groovy/com/acme/InstrumentedJarsPlugin.groovy

    import org.gradle.api.component.SoftwareComponentFactory
    import org.gradle.api.tasks.bundling.Jar
    import org.gradle.api.component.AdhocComponentWithVariants
    
    import javax.inject.Inject
    
    // https://issues.apache.org/jira/browse/GROOVY-10055
    //@CompileStatic
    class InstrumentedJarsPlugin implements Plugin<Project> {
        // tag::inject_software_component_factory[]
        private final SoftwareComponentFactory softwareComponentFactory
    
        @Inject
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 10:21:26 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  7. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/DaemonGradleExecuter.java

            if(!isQuiet() && isAllowExtraLogging()) {
                if (!containsLoggingArgument(args)) {
                    args.add(0, "-i");
                }
            }
    
            // Workaround for https://issues.gradle.org/browse/GRADLE-2625
            if (getUserHomeDir() != null) {
                args.add(String.format("-Duser.home=%s", getUserHomeDir().getPath()));
            }
    
            return args;
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  8. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/junit/junit4/JUnit4JUnitIntegrationTest.groovy

        boolean isSupportsBlockJUnit4ClassRunner() {
            // BlockJUnit4ClassRunner was introduced in 4.5
            return VersionNumber.parse(version) >= VersionNumber.parse('4.5')
        }
    
        @Issue("https://issues.gradle.org/browse/GRADLE-2313")
        def "can clean test after extracting class file with junit"() {
            when:
            buildFile << """
                apply plugin: "java"
                ${mavenCentralRepository()}
                dependencies {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  9. platforms/core-runtime/launcher/src/integTest/groovy/org/gradle/launcher/daemon/DaemonInitScriptHandlingIntegrationTest.groovy

    import org.gradle.test.preconditions.IntegTestPreconditions
    import spock.lang.Issue
    
    /**
     * Tests that init scripts are used from the _clients_ GRADLE_HOME, not the daemon server's.
     */
    @Issue("https://issues.gradle.org/browse/GRADLE-2408")
    @LeaksFileHandles("isolated daemons are not always stopped in time")
    //may fail with 'Unable to delete file: daemon.out.log'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  10. platforms/jvm/language-groovy/src/integTest/groovy/org/gradle/groovy/compile/GroovyJavaJointCompileSourceOrderIntegrationTest.groovy

    import org.gradle.integtests.fixtures.AbstractIntegrationSpec
    import spock.lang.Issue
    
    class GroovyJavaJointCompileSourceOrderIntegrationTest extends AbstractIntegrationSpec {
    
        @Issue("https://issues.apache.org/jira/browse/GROOVY-7966")
        def "compiling Groovy has the same results with reversed file order"() {
            file("src/main/groovy/JavaThing.java") << "public class JavaThing {}"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 12 18:44:49 UTC 2023
    - 4.7K bytes
    - Viewed (0)
Back to top