Return-Path: Delivered-To: apmail-karaf-issues-archive@minotaur.apache.org Received: (qmail 3666 invoked from network); 17 Mar 2011 16:46:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Mar 2011 16:46:54 -0000 Received: (qmail 8465 invoked by uid 500); 17 Mar 2011 16:46:54 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 8437 invoked by uid 500); 17 Mar 2011 16:46:54 -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 8429 invoked by uid 99); 17 Mar 2011 16:46:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Mar 2011 16:46:54 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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; Thu, 17 Mar 2011 16:46:51 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 9F1BD3AE229 for ; Thu, 17 Mar 2011 16:46:29 +0000 (UTC) Date: Thu, 17 Mar 2011 16:46:29 +0000 (UTC) From: "David Jencks (JIRA)" To: issues@karaf.apache.org Message-ID: <1275018619.9175.1300380389648.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Created: (KARAF-523) Allow maven style names in startup.properties MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Allow maven style names in startup.properties --------------------------------------------- Key: KARAF-523 URL: https://issues.apache.org/jira/browse/KARAF-523 Project: Karaf Issue Type: New Feature Components: runtime Affects Versions: 3.0.0 Reporter: David Jencks Assignee: David Jencks I want to allow specifying bundles by maven style names rather than file paths in startup.properties, like this: org.ops4j.pax.url\:pax-url-mvn\:${pax.url.version}=5 Note the : needs to be escaped so it's not interpreted as the key/value delimiter. I have two reasons: - they look nicer - I'm writing some maven plugins that run "karaf" and I want to make it easy to run against the local maven repo rather than constructing an entire instance and copying all the jars. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira