[
https://issues.apache.org/jira/browse/IVYDE-98?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626932#action_12626932
]
Nicolas Lalevée commented on IVYDE-98:
--------------------------------------
Could it be related to IVYDE-52 ?
In the ivy console, does ivy complains about failing to load that file ? If it
does, which file path it tries to load ?
And can you test that IVYDE-52 is the bottom of the issue please: start eclipse
while your are in the directory where your settings belongs, so the "current
dir" will be the ivy settings one, and probably Ivy will then be able to find
your files.
> 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.