Daniel Schaarschmidt created IVYDE-382:
------------------------------------------
Summary: 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.4#6332)