Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 4 of 4 for AntBuilder (0.06 seconds)

  1. build-tools-internal/src/main/groovy/org/elasticsearch/gradle/internal/AntTask.groovy

        @Inject
        protected FileSystemOperations getFileSystemOperations() {
            throw new UnsupportedOperationException();
        }
    
        @TaskAction
        final void executeTask() {
            AntBuilder ant = new AntBuilder()
    
            // remove existing loggers, we add our own
            List<BuildLogger> toRemove = new ArrayList<>();
            for (BuildListener listener : ant.project.getBuildListeners()) {
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 3.4K bytes
    - Click Count (0)
  2. build-tools-internal/src/main/groovy/org/elasticsearch/gradle/internal/test/AntFixture.groovy

         * A closure to call before the fixture is considered ready. The closure is passed the fixture object,
         * as well as a groovy AntBuilder, to enable running ant condition checks. The default wait
         * condition is for http on the http port.
         */
        @Internal
        Closure waitCondition = { AntFixture fixture, AntBuilder ant ->
            File tmpFile = new File(fixture.cwd, 'wait.success')
            ant.get(src: "http://${fixture.addressAndPort}",
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 10.1K bytes
    - Click Count (0)
  3. build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/AlphabeticalAcceptedApiChangesTaskIntegrationTest.kt

                                ]
                            },
                            {
                                "type": "org.gradle.api.AntBuilder",
                                "member": "Class org.gradle.api.AntBuilder",
                                "acceptation": "org.gradle.api.AntBuilder now extends groovy.ant.AntBuilder",
                                "changes": [
                                    "Abstract method has been added in implemented interface"
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Mar 14 02:17:00 GMT 2025
    - 8.4K bytes
    - Click Count (0)
  4. build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/SortAcceptedApiChangesTaskIntegrationTest.kt

                                ]
                            },
                            {
                                "type": "org.gradle.api.AntBuilder",
                                "member": "Class org.gradle.api.AntBuilder",
                                "acceptation": "org.gradle.api.AntBuilder now extends groovy.ant.AntBuilder",
                                "changes": [
                                    "Abstract method has been added in implemented interface"
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Mar 14 02:17:00 GMT 2025
    - 9.7K bytes
    - Click Count (0)
Back to Top