You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Sahoo (JIRA)" <ji...@apache.org> on 2008/03/16 14:00:24 UTC

[jira] Created: (FELIX-519) maven-bundle-plugin should issue a WARNING for unsupported packaging types

maven-bundle-plugin should issue a WARNING for unsupported packaging types
--------------------------------------------------------------------------

                 Key: FELIX-519
                 URL: https://issues.apache.org/jira/browse/FELIX-519
             Project: Felix
          Issue Type: Bug
          Components: Maven Bundle Plugin
    Affects Versions: maven-bundle-plugin-1.4.1
         Environment: JDK 1.5 on Solaris x86, but it does not matter for this issue
            Reporter: Sahoo
            Priority: Minor
             Fix For: maven-bundle-plugin-1.4.1


My pom uses a custom packaging type called hk2-jar, which is similar to jar. I wanted to invoke maven-bundle-plugin:bundle-manifest goal. So, I configured my pom.xml like this (Pleas note the bug in specifying supportedProjectTypes options):
          <plugin>
               <groupId>org.apache.felix</groupId>
               <artifactId>maven-bundle-plugin</artifactId>
               <configuration>
                   <supportedProjectType>hk2-jar</supportedProjectType>
                   <supportedProjectType>jar</supportedProjectType>
                   <supportedProjectType>bundle</supportedProjectType>
               </configuration>
               <executions>
                   <execution>
                       <id>bundle-manifest</id>
                       <phase>process-classes</phase>
                       <goals>
                           <goal>manifest</goal>
                       </goals>
                   </execution>
               </executions>
           </plugin> 
Since, I did not extend the supportedProjectTypes to include hk2-jar, ideally the plugin should have issued a WARNING message. Instead, it issues a DEBUG message if the project type is not suitable. If I run with -X option, I see a debug message that says project type is not compatible. 
Please change the plugin to issue a WARNING from maven-bundle-plugin rather than a DEBUG message.

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


[jira] Assigned: (FELIX-519) maven-bundle-plugin should issue a WARNING for unsupported packaging types

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

Stuart McCulloch reassigned FELIX-519:
--------------------------------------

    Assignee: Stuart McCulloch

> maven-bundle-plugin should issue a WARNING for unsupported packaging types
> --------------------------------------------------------------------------
>
>                 Key: FELIX-519
>                 URL: https://issues.apache.org/jira/browse/FELIX-519
>             Project: Felix
>          Issue Type: Bug
>          Components: Maven Bundle Plugin
>    Affects Versions: maven-bundle-plugin-1.4.1
>         Environment: JDK 1.5 on Solaris x86, but it does not matter for this issue
>            Reporter: Sahoo
>            Assignee: Stuart McCulloch
>            Priority: Minor
>             Fix For: maven-bundle-plugin-1.4.1
>
>
> My pom uses a custom packaging type called hk2-jar, which is similar to jar. I wanted to invoke maven-bundle-plugin:bundle-manifest goal. So, I configured my pom.xml like this (Pleas note the bug in specifying supportedProjectTypes options):
>           <plugin>
>                <groupId>org.apache.felix</groupId>
>                <artifactId>maven-bundle-plugin</artifactId>
>                <configuration>
>                    <supportedProjectType>hk2-jar</supportedProjectType>
>                    <supportedProjectType>jar</supportedProjectType>
>                    <supportedProjectType>bundle</supportedProjectType>
>                </configuration>
>                <executions>
>                    <execution>
>                        <id>bundle-manifest</id>
>                        <phase>process-classes</phase>
>                        <goals>
>                            <goal>manifest</goal>
>                        </goals>
>                    </execution>
>                </executions>
>            </plugin> 
> Since, I did not extend the supportedProjectTypes to include hk2-jar, ideally the plugin should have issued a WARNING message. Instead, it issues a DEBUG message if the project type is not suitable. If I run with -X option, I see a debug message that says project type is not compatible. 
> Please change the plugin to issue a WARNING from maven-bundle-plugin rather than a DEBUG message.

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


[jira] Closed: (FELIX-519) maven-bundle-plugin should issue a WARNING for unsupported packaging types

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

Stuart McCulloch closed FELIX-519.
----------------------------------


maven-bundle-plugin 1.4.1 has now been released to the maven repository

