Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 48 of 48 for EclipseProject (0.17 sec)

  1. testing/performance/src/performanceTest/groovy/org/gradle/performance/regression/java/JavaIDEModelPerformanceTest.groovy

    import org.gradle.performance.annotations.RunFor
    import org.gradle.performance.annotations.Scenario
    import org.gradle.tooling.model.ExternalDependency
    import org.gradle.tooling.model.eclipse.EclipseProject
    import org.gradle.tooling.model.idea.IdeaProject
    
    import static org.gradle.performance.annotations.ScenarioType.PER_COMMIT
    import static org.gradle.performance.generator.JavaTestProjectGenerator.LARGE_MONOLITHIC_JAVA_PROJECT
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  2. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r213/ModelsWithGradleProjectCrossVersionSpec.groovy

            then: "Get the GradleProject model for the root project"
            assertProject(project, rootMulti, ':', 'B', null, [':x', ':y'])
    
            when: "EclipseProject is requested"
            GradleProject projectFromEclipseProject = getGradleProjectWithProjectConnection(rootDir, EclipseProject)
    
            then: "Has a GradleProject model for the subproject"
            assertProject(projectFromEclipseProject, rootMulti, ':x', 'x', ':', [])
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 9K bytes
    - Viewed (0)
  3. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r65/ToolingApiShutdownCrossVersionSpec.groovy

    import org.gradle.tooling.BuildCancelledException
    import org.gradle.tooling.GradleConnector
    import org.gradle.tooling.ProjectConnection
    import org.gradle.tooling.model.GradleProject
    import org.gradle.tooling.model.eclipse.EclipseProject
    import spock.lang.Retry
    import spock.lang.Timeout
    import spock.util.concurrent.PollingConditions
    
    @Timeout(120)
    @Retry(count = 3)
    class ToolingApiShutdownCrossVersionSpec extends CancellationSpec {
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  4. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/eclipse/model/Classpath.java

                entry.appendNode(xml);
            }
        }
    
        /*
         * Gradle 5.6 introduced closed project substitution for Buildship: https://github.com/gradle/gradle/pull/9405
         * The feature is built upon the EclipseProject TAPI model which is based on the result of the Eclipse plugin.
         *
         * To distinguish between different task dependencies the closed project substitution feature had to change
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Mar 24 15:55:52 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  5. testing/architecture-test/src/changes/archunit-store/public-api-mutable-properties.txt

    Method <org.gradle.plugins.ide.eclipse.model.EclipseProject.getLinkedResources()> does not have raw return type assignable to org.gradle.api.provider.Property in (EclipseProject.java:0)
    Method <org.gradle.plugins.ide.eclipse.model.EclipseProject.getName()> does not have raw return type assignable to org.gradle.api.provider.Property in (EclipseProject.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 22:42:49 UTC 2024
    - 160.5K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_5.adoc

    === Potential breaking changes
    
    ==== User supplied Eclipse project names may be ignored on conflict
    
    Project names configured via link:{javadocPath}/org/gradle/plugins/ide/eclipse/model/EclipseProject.html[`EclipseProject.setName(...)`] were honored by Gradle and Buildship in all cases, even when the names caused conflicts and import/synchronization errors.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 47.5K bytes
    - Viewed (0)
  7. testing/architecture-test/src/changes/archunit-store/public-api-methods-return-allowed-types.txt

    Method <org.gradle.plugins.ide.eclipse.model.EclipseProject.file(groovy.lang.Closure)> has arguments/return type groovy.lang.Closure that is not Gradle public API or primitive or built-in JDK classes or Kotlin classes in (EclipseProject.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 12:21:31 UTC 2024
    - 91.3K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/dsl/dsl.xml

                <tr>
                    <td>org.gradle.plugins.ide.eclipse.model.EclipseModel</td>
                </tr>
                <tr>
                    <td>org.gradle.plugins.ide.eclipse.model.EclipseProject</td>
                </tr>
                <tr>
                    <td>org.gradle.plugins.ide.eclipse.model.EclipseClasspath</td>
                </tr>
                <tr>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 15:00:02 UTC 2024
    - 34.7K bytes
    - Viewed (2)
Back to top