You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "David Savage (JIRA)" <ji...@apache.org> on 2009/10/26 11:40:59 UTC

[jira] Closed: (FELIX-1794) Failure to resolve sigil.properties file if sigil-repo.properties is in flat hierarchy

     [ https://issues.apache.org/jira/browse/FELIX-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Savage closed FELIX-1794.
-------------------------------

       Resolution: Fixed
    Fix Version/s: sigil-1.0.0

patch supplied to org.apache.felix.sigil.ivy.FindUtil

> Failure to resolve sigil.properties file if sigil-repo.properties is in flat hierarchy
> --------------------------------------------------------------------------------------
>
>                 Key: FELIX-1794
>                 URL: https://issues.apache.org/jira/browse/FELIX-1794
>             Project: Felix
>          Issue Type: Bug
>          Components: Sigil
>         Environment: ivy
>            Reporter: David Savage
>             Fix For: sigil-1.0.0
>
>
> % cd /somewhere
> % ls -1
> build
> build.properties
> build.xml
> ivy.xml
> ivysettings.xml
> sigil-repos.properties
> sigil.properties
> src
> % more sigil-repos.properties 
> # repository config
> -repositories:  system, project
> system;provider:        system
> system;level:           -1
> project;provider:       project
> project;level:  0
> project;pattern:        **[sigilproject]
> % ant
> ...
> BUILD FAILED
> /some-where/build.xml:13: impossible to resolve dependencies:
>         java.lang.IllegalArgumentException: ProjectRepository: no projects found using pattern: **sigil.properties pwd=/some-where

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.