If you follow the builder convention (assuming Java: src/main/java) you'd do
something like this:
root/
  buildfile<== generate:

  subproj1
    src/main/java
  subproj2
    src/main/java
  subdir/
     subproj3
        src/main/java
     subproj4
        src/main/java
Now, don't write your buildfile, just run Buildr in the root and it'll build
one for you that should work.
If you already have a partly working buildfile, just back it up and prot any
customizations you want into the buildfile.

On Tue, Sep 7, 2010 at 9:39 PM, Travis Jensen <[email protected]>wrote:

> I want to have a project structure that looks something like this:
>
> root/
>   buildfile
>   subproj1
>   subproj2
>   subdir/
>      subproj3
>      subproj4
>
> How do I tell my buildfile to look in subdir for subproj3 and subproj4?
>
> Thanks.
>
> tj
>
> *Travis Jensen*
> ***
> *Read the Software Maven @ http://softwaremaven.innerbrane.com/
> Read my LinkedIn profile @ http://www.linkedin.com/in/travisjensen
> Read my Twitter mumblings @ http://twitter.com/SoftwareMaven
> Send me email @ [email protected]
>
> **What kind of guy calls himself the Software Maven???**
>

Reply via email to