From users-return-6146-apmail-continuum-users-archive=continuum.apache.org@continuum.apache.org Thu Mar 13 18:18:13 2008 Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 135 invoked from network); 13 Mar 2008 18:18:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Mar 2008 18:18:13 -0000 Received: (qmail 14358 invoked by uid 500); 13 Mar 2008 18:18:09 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 14321 invoked by uid 500); 13 Mar 2008 18:18:09 -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 14312 invoked by uid 99); 13 Mar 2008 18:18:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2008 11:18:09 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of claudior@buscape-inc.com designates 200.225.81.132 as permitted sender) Received: from [200.225.81.132] (HELO smtp-01.mandic.com.br) (200.225.81.132) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2008 18:17:18 +0000 Received: (qmail 19809 invoked from network); 13 Mar 2008 18:17:33 -0000 Received: from fw0-sp.buscape.com.br (HELO tecnologia14) (zdDK2Mu909mn09XEyc+imF6Jn5Nhm6Rt@[200.143.19.126]) (envelope-sender ) by smtp-01.mandic.com.br (qmail-ldap-1.03) with SMTP for ; 13 Mar 2008 18:17:32 -0000 Message-ID: <00f101c88537$377725f0$7204a8c0@tecnologia14> From: "Claudio Ranieri" To: References: Subject: Re: Continuum1.1.war not recognizing Subversion command 'svn' -- Need help! Date: Thu, 13 Mar 2008 15:22:36 -0300 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 X-Virus-Checked: Checked by ClamAV on apache.org Hi Tonté, Did you install the svn command line (http://downloads.open.collab.net/collabnet-subversion.html)? Did you add the svn.exe in your PATH (enviroment variables)? Bye ----- Original Message ----- From: "Tonté Pouncil" To: Sent: Thursday, March 13, 2008 2:47 PM Subject: Fw: Continuum1.1.war not recognizing Subversion command 'svn' -- Need help! Hi, I am using Continuum1.1.war on Tomcat 6.0.14 on a Windows XP box. Can some one help figure out why Continuum does not recognize the Subversion command 'svn'. I am was able to successfully add my maven2 project via the URL and POM. I even installed Maven tool via the Continuum installation link. Subversion is install correctly on my Windows XP box. I know this because I have used it to create my repo and check in and out from the command line. Below are snippet of my pom where I have configure my SCM and the error message I am getting. Any help with this is GREATLY appreciated! Thanks! Tonté pom.xml continuum http://localhost/continuum mail
tonte.pouncil@aviall.com
scm:svn:file:///c:/EDI_WEB_PLATFORM/svn-repos/edi scm:svn:file:///c:/EDI_WEB_PLATFORM/svn-repos/edi Error message from continuum.log 144779 [TP-Processor2] INFO org.apache.maven.continuum.Continuum:default - Enqueuing 'EDI Commons' with build definition 'default maven2 buildDefinition' - id=7). 144826 [pool-1-thread-1] INFO org.apache.maven.continuum.buildcontroller.BuildController:default - Initializing build 144904 [pool-1-thread-1] INFO org.apache.maven.continuum.buildcontroller.BuildController:default - Starting build of EDI Commons 145108 [pool-1-thread-1] INFO org.apache.maven.continuum.buildcontroller.BuildController:default - Updating working dir 145108 [pool-1-thread-1] INFO org.apache.maven.continuum.buildcontroller.BuildController:default - Performing action check-working-directory 145154 [pool-1-thread-1] INFO org.apache.maven.continuum.buildcontroller.BuildController:default - Performing action checkout-project 145233 [pool-1-thread-1] INFO org.apache.maven.continuum.scm.ContinuumScm:default - Checking out project: 'EDI Commons', id: '1' to 'C:\EDI_WEB_PLATFORM\servers\ApacheSoftwareFoundation\apache-tomcat-6.0.14 \webapps\continuum\WEB-INF\working-directory\1'. 145436 [pool-1-thread-1] INFO org.apache.maven.scm.manager.ScmManager:default - Executing: cmd.exe /X /C '"svn --non-interactive checkout file:///c:/EDI_WEB_PLATFORM/svn-repos/edi 1"' 145436 [pool-1-thread-1] INFO org.apache.maven.scm.manager.ScmManager:default - Working directory: C:\EDI_WEB_PLATFORM\servers\ApacheSoftwareFoundation\apache-tomcat-6.0.14 \webapps\continuum\WEB-INF\working-directory 145576 [pool-1-thread-1] WARN org.apache.maven.continuum.scm.ContinuumScm:default - Error while checking out the code for project: 'EDI Commons', id: '1' to 'C:\EDI_WEB_PLATFORM\servers\ApacheSoftwareFoundation\apache-tomcat-6.0.14 \webapps\continuum\WEB-INF\working-directory\1'. 145576 [pool-1-thread-1] WARN org.apache.maven.continuum.scm.ContinuumScm:default - Command output: 'svn' is not recognized as an internal or external command, operable program or batch file. 145576 [pool-1-thread-1] WARN org.apache.maven.continuum.scm.ContinuumScm:default - Provider message: The svn command failed. 145764 [pool-1-thread-1] INFO org.apache.maven.continuum.buildcontroller.BuildController:default - Merging SCM results 146373 [pool-1-thread-1] INFO org.apache.maven.continuum.buildcontroller.BuildController:default - Error updating from SCM, not building 147029 [pool-1-thread-1] ERROR org.apache.maven.continuum.notification.ContinuumNotificationDispatcher:default - Error while trying to use the mail notifier. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ This e-mail message, including attachments, may contain confidential, proprietary, or export controlled information. Any unauthorized disclosure, distribution, or other use is prohibited, unless expressly authorized. If you receive this e-mail in error, please notify the sender, and delete all copies of the original message from your systems. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ This e-mail message, including attachments, may contain confidential, proprietary, or export controlled information. Any unauthorized disclosure, distribution, or other use is prohibited, unless expressly authorized. If you receive this e-mail in error, please notify the sender, and delete all copies of the original message from your systems. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ This e-mail message, including attachments, may contain confidential, proprietary, or export controlled information. Any unauthorized disclosure, distribution, or other use is prohibited, unless expressly authorized. If you receive this e-mail in error, please notify the sender, and delete all copies of the original message from your systems.