[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lake 1.1 - A Lua-based Build Tool
- From: Alex Bradbury <asb@...>
- Date: Wed, 17 Nov 2010 08:43:41 +0000
On 17 November 2010 08:33, steve donovan <steve.j.donovan@gmail.com> wrote:
> Lake is perhaps over-focused on _building software_, and neglected
> things like deployment and testing.
I think this is a fair criticism. Rake seems to very frequently used
for tasks other than compilation because for a Ruby project it's handy
to define tasks using a familiar language and libraries. e.g. hack
something together to enumerate TODOs in your source repository, or
preprocess and generate your docs etc.
Alex