You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Gintas Grigelionis (JIRA)" <ji...@apache.org> on 2018/08/07 17:32:00 UTC

[jira] [Closed] (IVYDE-382) ivysettings.xml with credentials

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

Gintas Grigelionis closed IVYDE-382.
------------------------------------

> ivysettings.xml with credentials
> --------------------------------
>
>                 Key: IVYDE-382
>                 URL: https://issues.apache.org/jira/browse/IVYDE-382
>             Project: IvyDE
>          Issue Type: Improvement
>          Components: classpath container
>    Affects Versions: 2.2.0.final
>         Environment: Eclipse 4.5.0
>            Reporter: Daniel Schaarschmidt
>            Assignee: Nicolas Lalevée
>            Priority: Major
>             Fix For: master
>
>
> In the current version it is not possible to provide credentials needed to get the ivysettings.xml. In my ant-build-file I have it working with the following declaration:
> {code:xml}
> <ivy:settings id="ivysettings" url="http://myhost/svn2/config/ivysettings.xml" 
>       host="myhost" realm="Subversion-OhneAd" username="config" passwd="config-pw"/>
> {code}
> But in IvyDE I don't have the opportunity to provide those credentials and therefore can't get the ivysettings.xml. The error is:
> {quote}
>  The ivy settings file 'http://myhost/svn2/config/ivysettings.xml' could not be read: The HTTP response code for http://myhost/svn2/config/ivysettings.xml did not indicate a success. See log for more detail.
> {quote}
> So we need a way to provide credentials for getting the ivysettings.xml within IvyDE.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)