You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Erik-Berndt Scheper (JIRA)" <ji...@apache.org> on 2008/09/23 09:46:44 UTC

[jira] Commented: (IVYDE-98) Inclusion of ivysettings files in a main ivysettings.xml does not work.

    [ https://issues.apache.org/jira/browse/IVYDE-98?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12633645#action_12633645 ] 

Erik-Berndt Scheper commented on IVYDE-98:
------------------------------------------

You are absolutely right.

> 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.