Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 58 for classPath (0.15 sec)

  1. platforms/core-runtime/instrumentation-agent-services/src/integTest/groovy/org/gradle/internal/instrumentation/agent/AgentApplicationTest.groovy

    import static org.gradle.test.fixtures.ConcurrentTestUtil.poll
    
    // This test doesn't live in :instrumentation-agent to avoid the latter being implicitly added to
    // the test runtime classpath as part of the main source set's output.
    // It is important to have the agent appended to the classpath of all integration tests.
    class AgentApplicationTest extends AbstractIntegrationSpec {
        def "agent is enabled by default"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  2. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/initialization/AbstractInjectedClasspathInstrumentationStrategy.kt

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.internal.cc.impl.initialization
    
    import org.gradle.internal.classpath.CachedClasspathTransformer
    import org.gradle.internal.instrumentation.agent.AgentUtils
    import org.gradle.plugin.use.resolve.service.internal.InjectedClasspathInstrumentationStrategy
    import java.lang.management.ManagementFactory
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  3. platforms/core-runtime/internal-instrumentation-processor/build.gradle.kts

    }
    
    tasks.named<Test>("test").configure {
        if (!javaVersion.isJava9Compatible) {
            // For Java8 tools.jar is needed for com.google.testing.compile:compile-testing
            classpath += javaLauncher.get().metadata.installationPath.files("lib/tools.jar")
        } else {
            // Needed for Java19 for com.google.testing.compile:compile-testing
            jvmArgs(
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  4. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/initialization/ConfigurationCacheInjectedClasspathInstrumentationStrategy.kt

    import org.gradle.internal.configuration.problems.PropertyProblem
    import org.gradle.internal.configuration.problems.PropertyTrace
    import org.gradle.internal.configuration.problems.StructuredMessage
    import org.gradle.internal.classpath.CachedClasspathTransformer
    
    
    class ConfigurationCacheInjectedClasspathInstrumentationStrategy(
        private val problems: ProblemsListener
    ) : AbstractInjectedClasspathInstrumentationStrategy() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  5. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/fixtures/ExternalProcessFixture.groovy

                    setStandardOutput(baos)
                """
        }
    
        private String getGroovyKotlinJavaexecSpec() {
            return """
                    mainClass.set("${TestJavaMain.class.name}")
                    classpath("${TextUtil.escapeString(TestJavaMain.classLocation)}")
                    args("Hello", "from", "Java")
                    setStandardOutput(baos)
                """
        }
    
        private String getJavaExecSpec() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  6. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/bootstrap/ForegroundDaemonAction.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    package org.gradle.launcher.daemon.bootstrap;
    
    import org.gradle.internal.classpath.DefaultClassPath;
    import org.gradle.internal.concurrent.CompositeStoppable;
    import org.gradle.internal.instrumentation.agent.AgentInitializer;
    import org.gradle.internal.logging.LoggingManagerInternal;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  7. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/isolated/IsolatedProjectsToolingApiKotlinDslIntegrationTest.groovy

            assert expected instanceof KotlinDslScriptModel
            assert actual instanceof KotlinDslScriptModel
    
            checkModel(actual, expected, [
                { it.classPath },
                { it.sourcePath },
                { it.implicitImports },
                // TODO:isolated support editor reports
    //            [{ it.editorReports }, { a, e -> checkEditorReport(a, e) }],
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  8. platforms/extensibility/test-kit/build.gradle.kts

        }
        integTestDistributionRuntimeOnly(project(":distributions-basics"))
    }
    
    val generateTestKitPackageList by tasks.registering(PackageListGenerator::class) {
        classpath.from(sourceSets.main.map { it.runtimeClasspath })
        outputFile = layout.buildDirectory.file("runtime-api-info/test-kit-relocated.txt")
    }
    tasks.jar {
        into("org/gradle/api/internal/runtimeshaded") {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  9. platforms/ide/tooling-api/build.gradle.kts

        crossVersionTestImplementation(libs.jettyWebApp)
        crossVersionTestImplementation(libs.commonsIo)
        crossVersionTestRuntimeOnly(libs.cglib) {
            because("BuildFinishedCrossVersionSpec classpath inference requires cglib enhancer")
        }
    
        testImplementation(testFixtures(project(":core")))
        testImplementation(testFixtures(project(":logging")))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  10. platforms/ide/ide-plugins/build.gradle.kts

         canHandleCi.cies/xinjd/.project
         canHandleCi.cies/xinjd/settings.gradle
         canHandleCi.cies/xinjd/.classpath
     */
    testFilesCleanup.reportOnly = true
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 3.4K bytes
    - Viewed (0)
Back to top