Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for buildThisLovelyProject (0.15 sec)

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

        referencedProjects = ['some referenced project'] as Set
        referencedProjects 'some cool project'
    
        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'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 01 11:07:39 UTC 2023
    - 18K bytes
    - Viewed (0)
  2. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/eclipse/model/EclipseProject.java

     *     //if you want to assign natures in a groovy fashion:
     *     natures = ['some.extra.eclipse.nature', 'some.another.interesting.nature']
     *
     *     //if you want to append some extra build command:
     *     buildCommand 'buildThisLovelyProject'
     *     //if you want to append a build command with parameters:
     *     buildCommand 'buildItWithTheArguments', argumentOne: "I'm first", argumentTwo: "I'm second"
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 13.8K bytes
    - Viewed (0)
Back to top