> maven-bundle-plugin should issue a WARNING for unsupported packaging types
> --------------------------------------------------------------------------
>
>                 Key: FELIX-519
>                 URL: https://issues.apache.org/jira/browse/FELIX-519
>             Project: Felix
>          Issue Type: Bug
>          Components: Maven Bundle Plugin
>    Affects Versions: maven-bundle-plugin-1.4.0
>         Environment: JDK 1.5 on Solaris x86, but it does not matter for this issue
>            Reporter: Sahoo
>            Assignee: Stuart McCulloch
>            Priority: Minor
>             Fix For: maven-bundle-plugin-1.4.1
>
>
> My pom uses a custom packaging type called hk2-jar, which is similar to jar. I wanted to invoke maven-bundle-plugin:bundle-manifest goal. So, I configured my pom.xml like this (Pleas note the bug in specifying supportedProjectTypes options):
>           <plugin>
>                <groupId>org.apache.felix</groupId>
>                <artifactId>maven-bundle-plugin</artifactId>
>                <configuration>
>                    <supportedProjectType>hk2-jar</supportedProjectType>
>                    <supportedProjectType>jar</supportedProjectType>
>                    <supportedProjectType>bundle</supportedProjectType>
>                </configuration>
>                <executions>
>                    <execution>
>                        <id>bundle-manifest</id>
>                        <phase>process-classes</phase>
>                        <goals>
>                            <goal>manifest</goal>
>                        </goals>
>                    </execution>
>                </executions>
>            </plugin> 
> Since, I did not extend the supportedProjectTypes to include hk2-jar, ideally the plugin should have issued a WARNING message. Instead, it issues a DEBUG message if the project type is not suitable. If I run with -X option, I see a debug message that says project type is not compatible. 
> Please change the plugin to issue a WARNING from maven-bundle-plugin rather than a DEBUG message.

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


[jira] Work started: (FELIX-519) maven-bundle-plugin should issue a WARNING for unsupported packaging types

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

Work on FELIX-519 started by Stuart McCulloch.

> maven-bundle-plugin should issue a WARNING for unsupported packaging types
> --------------------------------------------------------------------------
>
>                 Key: FELIX-519
>                 URL: https://issues.apache.org/jira/browse/FELIX-519
>             Project: Felix
>          Issue Type: Bug
>          Components: Maven Bundle Plugin
>    Affects Versions: maven-bundle-plugin-1.4.1
>         Environment: JDK 1.5 on Solaris x86, but it does not matter for this issue
>            Reporter: Sahoo
>            Assignee: Stuart McCulloch
>            Priority: Minor
>             Fix For: maven-bundle-plugin-1.4.1
>
>
> My pom uses a custom packaging type called hk2-jar, which is similar to jar. I wanted to invoke maven-bundle-plugin:bundle-manifest goal. So, I configured my pom.xml like this (Pleas note the bug in specifying supportedProjectTypes options):
>           <plugin>
>                <groupId>org.apache.felix</groupId>
>                <artifactId>maven-bundle-plugin</artifactId>
>                <configuration>
>                    <supportedProjectType>hk2-jar</supportedProjectType>
>                    <supportedProjectType>jar</supportedProjectType>
>                    <supportedProjectType>bundle</supportedProjectType>
>                </configuration>
>                <executions>
>                    <execution>
>                        <id>bundle-manifest</id>
>                        <phase>process-classes</phase>
>                        <goals>
>                            <goal>manifest</goal>
>                        </goals>
>                    </execution>
>                </executions>
>            </plugin> 
> Since, I did not extend the supportedProjectTypes to include hk2-jar, ideally the plugin should have issued a WARNING message. Instead, it issues a DEBUG message if the project type is not suitable. If I run with -X option, I see a debug message that says project type is not compatible. 
> Please change the plugin to issue a WARNING from maven-bundle-plugin rather than a DEBUG message.

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


[jira] Work stopped: (FELIX-519) maven-bundle-plugin should issue a WARNING for unsupported packaging types

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

Work on FELIX-519 stopped by Stuart McCulloch.

> maven-bundle-plugin should issue a WARNING for unsupported packaging types
> --------------------------------------------------------------------------
>
>                 Key: FELIX-519
>                 URL: https://issues.apache.org/jira/browse/FELIX-519
>             Project: Felix
>          Issue Type: Bug
>          Components: Maven Bundle Plugin
>    Affects Versions: maven-bundle-plugin-1.4.1
>         Environment: JDK 1.5 on Solaris x86, but it does not matter for this issue
>            Reporter: Sahoo
>            Assignee: Stuart McCulloch
>            Priority: Minor
>             Fix For: maven-bundle-plugin-1.4.1
>
>
> My pom uses a custom packaging type called hk2-jar, which is similar to jar. I wanted to invoke maven-bundle-plugin:bundle-manifest goal. So, I configured my pom.xml like this (Pleas note the bug in specifying supportedProjectTypes options):
>           <plugin>
>                <groupId>org.apache.felix</groupId>
>                <artifactId>maven-bundle-plugin</artifactId>
>                <configuration>
>                    <supportedProjectType>hk2-jar</supportedProjectType>
>                    <supportedProjectType>jar</supportedProjectType>
>                    <supportedProjectType>bundle</supportedProjectType>
>                </configuration>
>                <executions>
>                    <execution>
>                        <id>bundle-manifest</id>
>                        <phase>process-classes</phase>
>                        <goals>
>                            <goal>manifest</goal>
>                        </goals>
>                    </execution>
>                </executions>
>            </plugin> 
> Since, I did not extend the supportedProjectTypes to include hk2-jar, ideally the plugin should have issued a WARNING message. Instead, it issues a DEBUG message if the project type is not suitable. If I run with -X option, I see a debug message that says project type is not compatible. 
> Please change the plugin to issue a WARNING from maven-bundle-plugin rather than a DEBUG message.

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


