can't define root artifact namespace in the usual way
-----------------------------------------------------
Key: BUILDR-183
URL: https://issues.apache.org/jira/browse/BUILDR-183
Project: Buildr
Issue Type: Bug
Components: Dependency management
Affects Versions: 1.3.2
Reporter: Ittay Dror
Normally, I can do:
define 'some-project' do
artifact_ns do |ns|
ns.foo = '....'
end
end
however, when done outside of any project, this doesn't work.
the reason is that 'artifact_ns' calls the instance method which returns 'ROOT'
if the name is empty without yielding to the block.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.