You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2011/09/19 11:22:09 UTC

[jira] [Created] (KARAF-875) Unable to define Maven repository URL while adding a features URL

Unable to define Maven repository URL while adding a features URL
-----------------------------------------------------------------

                 Key: KARAF-875
                 URL: https://issues.apache.org/jira/browse/KARAF-875
             Project: Karaf
          Issue Type: Bug
          Components: karaf-features
    Affects Versions: 2.2.3, 2.2.2, 2.2.1, 2.2.0
            Reporter: Jean-Baptiste Onofré
            Assignee: Jean-Baptiste Onofré
             Fix For: 2.2.4


If we try to register a features repository using:

karaf@root> karaf@root> features:addurl mvn:http://localhost:9090!groupId/artifactId/3.0/xml/features

We get the following error:
Error executing command: !groupId/artifactId/3.0/xml/features: event not found

The workaround is to previously register the repository in the etc/org.ops4j.pax.url.mvn.cfg file.

It has to be fixed anyway.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (KARAF-875) Unable to define Maven repository URL while adding a features URL

Posted by "Guillaume Nodet (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13165105#comment-13165105 ] 

Guillaume Nodet commented on KARAF-875:
---------------------------------------

This is an expected behavior (which is the same as the unix bash one actually).
THe '!' is an event designator and must be escaped using '\' or quotes.
However, for some reason, it does not seem to work
I'll fit it in jline asap for 3.0 and in karaf for 2.2.x.
                
> Unable to define Maven repository URL while adding a features URL
> -----------------------------------------------------------------
>
>                 Key: KARAF-875
>                 URL: https://issues.apache.org/jira/browse/KARAF-875
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-features
>    Affects Versions: 2.2.1, 2.2.2, 2.2.3
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.2.6, 3.0.0
>
>
> If we try to register a features repository using:
> karaf@root> features:addurl mvn:http://localhost:9090!groupId/artifactId/3.0/xml/features
> We get the following error:
> Error executing command: !groupId/artifactId/3.0/xml/features: event not found
> The workaround is to previously register the repository in the etc/org.ops4j.pax.url.mvn.cfg file.
> It has to be fixed anyway.

--
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] [Updated] (KARAF-875) Unable to define Maven repository URL while adding a features URL

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

Jean-Baptiste Onofré updated KARAF-875:
---------------------------------------

    Affects Version/s:     (was: 2.2.2)
                           (was: 2.2.1)
                           (was: 2.2.0)

> Unable to define Maven repository URL while adding a features URL
> -----------------------------------------------------------------
>
>                 Key: KARAF-875
>                 URL: https://issues.apache.org/jira/browse/KARAF-875
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-features
>    Affects Versions: 2.2.3
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.2.4
>
>
> If we try to register a features repository using:
> karaf@root> karaf@root> features:addurl mvn:http://localhost:9090!groupId/artifactId/3.0/xml/features
> We get the following error:
> Error executing command: !groupId/artifactId/3.0/xml/features: event not found
> The workaround is to previously register the repository in the etc/org.ops4j.pax.url.mvn.cfg file.
> It has to be fixed anyway.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Closed] (KARAF-875) Unable to define escape the event designator '!' using '\!'

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

Jamie goodyear closed KARAF-875.
--------------------------------

    
> Unable to define escape the event designator '!' using '\!'
> -----------------------------------------------------------
>
>                 Key: KARAF-875
>                 URL: https://issues.apache.org/jira/browse/KARAF-875
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-feature
>    Affects Versions: 2.2.1, 2.2.2, 2.2.3
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Guillaume Nodet
>             Fix For: 2.2.6, 3.0.0
>
>
> If we try to register a features repository using:
> karaf@root> features:addurl mvn:http://localhost:9090!groupId/artifactId/3.0/xml/features
> We get the following error:
> Error executing command: !groupId/artifactId/3.0/xml/features: event not found
> The workaround is to previously register the repository in the etc/org.ops4j.pax.url.mvn.cfg file.
> It has to be fixed anyway.

--
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] [Updated] (KARAF-875) Unable to define Maven repository URL while adding a features URL

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

Jean-Baptiste Onofré updated KARAF-875:
---------------------------------------

    Affects Version/s: 2.2.1
                       2.2.2