[jira] Updated: (FELIX-519) maven-bundle-plugin should issue a WARNING for unsupported packaging types

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

Stuart McCulloch updated FELIX-519:
-----------------------------------

    Affects Version/s:     (was: maven-bundle-plugin-1.4.1)
                       maven-bundle-plugin-1.4.0

> maven-bundle-plugin should issue a WARNING for unsupported packaging types
> --------------------------------------------------------------------------
>
>                 Key: FELIX-519
>                 URL: https://issues.apache.org/jira/browse/FELIX-519
>             Project: Felix
>          Issue Type: Bug
>          Components: Maven Bundle Plugin
>    Affects Versions: maven-bundle-plugin-1.4.0
>         Environment: JDK 1.5 on Solaris x86, but it does not matter for this issue
>            Reporter: Sahoo
>            Assignee: Stuart McCulloch
>            Priority: Minor
>             Fix For: maven-bundle-plugin-1.4.1
>
>
> My pom uses a custom packaging type called hk2-jar, which is similar to jar. I wanted to invoke maven-bundle-plugin:bundle-manifest goal. So, I configured my pom.xml like this (Pleas note the bug in specifying supportedProjectTypes options):
>           <plugin>
>                <groupId>org.apache.felix</groupId>
>                <artifactId>maven-bundle-plugin</artifactId>
>                <configuration>
>                    <supportedProjectType>hk2-jar</supportedProjectType>
>                    <supportedProjectType>jar</supportedProjectType>
>                    <supportedProjectType>bundle</supportedProjectType>
>                </configuration>
>                <executions>
>                    <execution>
>                        <id>bundle-manifest</id>
>                        <phase>process-classes</phase>
>                        <goals>
>                            <goal>manifest</goal>
>                        </goals>
>                    </execution>
>                </executions>
>            </plugin> 
> Since, I did not extend the supportedProjectTypes to include hk2-jar, ideally the plugin should have issued a WARNING message. Instead, it issues a DEBUG message if the project type is not suitable. If I run with -X option, I see a debug message that says project type is not compatible. 
> Please change the plugin to issue a WARNING from maven-bundle-plugin rather than a DEBUG message.

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


[jira] Resolved: (FELIX-519) maven-bundle-plugin should issue a WARNING for unsupported packaging types

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

Stuart McCulloch resolved FELIX-519.
------------------------------------

    Resolution: Fixed

Fixed in trunk

> maven-bundle-plugin should issue a WARNING for unsupported packaging types
> --------------------------------------------------------------------------
>
>                 Key: FELIX-519
>                 URL: https://issues.apache.org/jira/browse/FELIX-519
>             Project: Felix
>          Issue Type: Bug
>          Components: Maven Bundle Plugin
>    Affects Versions: maven-bundle-plugin-1.4.1
>         Environment: JDK 1.5 on Solaris x86, but it does not matter for this issue
>            Reporter: Sahoo
>            Assignee: Stuart McCulloch
>            Priority: Minor
>             Fix For: maven-bundle-plugin-1.4.1
>
>
> My pom uses a custom packaging type called hk2-jar, which is similar to jar. I wanted to invoke maven-bundle-plugin:bundle-manifest goal. So, I configured my pom.xml like this (Pleas note the bug in specifying supportedProjectTypes options):
>           <plugin>
>                <groupId>org.apache.felix</groupId>
>                <artifactId>maven-bundle-plugin</artifactId>
>                <configuration>
>                    <supportedProjectType>hk2-jar</supportedProjectType>
>                    <supportedProjectType>jar</supportedProjectType>
>                    <supportedProjectType>bundle</supportedProjectType>
>                </configuration>
>                <executions>
>                    <execution>
>                        <id>bundle-manifest</id>
>                        <phase>process-classes</phase>
>                        <goals>
>                            <goal>manifest</goal>
>                        </goals>
>                    </execution>
>                </executions>
>            </plugin> 
> Since, I did not extend the supportedProjectTypes to include hk2-jar, ideally the plugin should have issued a WARNING message. Instead, it issues a DEBUG message if the project type is not suitable. If I run with -X option, I see a debug message that says project type is not compatible. 
> Please change the plugin to issue a WARNING from maven-bundle-plugin rather than a DEBUG message.

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