Hey,
Did you try the example from the user guide:
http://gradle.org/1.0-milestone-1/docs/userguide/userguide_single.html#customLayout
?
You can configure location of a project in settings.gradle using:
project(':x').projectDir = ...
Cheers!
Szczepan
On Sun, Mar 13, 2011 at 2:21 PM, Falk Sippach <[email protected]>wrote:
> Hi,
>
> is it possible that I reference an upper-level directory as project of
> my multi-project build?
>
> Consider the following example:
>
>
> root
> - x
> - group
> -- build.gradle
> -- settings.gradle
> -- a
> -- b
> -- c
>
> I have three projects belonging together and residing in directory
> 'group'. This should also be the place the build management scripts
> should be. But projects 'a', 'b' and 'c' also depend on a project 'x',
> residing on the same level as 'group'. How can I configure this
> multi-project build?
>
> Bye,
> Falk
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
> http://xircles.codehaus.org/manage_email
>
>
>