> Unable to define Maven repository URL while adding a features URL
> -----------------------------------------------------------------
>
>                 Key: KARAF-875
>                 URL: https://issues.apache.org/jira/browse/KARAF-875
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-features
>    Affects Versions: 2.2.1, 2.2.2, 2.2.3
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.2.4
>
>
> If we try to register a features repository using:
> karaf@root> features:addurl mvn:http://localhost:9090!groupId/artifactId/3.0/xml/features
> We get the following error:
> Error executing command: !groupId/artifactId/3.0/xml/features: event not found
> The workaround is to previously register the repository in the etc/org.ops4j.pax.url.mvn.cfg file.
> It has to be fixed anyway.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (KARAF-875) Unable to define Maven repository URL while adding a features URL

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

Jean-Baptiste Onofré updated KARAF-875:
---------------------------------------

    Description: 
If we try to register a features repository using:

karaf@root> features:addurl mvn:http://localhost:9090!groupId/artifactId/3.0/xml/features

We get the following error:
Error executing command: !groupId/artifactId/3.0/xml/features: event not found

The workaround is to previously register the repository in the etc/org.ops4j.pax.url.mvn.cfg file.

It has to be fixed anyway.

  was:
If we try to register a features repository using:

karaf@root> karaf@root> features:addurl mvn:http://localhost:9090!groupId/artifactId/3.0/xml/features

We get the following error:
Error executing command: !groupId/artifactId/3.0/xml/features: event not found

The workaround is to previously register the repository in the etc/org.ops4j.pax.url.mvn.cfg file.

It has to be fixed anyway.


> Unable to define Maven repository URL while adding a features URL
> -----------------------------------------------------------------
>
>                 Key: KARAF-875
>                 URL: https://issues.apache.org/jira/browse/KARAF-875
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-features
>    Affects Versions: 2.2.3
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.2.4
>
>
> If we try to register a features repository using:
> karaf@root> features:addurl mvn:http://localhost:9090!groupId/artifactId/3.0/xml/features
> We get the following error:
> Error executing command: !groupId/artifactId/3.0/xml/features: event not found
> The workaround is to previously register the repository in the etc/org.ops4j.pax.url.mvn.cfg file.
> It has to be fixed anyway.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (KARAF-875) Unable to define escape the event designator '!' using '\!'

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

Guillaume Nodet updated KARAF-875:
----------------------------------

    Summary: Unable to define escape the event designator '!' using '\!'  (was: Unable to define Maven repository URL while adding a features URL)
    
> Unable to define escape the event designator '!' using '\!'
> -----------------------------------------------------------
>
>                 Key: KARAF-875
>                 URL: https://issues.apache.org/jira/browse/KARAF-875
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-features
>    Affects Versions: 2.2.1, 2.2.2, 2.2.3
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Guillaume Nodet
>             Fix For: 2.2.6, 3.0.0
>
>
> If we try to register a features repository using:
> karaf@root> features:addurl mvn:http://localhost:9090!groupId/artifactId/3.0/xml/features
> We get the following error:
> Error executing command: !groupId/artifactId/3.0/xml/features: event not found
> The workaround is to previously register the repository in the etc/org.ops4j.pax.url.mvn.cfg file.
> It has to be fixed anyway.

--
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] [Updated] (KARAF-875) Unable to define Maven repository URL while adding a features URL

Posted by "Jean-Baptiste Onofré (Updated JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré updated KARAF-875:
---------------------------------------

    Fix Version/s:     (was: 2.2.4)
                   2.2.5
    
> Unable to define Maven repository URL while adding a features URL
> -----------------------------------------------------------------
>
>                 Key: KARAF-875
>                 URL: https://issues.apache.org/jira/browse/KARAF-875
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-features
>    Affects Versions: 2.2.1, 2.2.2, 2.2.3
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.2.5, 3.0.0
>
>
> If we try to register a features repository using:
> karaf@root> features:addurl mvn:http://localhost:9090!groupId/artifactId/3.0/xml/features
> We get the following error:
> Error executing command: !groupId/artifactId/3.0/xml/features: event not found
> The workaround is to previously register the repository in the etc/org.ops4j.pax.url.mvn.cfg file.
> It has to be fixed anyway.

--
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] [Assigned] (KARAF-875) Unable to define Maven repository URL while adding a features URL

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

Guillaume Nodet reassigned KARAF-875:
-------------------------------------

    Assignee: Guillaume Nodet  (was: Jean-Baptiste Onofré)
    
