You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Roger (JIRA)" <ji...@apache.org> on 2015/06/17 16:16:00 UTC

[jira] [Commented] (IVY-1473) deliver does not strip private conf from defaultconf='my-private-conf'

    [ https://issues.apache.org/jira/browse/IVY-1473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14589803#comment-14589803 ] 

Roger commented on IVY-1473:
----------------------------

It should be an error if a private conf is included in the defaultconf attribute.

> deliver does not strip private conf from defaultconf='my-private-conf'
> ----------------------------------------------------------------------
>
>                 Key: IVY-1473
>                 URL: https://issues.apache.org/jira/browse/IVY-1473
>             Project: Ivy
>          Issue Type: Bug
>          Components: Ant
>    Affects Versions: 2.4.0-RC1
>            Reporter: Roger
>
> Probably need to check defaultconfmapping= too:
> My deliver command result in the following file:
> <?xml version="1.0" encoding="UTF-8"?>
>     <info organisation="MyOrg" module="MyModule" revision="20140523152715" status="integration" publication="20140523152715"/>
>     <configurations>
>         <conf name="default"/>
> 	<conf name="ide" visibility="private"/>		
>     </configurations>
>     <dependencies defaultconf="default,ide">       
>         ...
>     </dependencies>
> </ivy-module>



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