[
https://issues.apache.org/jira/browse/IVYDE-382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16018847#comment-16018847
]
jaikiran pai commented on IVYDE-382:
------------------------------------
[~Michael_Breu], IvyDE project is being revived. If you would like to
contribute to it, including this change/patch, would you please send out a mail
to the *dev* mailing list that's noted here
https://ant.apache.org/ivy/ivyde/mailing-lists.html.
> 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
>
> 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
(v6.3.15#6346)