You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Evgeny Goldin (JIRA)" <ji...@apache.org> on 2014/11/10 01:08:33 UTC

[jira] [Commented] (IVY-1474) Ivy Bintray resolver

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

Evgeny Goldin commented on IVY-1474:
------------------------------------

Hi Nicolas, 

I attached an updated patch {{"0001-BintrayResolver-added.patch"}} than can be applied to current {{"2.4.x"}} or {{"master"}} branches. It adds required XML headers, improved examples and also switches JCenter and Bintray to use HTTPS. However, i wasn't able to understand how one contributes a documentation. Following instructions at https://ant.apache.org/ivy/write-doc.html I received no "Edit" or any other icon when browsing {{"site/ivy/production/index.html"}} ether locally or serving it over HTTP server. And I wasn't able to find sources to these HTML files either (assumed sources are kept in some Markdown-like format and there's an Ant task to generate HTMLs). I was able to run {{"ant generate-site"}} at {{"site/ivy"}} but then again - I can't see where the sources of the pages are kept even when greping through the entire repo, all I see is a bunch of HTML files. Could you point me in the right direction? 

> Ivy Bintray resolver
> --------------------
>
>                 Key: IVY-1474
>                 URL: https://issues.apache.org/jira/browse/IVY-1474
>             Project: Ivy
>          Issue Type: New Feature
>            Reporter: Evgeny Goldin
>              Labels: patch
>         Attachments: 0001-BintrayResolver-added.patch, patch.diff
>
>
> This patch add an Ivy Bintray resolver which can the be used as follows:
> {code}
> <ivysettings>
>   <settings defaultResolver="chain"/>
>   <resolvers>
>     <chain name="chain">
>       <!-- http://dl.bintray.com/jfrog/jfrog-jars/ -->
>       <bintray subject="jfrog" repo="jfrog-jars"/>
>       <!-- http://jcenter.bintray.com/ -->
>       <bintray />
>     </chain>
>   </resolvers>
> </ivysettings>
> {code}
> See {{"src/example/bintray"}} for complete example.



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