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