Inclusion of ivysettings files in a main ivysettings.xml does not work.
-----------------------------------------------------------------------
Key: IVYDE-98
URL: https://issues.apache.org/jira/browse/IVYDE-98
Project: IvyDE
Issue Type: Bug
Affects Versions: 2.0.0.alpha1
Reporter: Erik-Berndt Scheper
Fix For: 2.0
Inclusion of ivy settings file in IVYDE does not work (using a file or http
reference).
Note: inclusion of properties does work, but apparently only when using a URL.
E.g. when I include my namespaces as follows:
{code:xml}
<ivysettings>
<properties
file="http://172.30.247.68/ivy-settings/ivy.settings.properties" />
<include file="./ivy.settings.namespaces.xml"/>
</ivysettings>
{code}
this works fine in batch mode (using ant), but fails in IVYDE.
Console message:
: problems summary ::
:::: WARNINGS
namespace not found for joda-time#joda-time;1.5.2:
maven2.repo1.maven.org
namespace not found for org.junit#junit;4.4: maven2.repo1.maven.org
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.