Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 78217 invoked from network); 29 Jan 2008 05:47:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Jan 2008 05:47:58 -0000 Received: (qmail 56055 invoked by uid 500); 29 Jan 2008 05:47:47 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 56026 invoked by uid 500); 29 Jan 2008 05:47:47 -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 56017 invoked by uid 99); 29 Jan 2008 05:47:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2008 21:47:47 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jan 2008 05:47:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D42B4714045 for ; Mon, 28 Jan 2008 21:47:33 -0800 (PST) Message-ID: <11619302.1201585653828.JavaMail.jira@brutus> Date: Mon, 28 Jan 2008 21:47:33 -0800 (PST) From: "Stuart McCulloch (JIRA)" To: dev@felix.apache.org Subject: [jira] Updated: (FELIX-457) Incorrect URI generated by obr-plugin:deploy In-Reply-To: <6781124.1200094473825.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/FELIX-457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stuart McCulloch updated FELIX-457: ----------------------------------- Fix Version/s: (was: 1.0.1) 1.2.0 > Incorrect URI generated by obr-plugin:deploy > -------------------------------------------- > > Key: FELIX-457 > URL: https://issues.apache.org/jira/browse/FELIX-457 > Project: Felix > Issue Type: Bug > Components: Maven OBR Plugin > Affects Versions: 1.0.0 > Environment: Windows XP, Java 1.6.0_02, Maven 2.0.8, maven-obr-plugin-1.0.0 (release) > Reporter: I-Ann Chen > Assignee: Stuart McCulloch > Fix For: 1.2.0 > > > When I tried deploying to a remote repository, the URI generated by the maven-obr-plugin was './C:/MAVEN_REPO/foo.jar' instead of './foo.jar' > I believe this is because the extractFileName method in the PathFile class is using '/' instead of File.seperatorChar because after I replaced that, it worked as expected. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.