[
https://issues.apache.org/jira/browse/FELIX-286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stuart McCulloch updated FELIX-286:
-----------------------------------
can this issue be closed?
> 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
> Assignee: Richard S. Hall
> 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.