> Unable to define Maven repository URL while adding a features URL
> -----------------------------------------------------------------
>
>                 Key: KARAF-875
>                 URL: https://issues.apache.org/jira/browse/KARAF-875
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-features
>    Affects Versions: 2.2.1, 2.2.2, 2.2.3
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Guillaume Nodet
>             Fix For: 2.2.6, 3.0.0
>
>
> If we try to register a features repository using:
> karaf@root> features:addurl mvn:http://localhost:9090!groupId/artifactId/3.0/xml/features
> We get the following error:
> Error executing command: !groupId/artifactId/3.0/xml/features: event not found
> The workaround is to previously register the repository in the etc/org.ops4j.pax.url.mvn.cfg file.
> It has to be fixed anyway.

--
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] [Commented] (KARAF-875) Unable to define Maven repository URL while adding a features URL

Posted by "Guillaume Nodet (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13165171#comment-13165171 ] 

Guillaume Nodet commented on KARAF-875:
---------------------------------------

This is now fixed in jline2 / karaf trunk with https://github.com/jline/jline2/commit/ce782843a6e53a9207d444a9314ec48ee99b30dc
                
> Unable to define Maven repository URL while adding a features URL
> -----------------------------------------------------------------
>
>                 Key: KARAF-875
>                 URL: https://issues.apache.org/jira/browse/KARAF-875
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-features
>    Affects Versions: 2.2.1, 2.2.2, 2.2.3
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Guillaume Nodet
>             Fix For: 2.2.6, 3.0.0
>
>
> If we try to register a features repository using:
> karaf@root> features:addurl mvn:http://localhost:9090!groupId/artifactId/3.0/xml/features
> We get the following error:
> Error executing command: !groupId/artifactId/3.0/xml/features: event not found
> The workaround is to previously register the repository in the etc/org.ops4j.pax.url.mvn.cfg file.
> It has to be fixed anyway.

--
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] [Updated] (KARAF-875) Unable to define Maven repository URL while adding a features URL

Posted by "Jean-Baptiste Onofré (Updated JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré updated KARAF-875:
---------------------------------------

    Fix Version/s: 3.0.0
    
> Unable to define Maven repository URL while adding a features URL
> -----------------------------------------------------------------
>
>                 Key: KARAF-875
>                 URL: https://issues.apache.org/jira/browse/KARAF-875
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-features
>    Affects Versions: 2.2.1, 2.2.2, 2.2.3
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.2.4, 3.0.0
>
>
> If we try to register a features repository using:
> karaf@root> features:addurl mvn:http://localhost:9090!groupId/artifactId/3.0/xml/features
> We get the following error:
> Error executing command: !groupId/artifactId/3.0/xml/features: event not found
> The workaround is to previously register the repository in the etc/org.ops4j.pax.url.mvn.cfg file.
> It has to be fixed anyway.

--
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-875) Unable to define escape the event designator '!' using '\!'

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

Guillaume Nodet resolved KARAF-875.
-----------------------------------

    Resolution: Fixed
    
> Unable to define escape the event designator '!' using '\!'
> -----------------------------------------------------------
>
>                 Key: KARAF-875
>                 URL: https://issues.apache.org/jira/browse/KARAF-875
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-features
>    Affects Versions: 2.2.1, 2.2.2, 2.2.3
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Guillaume Nodet
>             Fix For: 2.2.6, 3.0.0
>
>
> If we try to register a features repository using:
> karaf@root> features:addurl mvn:http://localhost:9090!groupId/artifactId/3.0/xml/features
> We get the following error:
> Error executing command: !groupId/artifactId/3.0/xml/features: event not found
> The workaround is to previously register the repository in the etc/org.ops4j.pax.url.mvn.cfg file.
> It has to be fixed anyway.

--
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] [Updated] (KARAF-875) Unable to define Maven repository URL while adding a features URL

Posted by "Jean-Baptiste Onofré (Updated JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré updated KARAF-875:
---------------------------------------

    Fix Version/s:     (was: 2.2.5)
                   2.2.6
    
> Unable to define Maven repository URL while adding a features URL
> -----------------------------------------------------------------
>
>                 Key: KARAF-875
>                 URL: https://issues.apache.org/jira/browse/KARAF-875
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-features
>    Affects Versions: 2.2.1, 2.2.2, 2.2.3
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.2.6, 3.0.0
>
>
> If we try to register a features repository using:
> karaf@root> features:addurl mvn:http://localhost:9090!groupId/artifactId/3.0/xml/features
> We get the following error:
> Error executing command: !groupId/artifactId/3.0/xml/features: event not found
> The workaround is to previously register the repository in the etc/org.ops4j.pax.url.mvn.cfg file.
> It has to be fixed anyway.

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