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
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.