You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Assaf Arkin (JIRA)" <ji...@apache.org> on 2008/11/06 20:14:46 UTC

[jira] Resolved: (BUILDR-175) cannot find child project

     [ https://issues.apache.org/jira/browse/BUILDR-175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Assaf Arkin resolved BUILDR-175.
--------------------------------

    Resolution: Fixed

In trunk/head.

> cannot find child project
> -------------------------
>
>                 Key: BUILDR-175
>                 URL: https://issues.apache.org/jira/browse/BUILDR-175
>             Project: Buildr
>          Issue Type: Bug
>    Affects Versions: 1.3.3
>            Reporter: Ittay Dror
>            Assignee: Assaf Arkin
>             Fix For: 1.3.4
>
>
> define 'foo' do
>  define 'bar' do
>    define 'yo' do
>    end
>  end
>  project('bar:yo')
> end
> invoking buildr gives:
> undefined method `invoke' for nil:NilClass
> /tmp/buildfile:7
> changing to project('bar').project('yo') works 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.