[
https://issues.apache.org/jira/browse/BUILDR-130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ittay Dror reopened BUILDR-130:
-------------------------------
the title is about allowing to work with groups in namespaces. nothing about
the #artifact method.
the old way allowed
SOME_CONST = group(....)
define 'foo' do
compile.with SOME_CONST
end
but this is not possible when using namespaces:
this does not work:
artifact_ns.some = group(...)
define 'foo' do
compile.with :some
end
> Allow working with groups in namespaces
> ---------------------------------------
>
> Key: BUILDR-130
> URL: https://issues.apache.org/jira/browse/BUILDR-130
> Project: Buildr
> Issue Type: Improvement
> Components: Dependency management
> Affects Versions: 1.3.2
> Reporter: Ittay Dror
> Fix For: 1.3.3
>
> Attachments: buildr.patch
>
>
> If I work with a group in a namespace, then passing the group's name means
> the artifact method receives an array from ArtifactNamespace#fetch
> Attached is a patch to fix this
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.