You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Clement Escoffier (JIRA)" <ji...@apache.org> on 2011/01/02 19:10:45 UTC

[jira] Resolved: (FELIX-2755) Allow the manipulator and the different front end to use several metadata files

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

Clement Escoffier resolved FELIX-2755.
--------------------------------------

    Resolution: Fixed

> Allow the manipulator and the different front end to use several metadata files
> -------------------------------------------------------------------------------
>
>                 Key: FELIX-2755
>                 URL: https://issues.apache.org/jira/browse/FELIX-2755
>             Project: Felix
>          Issue Type: Improvement
>          Components: iPOJO
>            Reporter: Clement Escoffier
>            Assignee: Clement Escoffier
>             Fix For: iPOJO-1.8.0
>
>
> The manipulator and the frontends (maven and ant) do not support having several metadata file. So, for bundles with a lot of components, the metadata file can be quite big.
> This improvement aims to support several files. If the specified metadata location is a directory, all xml files will be used (recursive search). 
> The maven plugin should also look by default into the src/main/ipojo folder. If this folder exists, all contained XML files will be used. If the folder does not exist, the plugin should use the current policy (search for target/classes/metadata.xml and ./metadata.xml). If the folder exists but is empty, the manipulation should just use annotations.

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