It seems I gave up too easily... my bad.
Many thanks for the pointer!
mg

On Tue, Aug 27, 2013 at 3:31 PM, Dieter Vrancken <[email protected]
> wrote:

> Hi mg,
>
> the buildr website has a description of how this is done:
>
>   http://buildr.apache.org/extending.html#layouts
>
> - create a new Layout and configure it (e.g. java iso src/main/java)
>
>   my_layout = Layout.new
>   my_layout[:source, :main, :java] = 'java'
>
> - define your project using that layout
>
>   define 'foo', :layout=>my_layout do
>     ...
>   end
>
> Hope this helps,
> Dieter
>
> On Tue, 27 Aug 2013 15:11:59 +0300
> m g <[email protected]> wrote:
>
> > Hi all,
> >
> > how can I change the default folder structure, src/main/java,
> src/test/java
> > & co?
> > I feel I'm missing something in the docs, as I could only find hints that
> > it's possible, but not how.
> >
> > Many thanks,
> > mg
>
>
>
> --
> Dieter Vrancken - Principal software engineer
> T +32 16 23 95 91 | F +32 16 29 34 22
> [email protected]
>
> *LUCIAD* - high performance visualization
> Wetenschapspark Arenberg | Gaston Geenslaan 11
> 3001 Leuven | Belgium | http://www.luciad.com/
>
> Click to check for upcoming events: http://www.luciad.com/events.html
>

Reply via email to