Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
2.0.0.alpha1
-
None
-
None
Description
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:
<ivysettings> <properties file="http://172.30.247.68/ivy-settings/ivy.settings.properties" /> <include file="./ivy.settings.namespaces.xml"/> </ivysettings>
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
Attachments
Issue Links
- duplicates
-
IVYDE-52 Set current working dir to eclipse project location
- Resolved