Hey Christopher,

That fixed it! I'm now running into an issue with libraries but that makes
sense because I haven't included the local lib directory anywhere. I think
I saw a post somewhere in the lists about using lib/*jar so I'm off to hunt
for that.

By the way, as I'm fumbling through this I'm making notes that could be
turned into useful additions to the online documentation. I'd be happy to
contribute some time to that if you guys thought it would be useful?

Thanks for your assistance, it's appreciated.

Mark

On 25 January 2012 12:55, Christopher Tiwald <ctiw...@salsalabs.com> wrote:

> On Jan 25, 2012, at 5:21 AM, Mark - Mixtup wrote:
>
> -----------
> michel_layout = Layout.new
> michel_layout[:source, :main, :java] = 'src'
> michel_layout[:source, :test] = 'test'
> michel_layout[:target, :main] = 'bin'
> michel_layout[:target, :test] = 'bin'
> -----------
>
> I expected that I would end up with a bunch of .class files in the bin
> directory but that doesn't happen as you can see below.
>
>
> What does your buildfile look like for the Jamie's Robot project? The code
> cited above will instantiate a new layout object, but you still need to
> explicitly tell buildr when to use it, like:
>
> define 'robot', :layout=>michel_layout do
>     … do some stuff ...
> end
>
> There are some other good examples in the docs at
> https://buildr.apache.org/extending.html#layouts.
>
> --
> Christopher Tiwald
>
> Reliability Architect
> Salsa Labs, Inc.
>



-- 
---
Mark Coleman - +31(0)652134960 - Mixtup <http://www.mixtup.nl>
[image: 
Facebook]<http://www.facebook.com/pages/The-Mixtup-Project/161049465955>[image:
Youtube] <http://www.youtube.com/user/MixTupMovies>[image:
Vimeo]<http://vimeo.com/user4061445/videos>

Reply via email to