Hi Adam,
my settings file looks like this:
-----snippet-start-----
include 'ProjA'
include 'ProjB'
include 'ProjC'
include 'ProjD'
include 'ProjE'

rootProject.name = 'acme-web-modules'

rootProject.children.each {project ->
    String fileBaseName = project.name.toLowerCase()
    project.buildFileName = "${fileBaseName}.gradle"
    assert project.projectDir.isDirectory()
    assert project.buildFile.isFile()
}
-----snippet-end-----

regards,
René


Am Sa, 10.04.2010, 23:19, schrieb Adam Murdoch:
>

>
> On 9/04/10 10:10 PM, Rene Groeschke wrote:
>
>> hi there, on my hudson i configured a multiproject build job which uses
>> a custom name for a build file and a custom name for a settings file.
>>
>> when starting the build via:
>>
>> gradle -b /absolutePathTo/bsp.build.gradle -c
>> /absolutePathTo/bsp.settings.gradle test uploadArchives
>>
>>
>> gradle quits and tells me, that test and uploadArchives are unknown
>> tasks. renaming my files to the default values and running "gradle test
>> UploadArchives" works fine. this is a bug isn't it?
>>
>>
>
> Possibly. What's in your settings file?
>
>
>
> --
> Adam Murdoch
> Gradle Developer
> http://www.gradle.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>
> http://xircles.codehaus.org/manage_email
>
>
>



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to