You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Peter Donald (JIRA)" <ji...@apache.org> on 2012/10/07 01:49:12 UTC

[jira] [Updated] (BUILDR-298) artifact symbols don't work for sub namespace in parent

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

Peter Donald updated BUILDR-298:
--------------------------------

    Fix Version/s: 1.5
    
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira