On Wed, Jul 9, 2008 at 7:08 AM, Ittay Dror <ittay.dror@gmail.com> wrote:
> This gives me the buildr tasks. But when buildr evaluates the buildfile, it
> creates Rake tasks (for dependencies, projects, etc.). I'd like to see a
> list of those underlying tasks.
I added this in trunk/head, using the --prereq (or -P) command line
argument, so:
buildr --prereq
or
buildr --prereq foo
Assaf
>
>
> Thanks,
> Ittay
>
>
> Shane Witbeck wrote:
>
>> buildr help:tasks
>>
>>
>> On Wed, Jul 9, 2008 at 3:16 AM, Ittay Dror <ittay.dror@gmail.com> wrote:
>>
>>
>>
>>> Hi,
>>>
>>> How can I get a list of the tasks that buildr defined (if possible with
>>> dependency and actions)?
>>>
>>> Thank you,
>>> Ittay
>>>
>>> --
>>> --
>>> Ittay Dror <ittay.dror@gmail.com>
>>>
>>>
>>>
>>>
>>>
>>
>>
>>
>>
>
> --
> --
>
> Ittay Dror <ittay.dror@gmail.com>
>
>
|