Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 1,008 for locations (0.57 sec)

  1. platforms/jvm/language-java/src/main/java/org/gradle/api/internal/tasks/compile/DiagnosticToProblemListener.java

                }
            }
        }
    
        /**
         * Clamp the value to an int, or return {@link Diagnostic#NOPOS} if the value is too large.
         * <p>
         * This is used to ensure that we don't report invalid locations.
         *
         * @param value the value to clamp
         * @return either the clamped value, or {@link Diagnostic#NOPOS}
         */
        private static int clampLocation(long value) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 06:17:43 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  2. .teamcity/mvnw

    # ----------------------------------------------------------------------------
    # Maven Start Up Batch script
    #
    # Required ENV vars:
    # ------------------
    #   JAVA_HOME - location of a JDK home dir
    #
    # Optional ENV vars
    # -----------------
    #   M2_HOME - location of maven2's installed home dir
    #   MAVEN_OPTS - parameters passed to the Java VM when running Maven
    #     e.g. to debug Maven itself, use
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 26 01:48:39 UTC 2020
    - 9.8K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ArtifactDependenciesIntegrationTest.groovy

    Searched in the following locations:
        ${module.artifactFile(type: 'zip').displayUri}""")
    
            when:
            fails('listMissingClassifier')
    
            then:
            failure.assertHasCause("""Could not find lib-1.0-classifier1.jar (org.gradle.test:lib:1.0).
    Searched in the following locations:
        ${module.artifactFile(classifier: 'classifier1').displayUri}""")
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 09 01:09:32 UTC 2024
    - 23.7K bytes
    - Viewed (0)
  4. subprojects/core/src/testFixtures/groovy/org/gradle/api/internal/file/TestFiles.java

            return new DefaultFileSystemAccess(
                fileHasher(),
                new StringInterner(),
                fileSystem()::stat,
                virtualFileSystem,
                locations -> {},
                new DirectorySnapshotterStatistics.Collector()
            );
        }
    
        public static FileCollectionFactory fileCollectionFactory() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 16 15:50:55 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  5. platforms/ide/ide-native/src/integTest/groovy/org/gradle/ide/xcode/XcodeSingleCppProjectIntegrationTest.groovy

            rootXcodeProject.projectFile.headers.assertHasChildren(lib.headers.files*.name)
        }
    
        @ToBeFixedForConfigurationCache
        def "honors changes to application output locations"() {
            given:
            buildFile << """
                apply plugin: 'cpp-application'
                buildDir = 'output'
                application.baseName = 'test_app'
            """
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 27.7K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/maven/MavenLocalDependencyWithGradleMetadataResolutionIntegrationTest.groovy

                        artifact(type: 'zip', version: '')
                    }
                }
            }
        }
    
        def "variant can define files whose names and locations do not match maven convention"() {
            def a = mavenRepo.module("test", "a", "1.2")
                .withModuleMetadata()
            a.getArtifact("file1.jar").file << "file 1"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 07 18:43:39 UTC 2023
    - 12.6K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ivy/ComponentSelectionRulesErrorHandlingIntegTest.groovy

            }
    
            then:
            fails ":checkDeps"
            failure.assertHasCause("""Could not find any matches for org.utils:api:+ as no versions of org.utils:api are available.
    Searched in the following locations:
      - ${versionListingURI('org.utils', 'api')}
    ${triedMetadata('org.utils', 'api', '2.1', false)}
    Required by:
    """)
    
            when:
            resetExpectations()
            repositoryInteractions {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 12.2K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/authoring-builds/tasks/lazy_configuration.adoc

    Ensure that the producing and consuming tasks are configured with the same location and attach task dependencies between the tasks.
    This can be cumbersome and brittle if any of these values are configurable by a user or configured by multiple plugins, as task properties need to be configured in the correct order and locations, and task dependencies kept in sync as values change.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 05:33:15 UTC 2024
    - 30.1K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/maven/MavenLocalRepoResolveIntegrationTest.groovy

            when:
            runAndFail 'retrieve'
    
            then:
            failure.assertHasCause("""Could not find group:projectA:1.2.
    Searched in the following locations:
      - ${module.pomFile.displayUri}
    Required by:
    """)
            failure.assertHasResolutions(repositoryHint("Maven POM"),
                STACKTRACE_MESSAGE,
                INFO_DEBUG,
                SCAN,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 09 01:09:32 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/authoring-builds/build_environment.adoc

    If an option is configured in multiple locations, the _first one_ found in any of these locations wins:
    
    [cols="~,~,~,~"]
    |===
    |Priority |Method |Location |Details
    
    |1
    |Command line interface
    |.
    |In the command line using `-D`.
    
    |2
    |`gradle.properties` file
    |`GRADLE_USER_HOME`
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 20.1K bytes
    - Viewed (0)
Back to top