You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Dmitry Drozdov (JIRA)" <ji...@apache.org> on 2010/11/03 01:08:26 UTC

[jira] Created: (KARAF-265) add-features-to-repo goal of features-maven-plugin should support wrap jar

add-features-to-repo goal of features-maven-plugin should support wrap jar
--------------------------------------------------------------------------

                 Key: KARAF-265
                 URL: https://issues.apache.org/jira/browse/KARAF-265
             Project: Karaf
          Issue Type: Bug
            Reporter: Dmitry Drozdov
            Assignee: Freeman Fang
             Fix For: 2.1.1, 2.2.0


be able to download it and validate the wrap jar

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


[jira] Commented: (KARAF-265) add-features-to-repo goal of features-maven-plugin should support wrap jar

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12927809#action_12927809 ] 

Freeman Fang commented on KARAF-265:
------------------------------------

we already support wrap for add-features-to-repo goal , but without the additional instructions, we should be able to honor the instructions as well.

> add-features-to-repo goal of features-maven-plugin should support wrap jar
> --------------------------------------------------------------------------
>
>                 Key: KARAF-265
>                 URL: https://issues.apache.org/jira/browse/KARAF-265
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 2.0.0
>            Reporter: Dmitry Drozdov
>            Assignee: Freeman Fang
>             Fix For: 2.1.1, 2.2.0
>
>
> The bundles with wrap prefix are currently skipped, please fix.
> Please also note that wrap prefix allows additional params to be specified after bundle version, using $ sign, like this:
> <bundle>wrap:mvn:org.apache.shiro/shiro-core/1.0.0-incubating$Bundle-Version=1.0.0&amp;Export-Package=*;version="1.0.0"</bundle>
> this is currently not handled properly:
> [ERROR] Can't resolve bundle mvn:org.apache.shiro/shiro-core/1.0.0-incubating$Bundle-Version=1.0.0&Export-Package=*;version="1.0.0"
> org.apache.maven.artifact.resolver.ArtifactNotFoundException: Unable to download the artifact from any repository
> the $ sign and everything after it should be removed from the URL when downloading the bundle

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


[jira] [Closed] (KARAF-265) add-features-to-repo goal of features-maven-plugin should support wrap jar with additional instructions

Posted by "Jamie goodyear (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jamie goodyear closed KARAF-265.
--------------------------------

    
> add-features-to-repo goal of features-maven-plugin should support wrap jar with additional instructions
> -------------------------------------------------------------------------------------------------------
>
>                 Key: KARAF-265
>                 URL: https://issues.apache.org/jira/browse/KARAF-265
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 2.0.0
>            Reporter: Dmitry Drozdov
>            Assignee: Freeman Fang
>             Fix For: 2.1.1, 2.2.0
>
>
> The bundles with wrap prefix are currently skipped, please fix.
> Please also note that wrap prefix allows additional params to be specified after bundle version, using $ sign, like this:
> <bundle>wrap:mvn:org.apache.shiro/shiro-core/1.0.0-incubating$Bundle-Version=1.0.0&amp;Export-Package=*;version="1.0.0"</bundle>
> this is currently not handled properly:
> [ERROR] Can't resolve bundle mvn:org.apache.shiro/shiro-core/1.0.0-incubating$Bundle-Version=1.0.0&Export-Package=*;version="1.0.0"
> org.apache.maven.artifact.resolver.ArtifactNotFoundException: Unable to download the artifact from any repository
> the $ sign and everything after it should be removed from the URL when downloading the bundle

--
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: (KARAF-265) add-features-to-repo goal of features-maven-plugin should support wrap jar with additional instructions

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

Freeman Fang resolved KARAF-265.
--------------------------------

    Resolution: Fixed

commit fix
http://svn.apache.org/viewvc?rev=1030386&view=rev for trunk
http://svn.apache.org/viewvc?rev=1030388&view=rev for 2.1 branch


> add-features-to-repo goal of features-maven-plugin should support wrap jar with additional instructions
> -------------------------------------------------------------------------------------------------------
>
>                 Key: KARAF-265
>                 URL: https://issues.apache.org/jira/browse/KARAF-265
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 2.0.0
>            Reporter: Dmitry Drozdov
>            Assignee: Freeman Fang
>             Fix For: 2.1.1, 2.2.0
>
>
> The bundles with wrap prefix are currently skipped, please fix.
> Please also note that wrap prefix allows additional params to be specified after bundle version, using $ sign, like this:
> <bundle>wrap:mvn:org.apache.shiro/shiro-core/1.0.0-incubating$Bundle-Version=1.0.0&amp;Export-Package=*;version="1.0.0"</bundle>
> this is currently not handled properly:
> [ERROR] Can't resolve bundle mvn:org.apache.shiro/shiro-core/1.0.0-incubating$Bundle-Version=1.0.0&Export-Package=*;version="1.0.0"
> org.apache.maven.artifact.resolver.ArtifactNotFoundException: Unable to download the artifact from any repository
> the $ sign and everything after it should be removed from the URL when downloading the bundle

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


