You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Derek Baum (JIRA)" <ji...@apache.org> on 2009/09/17 17:44:58 UTC

[jira] Resolved: (FELIX-1608) non-existent OBR repository is fatal

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

Derek Baum resolved FELIX-1608.
-------------------------------

    Resolution: Fixed

added 'optional' attribute to OBR repos, to avoid fatal error if they don't exist.


bld-shared;provider:    obr
bld-shared;level:       2
bld-shared;auth:        ${.}/sigil-auth.propetries
bld-shared;url:           file:${..}/build/repo-shared/repository.obr
bld-shared;optional:    true
bld-shared;index:       ${..}/build/bld-shared.obr

> non-existent OBR repository is fatal
> ------------------------------------
>
>                 Key: FELIX-1608
>                 URL: https://issues.apache.org/jira/browse/FELIX-1608
>             Project: Felix
>          Issue Type: Bug
>          Components: Sigil
>            Reporter: Derek Baum
>            Assignee: Derek Baum
>            Priority: Minor
>
> If sigil-repos.properties references an non-existent repository, the build fails.
> It would be better if this behaviour could be controlled by adding an extra key to each repository definition,
> e.g. optional = true, would treat a non-existent repository as optiona

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