Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for linkToFolderFoo (0.1 sec)

  1. platforms/ide/ide-plugins/src/integTest/groovy/org/gradle/plugins/ide/eclipse/EclipseProjectIntegrationTest.groovy

        natures = ['test.groovy.nature']
        natures 'test.java.nature'
    
        buildCommand 'buildThisLovelyProject'
        buildCommand argumentFoo: 'a foo argument', 'buildWithTheArguments'
    
        linkedResource name: 'linkToFolderFoo', type: 'aFolderFoo', location: '/test/folders/foo'
        linkedResource name: 'linkToUriFoo', type: 'aFooUri', locationUri: 'http://test/uri/foo'
    
        file {
          withXml { it.asNode().appendNode('motto', 'Stay happy!') }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 01 11:07:39 UTC 2023
    - 18K bytes
    - Viewed (0)
Back to top