[jira] Updated: (KARAF-265) add-features-to-repo goal of features-maven-plugin should support wrap jar

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

Dmitry Drozdov updated KARAF-265:
---------------------------------

          Description: 
The bundles with wrap prefix are currently skipped, please fix.

Please also note that wrap prefix allows additional params to be specified after bundle version, using $ sign, like this:
<bundle>wrap:mvn:org.apache.shiro/shiro-core/1.0.0-incubating$Bundle-Version=1.0.0&amp;Export-Package=*;version="1.0.0"</bundle>
this is currently not handled properly:

[ERROR] Can't resolve bundle mvn:org.apache.shiro/shiro-core/1.0.0-incubating$Bundle-Version=1.0.0&Export-Package=*;version="1.0.0"
org.apache.maven.artifact.resolver.ArtifactNotFoundException: Unable to download the artifact from any repository

the $ sign and everything after it should be removed from the URL when downloading the bundle

  was:be able to download it and validate the wrap jar

    Affects Version/s: 2.0.0

> add-features-to-repo goal of features-maven-plugin should support wrap jar
> --------------------------------------------------------------------------
>
>                 Key: KARAF-265
>                 URL: https://issues.apache.org/jira/browse/KARAF-265
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 2.0.0
>            Reporter: Dmitry Drozdov
>            Assignee: Freeman Fang
>             Fix For: 2.1.1, 2.2.0
>
>
> The bundles with wrap prefix are currently skipped, please fix.
> Please also note that wrap prefix allows additional params to be specified after bundle version, using $ sign, like this:
> <bundle>wrap:mvn:org.apache.shiro/shiro-core/1.0.0-incubating$Bundle-Version=1.0.0&amp;Export-Package=*;version="1.0.0"</bundle>
> this is currently not handled properly:
> [ERROR] Can't resolve bundle mvn:org.apache.shiro/shiro-core/1.0.0-incubating$Bundle-Version=1.0.0&Export-Package=*;version="1.0.0"
> org.apache.maven.artifact.resolver.ArtifactNotFoundException: Unable to download the artifact from any repository
> the $ sign and everything after it should be removed from the URL when downloading the bundle

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


[jira] Updated: (KARAF-265) add-features-to-repo goal of features-maven-plugin should support wrap jar with additional instructions

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

Freeman Fang updated KARAF-265:
-------------------------------

    Summary: add-features-to-repo goal of features-maven-plugin should support wrap jar with additional instructions  (was: add-features-to-repo goal of features-maven-plugin should support wrap jar)

> add-features-to-repo goal of features-maven-plugin should support wrap jar with additional instructions
> -------------------------------------------------------------------------------------------------------
>
>                 Key: KARAF-265
>                 URL: https://issues.apache.org/jira/browse/KARAF-265
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 2.0.0
>            Reporter: Dmitry Drozdov
>            Assignee: Freeman Fang
>             Fix For: 2.1.1, 2.2.0
>
>
> The bundles with wrap prefix are currently skipped, please fix.
> Please also note that wrap prefix allows additional params to be specified after bundle version, using $ sign, like this:
> <bundle>wrap:mvn:org.apache.shiro/shiro-core/1.0.0-incubating$Bundle-Version=1.0.0&amp;Export-Package=*;version="1.0.0"</bundle>
> this is currently not handled properly:
> [ERROR] Can't resolve bundle mvn:org.apache.shiro/shiro-core/1.0.0-incubating$Bundle-Version=1.0.0&Export-Package=*;version="1.0.0"
> org.apache.maven.artifact.resolver.ArtifactNotFoundException: Unable to download the artifact from any repository
> the $ sign and everything after it should be removed from the URL when downloading the bundle

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


[jira] Work started: (KARAF-265) add-features-to-repo goal of features-maven-plugin should support wrap jar

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

Work on KARAF-265 started by Freeman Fang.

> add-features-to-repo goal of features-maven-plugin should support wrap jar
> --------------------------------------------------------------------------
>
>                 Key: KARAF-265
>                 URL: https://issues.apache.org/jira/browse/KARAF-265
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 2.0.0
>            Reporter: Dmitry Drozdov
>            Assignee: Freeman Fang
>             Fix For: 2.1.1, 2.2.0
>
>
> The bundles with wrap prefix are currently skipped, please fix.
> Please also note that wrap prefix allows additional params to be specified after bundle version, using $ sign, like this:
> <bundle>wrap:mvn:org.apache.shiro/shiro-core/1.0.0-incubating$Bundle-Version=1.0.0&amp;Export-Package=*;version="1.0.0"</bundle>
> this is currently not handled properly:
> [ERROR] Can't resolve bundle mvn:org.apache.shiro/shiro-core/1.0.0-incubating$Bundle-Version=1.0.0&Export-Package=*;version="1.0.0"
> org.apache.maven.artifact.resolver.ArtifactNotFoundException: Unable to download the artifact from any repository
> the $ sign and everything after it should be removed from the URL when downloading the bundle

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