You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Stuart McCulloch (JIRA)" <ji...@apache.org> on 2007/05/17 08:23:16 UTC

[jira] Updated: (FELIX-286) BND plugin and optional includes

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

Stuart McCulloch updated FELIX-286:
-----------------------------------

    Priority: Minor

This is fixed in bndlib version 0.0.138 (the latest version on the maven repo as of today appears to be 0.0.140)

> BND plugin and optional includes
> --------------------------------
>
>                 Key: FELIX-286
>                 URL: https://issues.apache.org/jira/browse/FELIX-286
>             Project: Felix
>          Issue Type: Bug
>          Components: Maven Bundle Plugin
>            Reporter: Costin Leau
>            Priority: Minor
>
> From the mailing list...
> > Include and -
> >
> > Bnd tool allow include to specify several files and allows a - to
> > indicate that it's okay if the file is missing. However, the maven
> > plugin doesn't like that, it will complain if the file is missing.
> >
> > <_include>-missing/file.txt</_include>
> >
> this looks like a bug in BND - there's a line in the analyzer that says:
>    if ( noFileOk ) ... throw error...
> so at the moment it only throws an error for missing files when they
> *are* prefixed with a '-', ie. the other way round to the documentation
> I'll raise this with Peter. 

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