[
https://issues.apache.org/jira/browse/BUILDR-233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12659816#action_12659816
]
Ittay Dror commented on BUILDR-233:
-----------------------------------
btw, the reason for defining first with '1.0' and then '2.0' is that '2.0' is
defined based on a condition (so: ns.bar = '2.0' if some_condition)
> can't specify version in artifact namespace
> --------------------------------------------
>
> Key: BUILDR-233
> URL: https://issues.apache.org/jira/browse/BUILDR-233
> Project: Buildr
> Issue Type: Bug
> Affects Versions: 1.3.2
> Reporter: Ittay Dror
> Fix For: 1.3.4
>
>
> define 'foo' do
> artifact_ns do |ns|
> ns.bar = 'a:b:jar:1.0'
> ns.bar = '2.0'
> end
> compile.with :bar
> end
> > buildr
> (in /tmp, development)
> Buildr aborted!
> Missing group identifier for {:version=>"2.0"}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.