Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 362 for CLASSPATH (0.13 sec)

  1. platforms/jvm/language-java/src/integTest/groovy/org/gradle/java/compile/incremental/CrossTaskIncrementalJavaCompilationIntegrationTest.groovy

            """
            file("impl/build.gradle") << """
                def layout = project.layout
                compileJava.doFirst {
                    options.compilerArgs << "--module-path" << classpath.join(File.pathSeparator)
                    classpath = layout.files()
                }
            """
            succeeds "impl:${language.compileTaskName}"
    
            when:
            moduleInfo.text = """
                module api {
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 10.2K bytes
    - Viewed (0)
  2. subprojects/core/src/test/groovy/org/gradle/internal/classpath/CallInterceptingMetaClassTest.groovy

     * limitations under the License.
     */
    
    package org.gradle.internal.classpath
    
    import org.gradle.internal.classpath.intercept.DefaultCallSiteDecorator
    import org.gradle.internal.classpath.intercept.DefaultCallSiteInterceptorSet
    import org.gradle.internal.classpath.intercept.CallSiteInterceptorSet
    import spock.lang.Specification
    
    import static org.gradle.internal.classpath.BasicCallInterceptionTestInterceptorsDeclaration.TEST_GENERATED_CLASSES_PACKAGE
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Nov 24 13:33:59 UTC 2023
    - 15K bytes
    - Viewed (0)
  3. platforms/jvm/code-quality/src/main/groovy/org/gradle/api/plugins/quality/Checkstyle.java

         */
        @Classpath
        public FileCollection getClasspath() {
            return classpath;
        }
    
        /**
         * The class path containing the compiled classes for the source files to be analyzed.
         */
        public void setClasspath(FileCollection classpath) {
            this.classpath = classpath;
        }
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jul 19 14:14:12 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  4. platforms/jvm/language-java/src/main/java/org/gradle/external/javadoc/CoreJavadocOptions.java

            return this;
        }
    
        @Override
        public MinimalJavadocOptions classpath(List<File> classpath) {
            this.classpath.getValue().addAll(classpath);
            return this;
        }
    
        @Override
        public MinimalJavadocOptions classpath(File... classpath) {
            this.classpath.getValue().addAll(Arrays.asList(classpath));
            return this;
        }
    
        /**
         * -bootclasspath  classpathlist
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 28.2K bytes
    - Viewed (0)
  5. platforms/core-configuration/kotlin-dsl/src/test/kotlin/org/gradle/kotlin/dsl/execution/ResidualProgramCompilerTest.kt

    import org.gradle.api.Project
    import org.gradle.api.artifacts.dsl.RepositoryHandler
    import org.gradle.api.initialization.Settings
    import org.gradle.api.internal.initialization.ScriptHandlerInternal
    import org.gradle.internal.classpath.ClassPath
    import org.gradle.internal.hash.TestHashCodes
    import org.gradle.kotlin.dsl.execution.ResidualProgram.Dynamic
    import org.gradle.kotlin.dsl.execution.ResidualProgram.Instruction.ApplyBasePlugins
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 13:09:45 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/attributes/VariantAwareResolutionWithConfigurationAttributesIntegrationTest.groovy

            notExecuted ':core:mergeFreeDebugResources'
    
            and: "compile classpath for core includes external dependency"
            outputContains 'Compile classpath for :core:compileJavaFreeDebug : [commons-lang3-3.5.jar]'
    
            and: "compile classpath for client excludes external dependency"
            outputContains 'Compile classpath for :client:compileJavaFreeDebug : [core-freedebug.jar]'
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 13.3K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/authoring-builds/tasks/worker_api.adoc

    executable::
    A daemon is considered compatible only if it uses the same Java executable.
    
    classpath::
    A daemon is considered compatible if its classpath contains all the classpath entries requested. +
    Note that a daemon is considered compatible only if the classpath exactly matches the requested classpath.
    
    heap settings::
    A daemon is considered compatible if it has at least the same heap size settings as requested. +
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Apr 28 13:41:08 UTC 2024
    - 17.7K bytes
    - Viewed (0)
  8. subprojects/core/src/main/java/org/gradle/groovy/scripts/internal/DefaultScriptCompilationHandler.java

    import org.gradle.internal.classloader.TransformErrorHandler;
    import org.gradle.internal.classloader.TransformReplacer;
    import org.gradle.internal.classloader.VisitableURLClassLoader;
    import org.gradle.internal.classpath.ClassPath;
    import org.gradle.internal.classpath.TransformedClassPath;
    import org.gradle.internal.file.Deleter;
    import org.gradle.internal.hash.HashCode;
    import org.gradle.internal.serialize.Serializer;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  9. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/accessors/GeneratePluginSpecBuilderAccessors.kt

    import kotlinx.metadata.jvm.JvmMethodSignature
    import org.gradle.api.Project
    import org.gradle.api.internal.file.FileCollectionFactory
    import org.gradle.api.internal.initialization.ClassLoaderScope
    import org.gradle.internal.classpath.ClassPath
    import org.gradle.internal.execution.InputFingerprinter
    import org.gradle.internal.execution.UnitOfWork
    import org.gradle.internal.hash.HashCode
    import org.gradle.kotlin.dsl.cache.KotlinDslWorkspaceProvider
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 22 09:41:28 UTC 2023
    - 15.7K bytes
    - Viewed (0)
  10. subprojects/core/src/main/java/org/gradle/internal/classpath/CallInterceptingMetaClass.java

    import org.gradle.internal.Pair;
    import org.gradle.internal.classpath.intercept.AbstractInvocation;
    import org.gradle.internal.classpath.intercept.CallInterceptor;
    import org.gradle.internal.classpath.intercept.CallInterceptorResolver;
    import org.gradle.internal.classpath.intercept.InterceptScope;
    import org.gradle.internal.classpath.intercept.Invocation;
    import org.gradle.internal.classpath.intercept.PropertyAwareCallInterceptor;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 13:46:35 UTC 2024
    - 21.8K bytes
    - Viewed (0)
Back to top