Hi,

Yes, you can use this directory structure.  In fact, that would be the
most conventional way of doing it.

Could you show us more of the buildfile you are using?

Lacton

On Sat, Oct 31, 2009 at 4:40 AM, Babu Naidu <[email protected]> wrote:
> Hi,
>
> I am using 1.3.5 version of Buildr and I have following directory structure.
>
> Root/
>     buildfile
>     /subporject-A
>              /the-api/src/main/java
>              /the-impl/src/main/java
>    /subproject-B
>
> My buildfile looks like
>
> define "Root" do
>    define "subproject-A"
>        define "the-api"
>            .....
>        end
>        define "the-impl"
>               .......
>        end
>    end
>    define "subject-B"
>          ........
>     end
> end
>
> Is it possible to organize like that? does it work? I tried, however when I
> execute buildr at "Root", it only runs build for subproject-A/the-api and
> stops.
> What am I doing wrong here?
>
> Any help is greatly appreciated.
>
> Thanks
> Babu
>

Reply via email to