You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Martin (JIRA)" <ji...@apache.org> on 2016/12/09 09:40:58 UTC

[jira] [Commented] (IVY-1161) Add command line support for report generating

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

Martin commented on IVY-1161:
-----------------------------

Hi there,

we are actually looking for something similar, except that we are interested only in generating a list of all artifacts (full destination in repository) that got published via the standalone command. So something similar to the cachepath option which dumps all the resolved and pulled dependencies.

We even would like to add this functionality by ourselves but would need to get some advice where the best location for such a feature would be. The cachepath feature is fully implemented in Main.java (outputCachePath). The information about the full destination is as far as I can see only available in RepositoryResolver in the publish method. I would like to avoid to somehow pass a flag to this component just to dump the destination in this resolver class

Any advice would be really helpful.

Thanks,
Martin

> Add command line support for report generating
> ----------------------------------------------
>
>                 Key: IVY-1161
>                 URL: https://issues.apache.org/jira/browse/IVY-1161
>             Project: Ivy
>          Issue Type: Wish
>          Components: Core
>    Affects Versions: 2.3.0-RC1
>            Reporter: Ignacio de Lucas Rodrigo
>            Priority: Trivial
>
> When using Ivy from Ant, there is a task that allows to generate a dependency report from a repository, either in the form of an XML file or a graph in graphml format. This can't be done when using Ivy in standalone mode: there is no command line option for it. Request that support for this is added. 



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