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/07/01 15:40:44 UTC

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

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.


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

Posted by "Nicolas Lalevée (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "Erik-Berndt Scheper (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "Nicolas Lalevée (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/IVYDE-98?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nicolas Lalevée resolved IVYDE-98.
----------------------------------

    Resolution: Duplicate

Good to know, thanks!

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