Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 63273 invoked from network); 27 Feb 2007 10:16:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Feb 2007 10:16:55 -0000 Received: (qmail 78326 invoked by uid 500); 27 Feb 2007 10:17:02 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 78299 invoked by uid 500); 27 Feb 2007 10:17:01 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 78288 invoked by uid 99); 27 Feb 2007 10:17:01 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Feb 2007 02:17:01 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [62.193.206.9] (HELO webmail9.amenworld.com) (62.193.206.9) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 27 Feb 2007 02:16:49 -0800 Received: (qmail 3081 invoked from network); 27 Feb 2007 10:16:30 -0000 Received: from 90.52.68-86.rev.gaoland.net (HELO ?127.0.0.1?) (86.68.52.90) by 0 with SMTP; 27 Feb 2007 10:16:30 -0000 Message-ID: <45E404EC.90906@venisse.net> Date: Tue, 27 Feb 2007 11:16:12 +0100 From: Emmanuel Venisse User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: continuum-users@maven.apache.org Subject: Re: Syntax for file:/// url References: <1172570521.18637.12.camel@sonoda.bioscene.co.jp> In-Reply-To: <1172570521.18637.12.camel@sonoda.bioscene.co.jp> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org http://maven.apache.org/continuum/faqs.html#can-i-use-file-protocol-in-add-project-view David Leangen a �crit : > Hi! > > I have a multi-module project that I'd like to add. I downloaded a local > copy of my repo using "svn up" and I am trying to use a pom from there > to add the project. > > However, I keep getting the error message: > > [ You must provide a valid url (http, https, ftp and file > protocols are allowed) ] > > > The continuum logs aren't helping me much. There's no info there telling > me what is wrong. > > I've tried these: > > file://home/continuum/bla/pom.xml > file://home/continuum/bla/pom.xml > file:/home/continuum/bla/pom.xml > file://localhost/home/continuum/bla/pom.xml > file:///for/the/love/of/god!! > > ... and probably every other combination I can think of. > > Is continuum not expecting a regular java url using the file:// > protocol? > > I've worked with URLHandlers before, and I could swear that a file URL > is in the form: > > file:///path/to/file > > (i.e. hostname not required > > My permissions are correct. > > What else could be the problem? > > > Thanks! > Dave > > > > > >