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

Antoine Toulme closed BUILDR-298.
---------------------------------
    Resolution: Auto Closed

> artifact symbols don't work for sub namespace  in parent
> --------------------------------------------------------
>
>                 Key: BUILDR-298
>                 URL: https://issues.apache.org/jira/browse/BUILDR-298
>             Project: Buildr
>          Issue Type: Bug
>          Components: Packaging
>    Affects Versions: 1.3.4
>            Reporter: Ittay Dror
>             Fix For: 1.5
>
>
> ittayd/tmp > buildr
> (in /tmp, development)
> Building foo
> Buildr aborted!
> No artifact found by name :foo_bar in namespace foo:bar
> /tmp/buildfile:12
> (See full trace by running task with --trace)
> ittayd/tmp > cat buildfile 
> define 'foo' do
>   project.group = 'foo'
>   project.version = '1'
>  
>   artifact_ns do |ns|
>     ns.ns(:foo) do |ns|
>       ns.bar = 'foo:bar:jar:1'
>     end
>   end
>   define 'bar' do
>     compile.with :foo_bar
>   end
> end



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to