From users-return-7456-apmail-continuum-users-archive=continuum.apache.org@continuum.apache.org Fri Jan 23 14:52:19 2009 Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 18107 invoked from network); 23 Jan 2009 14:52:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Jan 2009 14:52:19 -0000 Received: (qmail 22369 invoked by uid 500); 23 Jan 2009 14:52:17 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 22332 invoked by uid 500); 23 Jan 2009 14:52:17 -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 22321 invoked by uid 99); 23 Jan 2009 14:52:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jan 2009 06:52:17 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of emmanuel.venisse@gmail.com designates 209.85.128.187 as permitted sender) Received: from [209.85.128.187] (HELO fk-out-0910.google.com) (209.85.128.187) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jan 2009 14:52:11 +0000 Received: by fk-out-0910.google.com with SMTP id z23so1345794fkz.2 for ; Fri, 23 Jan 2009 06:51:49 -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=0ob0Gc7gWFH6FLcym55OCnC4hd5JgNFOjkw28skMgcw=; b=Q7hBNKVYpe3Vd66Mxshmj0vq+Y69d58wkVEiU2Qe17Z65B9bBWtT42F6Vfb23rySUA yjzT8s60B7bBQz3AFEjGrkhmRUY+pKrnkD5Nk3LFgujf7rwbEsckgAXN24HI0I0Ta9/U Ognmm261JKA4Q4hwTkvXzSYb4OATwvwc4iBTc= 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=NOqiuuuyc7oI48aHzY7+j1JYorzaQkIfdQDMz999iZdc3TY7eTv2CNsBiwXzgHGfKX Nl3hyX6MEqtFcqlBRduSrsTTkRIRbcFyqdYuMeX/bj8Pyl1J+nJlFVp/6JpXX4UKgZVD 9ajjVNm8U2bPsj2DLKXuEiD2gRp2cQV6N4/XM= MIME-Version: 1.0 Received: by 10.223.103.147 with SMTP id k19mr336416fao.0.1232722309312; Fri, 23 Jan 2009 06:51:49 -0800 (PST) In-Reply-To: <45096.32026.qm@web57006.mail.re3.yahoo.com> References: <45096.32026.qm@web57006.mail.re3.yahoo.com> Date: Fri, 23 Jan 2009 15:51:48 +0100 Message-ID: Subject: Re: Bulild Error: 'svn' is not recognized as an internal or external command From: Emmanuel Venisse To: users@continuum.apache.org Content-Type: multipart/alternative; boundary=001636c5a8e65a722d0461278782 X-Virus-Checked: Checked by ClamAV on apache.org --001636c5a8e65a722d0461278782 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit With a service, you must set the path for the system and not for the user AND, you must attach a 'real user' to run the service instead of a system user because when Continuum will build your project, it will store artifact in the local repository Emmanuel On Fri, Jan 23, 2009 at 3:36 PM, java javae wrote: > Thanks for your reply. Yes, I run Continuum as a service but I also tried > to start and stop the Continuum from the command line and still getting the > same error. I am sure my PATH is set correctly. > > > > > ________________________________ > From: java javae > To: users@continuum.apache.org > Sent: Thursday, January 22, 2009 5:01:41 PM > Subject: Bulild Error: 'svn' is not recognized as an internal or external > command > > > Hi, > > I have downolad and install continuum-1.2.3. and I have added my project to > Add Maven 2.0 through pom url. Also, I have already set the in my > pom.xml file. Now, when I try to build the project I get this build error: > > Provider message: The svn command failed. > Command output: > > ------------------------------------------------------------------------------- > 'svn' is not recognized as an internal or external command, > operable program or batch file. > > ------------------------------------------------------------------------------- > I have already set the 'svn' PATH in env variable for my windows machine > and when I run the svn on the command line it works just fine. However, when > I try to build the project on continuum I get this error about svn is not > recognized as internal or external command. > > Any suggestion on why I'm getting this error? > > Thanks. > > > > --001636c5a8e65a722d0461278782--