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