Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 56004 invoked from network); 22 Dec 2010 16:01:24 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Dec 2010 16:01:24 -0000 Received: (qmail 69987 invoked by uid 500); 22 Dec 2010 16:01:23 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 69870 invoked by uid 500); 22 Dec 2010 16:01:23 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 69862 invoked by uid 99); 22 Dec 2010 16:01:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Dec 2010 16:01:23 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Dec 2010 16:01:22 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oBMG12CA021604 for ; Wed, 22 Dec 2010 16:01:02 GMT Message-ID: <8340985.270291293033662409.JavaMail.jira@thor> Date: Wed, 22 Dec 2010 11:01:02 -0500 (EST) From: "Richard S. Hall (JIRA)" To: dev@felix.apache.org Subject: [jira] Updated: (FELIX-2695) [Distro] Invalid settings in config.properties file In-Reply-To: <22691178.31411289501353369.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FELIX-2695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard S. Hall updated FELIX-2695: ----------------------------------- Component/s: (was: Main) Main Distribution Summary: [Distro] Invalid settings in config.properties file (was: [Main] Invalid settings in config.properties file) > [Distro] Invalid settings in config.properties file > --------------------------------------------------- > > Key: FELIX-2695 > URL: https://issues.apache.org/jira/browse/FELIX-2695 > Project: Felix > Issue Type: Bug > Components: Main Distribution > Affects Versions: framework-3.0.6 > Reporter: Richard S. Hall > Priority: Trivial > Fix For: framework-3.0.7 > > Attachments: FELIX-2695.txt > > > The config.properties file references ${dollar} in some of its commented values, but this is only necessary during build because Maven tries to do property substitution. These values are no longer being substituted, perhaps due to a packaging change, so we should eliminate it and just use $. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.