You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "François Fornaciari (JIRA)" <ji...@apache.org> on 2007/10/18 13:31:51 UTC

[jira] Created: (FELIX-398) Addition of the 'ignoreAnnotations' parameter to the ipojo plugin configuration

Addition of the 'ignoreAnnotations' parameter to the ipojo plugin 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.


RE: [jira] Updated: (FELIX-398) Execution of the ipojo plugin only for 'bundle' projects and addition of the 'ignoreAnnotations' parameter to the configuration

Posted by Clement Escoffier <cl...@gmail.com>.
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:jira@apache.org]
> Envoyé : jeudi 18 octobre 2007 13:36
> À : dev@felix.apache.org
> 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.


[jira] Updated: (FELIX-398) Execution of the ipojo plugin only for 'bundle' projects and addition of the 'ignoreAnnotations' parameter to the configuration

Posted by "François Fornaciari (JIRA)" <ji...@apache.org>.
     [ 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.


[jira] Updated: (FELIX-398) Addition of the 'ignoreAnnotations' parameter to the ipojo plugin configuration

Posted by "François Fornaciari (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

François Fornaciari updated FELIX-398:
--------------------------------------

    Attachment: ipojo.patch

> Addition of the 'ignoreAnnotations' parameter to the ipojo plugin 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.


[jira] Closed: (FELIX-398) Execution of the ipojo plugin only for 'bundle' projects and addition of the 'ignoreAnnotations' parameter to the configuration

Posted by "François Fornaciari (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

François Fornaciari closed FELIX-398.
-------------------------------------

    Resolution: Fixed

The patch has been applied (some adaptations)

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