Return-Path: X-Original-To: apmail-karaf-issues-archive@minotaur.apache.org Delivered-To: apmail-karaf-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A82DA8149 for ; Wed, 10 Aug 2011 19:02:50 +0000 (UTC) Received: (qmail 47967 invoked by uid 500); 10 Aug 2011 19:02:50 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 47923 invoked by uid 500); 10 Aug 2011 19:02:50 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 47915 invoked by uid 99); 10 Aug 2011 19:02:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2011 19:02:49 +0000 X-ASF-Spam-Status: No, hits=-2000.8 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2011 19:02:48 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id DB21DB6051 for ; Wed, 10 Aug 2011 19:02:27 +0000 (UTC) Date: Wed, 10 Aug 2011 19:02:27 +0000 (UTC) From: =?utf-8?Q?=C5=81ukasz_Dywicki_=28JIRA=29?= To: issues@karaf.apache.org Message-ID: <694719463.24829.1313002947878.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (KARAF-810) pax-url-mvn doesn't work correctly with jline MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 pax-url-mvn doesn't work correctly with jline --------------------------------------------- Key: KARAF-810 URL: https://issues.apache.org/jira/browse/KARAF-810 Project: Karaf Issue Type: Bug Affects Versions: 2.2.2 Reporter: =C5=81ukasz Dywicki After try to install new artifact from console {code}install mvn:http://fox.camunda.com/mvn!org.activiti/activiti-engine/5= .7-SNAPSHOT{code} I've got following error: {code} java.lang.IllegalArgumentException: !org.activiti/activiti-engine/5.7-SNAPS= HOTinfo: event not found =09at jline.console.ConsoleReader.expandEvents(ConsoleReader.java:452)[38:o= rg.apache.karaf.shell.console:2.2.0.fuse-00-43] =09at jline.console.ConsoleReader.finishBuffer(ConsoleReader.java:337)[38:o= rg.apache.karaf.shell.console:2.2.0.fuse-00-43] =09at jline.console.ConsoleReader.readLine(ConsoleReader.java:1247)[38:org.= apache.karaf.shell.console:2.2.0.fuse-00-43] =09at jline.console.ConsoleReader.readLine(ConsoleReader.java:1082)[38:org.= apache.karaf.shell.console:2.2.0.fuse-00-43] =09at org.apache.karaf.shell.console.jline.Console.run(Console.java:217)[38= :org.apache.karaf.shell.console:2.2.0.fuse-00-43] =09at java.lang.Thread.run(Thread.java:680)[:1.6.0_26] {code} -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira