define 'killer-app' do compile.from _(:src, :main, :java) compile.from _(:src, :main, :java2) end
If memory serves, this should do the trick! Daniel On Tue, Aug 11, 2009 at 7:02 PM, Antoine Toulme <[email protected]>wrote: > Hi, > I have a project with two folders containing Java code. > > I tried to tweak the project layout, but I don't seem to be able to make > buildr use both folders for compilation. > > Am I missing something ? Can you share a code sample showing how to do that > ? > > Thanks, > > Antoine >
