From users-return-7491-apmail-continuum-users-archive=continuum.apache.org@continuum.apache.org Thu Feb 05 10:52:02 2009 Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 78634 invoked from network); 5 Feb 2009 10:52:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Feb 2009 10:52:02 -0000 Received: (qmail 96600 invoked by uid 500); 5 Feb 2009 10:52:00 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 96572 invoked by uid 500); 5 Feb 2009 10:52:00 -0000 Mailing-List: contact users-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@continuum.apache.org Delivered-To: mailing list users@continuum.apache.org Received: (qmail 96561 invoked by uid 99); 5 Feb 2009 10:52:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Feb 2009 02:52:00 -0800 X-ASF-Spam-Status: No, hits=2.4 required=10.0 tests=HTML_MESSAGE,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of emmanuel.venisse@gmail.com designates 72.14.220.158 as permitted sender) Received: from [72.14.220.158] (HELO fg-out-1718.google.com) (72.14.220.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Feb 2009 10:51:52 +0000 Received: by fg-out-1718.google.com with SMTP id d23so123926fga.26 for ; Thu, 05 Feb 2009 02:51:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=qUCIEKZdrcNCA196fvkGDKA3CgXowhSG1LezkDRVoBc=; b=FkVhfU+ZavRDXUGrQ89Q0u4EOayl1WrMVDt282fDNAqhpUhIDE0F1583/59abcGTFD lsfVG03rkGFJFtP5YM1ZYpISy/jvqaX56r4LM9Ph2U0x0xff/GugBuY3pzVh+8skktBf vtjlettr3Oh3qP9Td6re1dUuNIjeaUzHllJn4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=bz+Wuwt1c/ovYePgc1fJvbelEgSZmdmYKr7t/GOBMboxsGVExNdQstgWQww3IigtLK a7QTdMFQmW3RjtHXDjHBzZ0NIvthO2d7zKiluvH7tuRc9L6/FrGju937+P8GAYtd6G8o K7kD5fL6oWNUxpASRAiKOht8gsSpIiudIkvkY= MIME-Version: 1.0 Received: by 10.223.113.193 with SMTP id b1mr207580faq.78.1233831091375; Thu, 05 Feb 2009 02:51:31 -0800 (PST) In-Reply-To: <21848992.post@talk.nabble.com> References: <21846455.post@talk.nabble.com> <21848992.post@talk.nabble.com> Date: Thu, 5 Feb 2009 11:51:31 +0100 Message-ID: Subject: Re: Adding maven 2 project with svn+ssh From: Emmanuel Venisse To: users@continuum.apache.org Content-Type: multipart/alternative; boundary=001636c594e3ea0d1e046229af13 X-Virus-Checked: Checked by ClamAV on apache.org --001636c594e3ea0d1e046229af13 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Two application.xml ???? where are they? /Users/guest/svn_dir/repos/my-test/pom.xml must be a real file on your server, not a file in your svn repository, it's why you need to do a checkout. Emmanuel On Thu, Feb 5, 2009 at 11:43 AM, Angelo Chen wrote: > > Hi Emanuel, > > Thanks for the reply, I followed your suggestion, here is what I did: > > I did a : > svn list file:///Users/guest/svn_dir/repos/my-test > and get following: > > pom.xml > src/ > > but when I use file:///Users/guest/svn_dir/repos/my-test/pom.xml as POM > url, > following error occurs: > > The specified resource isn't a file or the protocol used isn't allowed. > > I have set file in two application.xml > files > in the package. I use stand alone version, any idea why? > > Thanks > > > Emmanuel Venisse-2 wrote: > > > > In the POM url field , you can use only http, https, ftp protocols + file > > protocol if it is configured in application.xml so you can't use svn+ssh. > > > > A workaround is to configured the file protocol in application.xml > > (uncomment file), checkout your project on your > > continuum > > server, then use the file protocol to add your project. > > > > Emmanuel > > > > On Thu, Feb 5, 2009 at 8:21 AM, Angelo Chen > > wrote: > > > >> > >> Hi, > >> > >> I can access my repository with this: > >> > >> svn co svn+ssh://myname@myserverserver/var/svn/repos/myproject > >> > >> Now I'm trying out Continuum, in the POM URL field I use: > >> > >> svn+ssh://myname@myserverserver/var/svn/repos/myproject/pom.xml > >> > >> but got this error when clicking 'add': > >> > >> The specified resource cannot be accessed. Please try again later or > >> contact > >> your administrator. > >> > >> Any idea how to use svn+ssh with Continuum 1.2? Thanks, > >> > >> Angelo > >> > >> > >> -- > >> View this message in context: > >> > http://www.nabble.com/Adding-maven-2-project-with-svn%2Bssh-tp21846455p21846455.html > >> Sent from the Continuum - Users mailing list archive at Nabble.com. > >> > >> > > > > > > -- > View this message in context: > http://www.nabble.com/Adding-maven-2-project-with-svn%2Bssh-tp21846455p21848992.html > Sent from the Continuum - Users mailing list archive at Nabble.com. > > --001636c594e3ea0d1e046229af13--