You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Gary Tully (Created) (JIRA)" <ji...@apache.org> on 2012/02/27 23:11:48 UTC

[jira] [Created] (AMQ-3743) activemq-web-console WAR with SNAPSHOT dependencies breaks osgi Bundle-ClassPath in manifest

activemq-web-console WAR with SNAPSHOT dependencies breaks osgi Bundle-ClassPath in manifest
--------------------------------------------------------------------------------------------

                 Key: AMQ-3743
                 URL: https://issues.apache.org/jira/browse/AMQ-3743
             Project: ActiveMQ
          Issue Type: Bug
    Affects Versions: 5.5.1
            Reporter: Gary Tully
            Assignee: Gary Tully
            Priority: Minor
             Fix For: 5.6.0


The maven-war-plugin will install snapshot version dependencies using their timestamp qualified name but the maven-bundle-plugin used to generate the Bundle-ClassPath strips off the timestamp qualifier.
The fix is to make use of the [archive file name mapping|http://maven.apache.org/plugins/maven-war-plugin/examples/file-name-mapping.html] to strip off the qualifier in for the embedded dependencies.
This is only a problem during development as we never release with SNAPSHOT dependencies.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (AMQ-3743) activemq-web-console WAR with SNAPSHOT dependencies breaks osgi Bundle-ClassPath in manifest

Posted by "Gary Tully (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AMQ-3743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Tully resolved AMQ-3743.
-----------------------------

    Resolution: Fixed

fix in http://svn.apache.org/viewvc?rev=1294359&view=rev
                
> activemq-web-console WAR with SNAPSHOT dependencies breaks osgi Bundle-ClassPath in manifest
> --------------------------------------------------------------------------------------------
>
>                 Key: AMQ-3743
>                 URL: https://issues.apache.org/jira/browse/AMQ-3743
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.5.1
>            Reporter: Gary Tully
>            Assignee: Gary Tully
>            Priority: Minor
>              Labels: bundle-classpath, maven, snapshot, war
>             Fix For: 5.6.0
>
>
> The maven-war-plugin will install snapshot version dependencies using their timestamp qualified name but the maven-bundle-plugin used to generate the Bundle-ClassPath strips off the timestamp qualifier.
> The fix is to make use of the [archive file name mapping|http://maven.apache.org/plugins/maven-war-plugin/examples/file-name-mapping.html] to strip off the qualifier in for the embedded dependencies.
> This is only a problem during development as we never release with SNAPSHOT dependencies.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira