That doesn't make any sense to me. I've done a number of extensions now using local_task, none of them have had any problems. Just looking at your sources, everything should work. Just for kicks, try moving the local_task bit *out* of the first_time block, see what happens.
Daniel On Mon, Aug 3, 2009 at 3:03 PM, Martin Grotzke <[email protected] > wrote: > Ok, thanks for the hint! However, using `task` doesn't change anything > for me. buildr -T still prints the available loc tasks as myproj:loc and > myproj:mysubproj:loc. Invoking `buildr loc` results in > Don't know how to build task 'loc' > > Removing the first_time stuff also doesn't change anything, I can remove > it without (obvious) consequences. > > But to be honest: this is not an issue for me, I just wanted to mention > this so that the documentation containing this (extending.textile) can > be improved :) > > Cheers, > Martin > > > On Mon, 2009-08-03 at 12:03 -0500, Daniel Spiewak wrote: > > You should use `task` rather than `define_task`. I think that's probably > > the root of all your problems. My changes can be seen here: > > http://github.com/djspiewak/buildr-addons/tree/master > > > > Daniel > > > > On Mon, Aug 3, 2009 at 11:43 AM, Martin Grotzke < > > [email protected]> wrote: > > > > > Here's the loc extension (loc.rb): > > > http://github.com/magro/buildr-addons/tree/master > > > > > > Cheers, > > > Martin > > > > > > > > > On Mon, 2009-08-03 at 11:29 -0500, Daniel Spiewak wrote: > > > > That really doesn't make any sense. Could we see the full sources? > > > > > > > > Daniel > > > > > > > > On Mon, Aug 3, 2009 at 4:58 AM, Martin Grotzke < > > > [email protected] > > > > > wrote: > > > > > > > > > And I noticed that with the example one has to invoke > > > > > buildr myproj:loc > > > > > for the project or > > > > > buildr myproj:mysubproj:loc > > > > > for a subproject. > > > > > > > > > > The > > > > > first_time do > > > > > Project.local_task('loc') > > > > > end > > > > > seems to have no effect. > > > > > > > > > > Is this intended? > > > > > > > > > > Cheers, > > > > > Martin > > > > > > > > > > > > > > > On Mon, 2009-08-03 at 11:47 +0200, Martin Grotzke wrote: > > > > > > Hi, > > > > > > > > > > > > I just want to create a sloccount extension and for this started > with > > > > > > the loc example. > > > > > > > > > > > > I had to do minor changes, which I applied to the > extending.textile: > > > > > > > > > > > > > > > http://github.com/magro/buildr/commit/b880acaca4892a4000143d089b59873247808bc0 > > > > > > > > > > > > Without these changes: > > > > > > - the task is not shown with buildr -T > > > > > > - the task fails if the source directories also contain > > > subdirectories > > > > > > (which is normally the case) > > > > > > > > > > > > Cheers, > > > > > > Martin > > > > > > > > > > > > > > > > > > > > >
