Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 81177 invoked from network); 19 Nov 2007 08:56:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Nov 2007 08:56:21 -0000 Received: (qmail 12776 invoked by uid 500); 19 Nov 2007 08:56:08 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 12524 invoked by uid 500); 19 Nov 2007 08:56:07 -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 12515 invoked by uid 99); 19 Nov 2007 08:56:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Nov 2007 00:56:07 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rajinisivaram@googlemail.com designates 64.233.162.224 as permitted sender) Received: from [64.233.162.224] (HELO nz-out-0506.google.com) (64.233.162.224) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Nov 2007 08:55:56 +0000 Received: by nz-out-0506.google.com with SMTP id o1so1127735nzf for ; Mon, 19 Nov 2007 00:55:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=WTnYF+5OziBRXN4DlOljIDucFfTFBMlOKRq8a5nT3NM=; b=KJenvwf4kDsbsFv88f1+EeRFLr19VZQzT2oxJf14OUnD/ZO3Kj/O4b+5QqPkcggnRtEZcqZgTPc7u0CGcbMaEL4uWBtCDNwNG9VIuxe631zh2qVQ2fLxnmmDFdPUV0Px23MMlk09R+wdV/Zf2IctwZ4sOwDn6+G8VWCvr/qPYUA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=TFfQOEPfRsEJvgPWmxQuufpB+7ArHNqW9NAblZJ+qAWiKTsD3m+yS8MR+X/hjEUKYkb0tH1YrAzCiTMWHQFKX+MYnEkulfMKrGQNUsDUBnefVDpg3zSnwC57qU/w30zkERlwZ2PTHOWYyGHwW1Uhh5A/phaeby2WYT7isvw5kyQ= Received: by 10.142.112.5 with SMTP id k5mr983599wfc.1195462549381; Mon, 19 Nov 2007 00:55:49 -0800 (PST) Received: by 10.142.232.21 with HTTP; Mon, 19 Nov 2007 00:55:49 -0800 (PST) Message-ID: Date: Mon, 19 Nov 2007 08:55:49 +0000 From: "Rajini Sivaram" To: dev@felix.apache.org Subject: URIs in repository.xml generated by maven-obr-plugin MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_15131_4522141.1195462549376" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_15131_4522141.1195462549376 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello, I am using maven-bundle-plugin to create bundles and add entries to repository.xml, using the default repository file, which is "C:\Documents and Settings\Administrator\.m2\repository\repository.xml". The URIs generated start with 'null' instead of a relative path. The code in maven-obr-plugin which determines the relative path segment to generate this URI seems to be comparing "C:\Documents and Settings" against "C:\Documents%20and%20Settings", and returns null since these dont match. I am using maven-bundle-plugin version 1.1.0-SNAPSHOT. Have I missed something in pom.xml? Thank you... Regards, Rajini ------=_Part_15131_4522141.1195462549376--