Hello, I commit the patch with few improvements : -propagate the ignoreAnnotation flag to the manipulator (to skip class analysis) -modify the Ant task to support the same behavior
Can you check the committed version. If all right you can close the issue. Clement > -----Message d'origine----- > De : François Fornaciari (JIRA) [mailto:[EMAIL PROTECTED] > Envoyé : jeudi 18 octobre 2007 13:36 > À : [email protected] > Objet : [jira] Updated: (FELIX-398) Execution of the ipojo plugin only > for 'bundle' projects and addition of the 'ignoreAnnotations' parameter > to the configuration > > > [ https://issues.apache.org/jira/browse/FELIX- > 398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] > > François Fornaciari updated FELIX-398: > -------------------------------------- > > Summary: Execution of the ipojo plugin only for 'bundle' projects > and addition of the 'ignoreAnnotations' parameter to the configuration > (was: Addition of the 'ignoreAnnotations' parameter to the ipojo plugin > configuration) > > > Execution of the ipojo plugin only for 'bundle' projects and addition > of the 'ignoreAnnotations' parameter to the configuration > > --------------------------------------------------------------------- > ---------------------------------------------------------- > > > > Key: FELIX-398 > > URL: https://issues.apache.org/jira/browse/FELIX-398 > > Project: Felix > > Issue Type: Improvement > > Components: iPOJO > > Reporter: François Fornaciari > > Priority: Minor > > Attachments: ipojo.patch > > > > > > Plugin usage example : > > <plugin> > > <groupId>org.apache.felix</groupId> > > <artifactId>maven-ipojo-plugin</artifactId> > > <configuration> > > <ignoreAnnotations>true</ignoreAnnotations> > > </configuration> > > ... > > </plugin> > > If the parameter is not specified, the annotations are not ignored. > > -- > This message is automatically generated by JIRA. > - > You can reply to this email to add a comment to the issue online.
