On Tue, Sep 21, 2010 at 9:47 AM, David Yang <[email protected]> wrote:
> > Awesome, thanks for this. If a dev would expain why this isn't a buildr > default task like buildr run similar to Maven's exec:java (sic) I'd be > interested in understanding this area of buildr better. > There's no good reason other than we haven't gotten to it yet. For me it was just easy to write task "run" do ... end so I've never bothered to standardize it. BTW, I usually accompany it with: Project.local_task 'run' such that if I'm in the directory, then it picks the project's local run task. alex
