Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 60512 invoked from network); 27 Feb 2007 10:06:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Feb 2007 10:06:30 -0000 Received: (qmail 68493 invoked by uid 500); 27 Feb 2007 10:06:37 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 68471 invoked by uid 500); 27 Feb 2007 10:06:36 -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 68455 invoked by uid 99); 27 Feb 2007 10:06:36 -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:06:36 -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 [202.238.89.128] (HELO bioscene.co.jp) (202.238.89.128) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 27 Feb 2007 02:06:25 -0800 Received: (qmail 24701 invoked from network); 27 Feb 2007 10:07:32 -0000 Received: from unknown (HELO eth0.sonoda) (192.168.2.5) by bioscene.co.jp with SMTP; 27 Feb 2007 10:07:32 -0000 Subject: Syntax for file:/// url From: David Leangen To: continuum-users@maven.apache.org Content-Type: text/plain Date: Tue, 27 Feb 2007 19:02:01 +0900 Message-Id: <1172570521.18637.12.camel@sonoda.bioscene.co.jp> Mime-Version: 1.0 X-Mailer: Evolution 2.6.0 (2.6.0-1) Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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