Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 844 invoked from network); 29 Jan 2008 13:07:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Jan 2008 13:07:27 -0000 Received: (qmail 75747 invoked by uid 500); 29 Jan 2008 13:07:17 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 75726 invoked by uid 500); 29 Jan 2008 13:07:17 -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 75704 invoked by uid 99); 29 Jan 2008 13:07:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jan 2008 05:07:16 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of wsmoak@gmail.com designates 209.85.132.244 as permitted sender) Received: from [209.85.132.244] (HELO an-out-0708.google.com) (209.85.132.244) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jan 2008 13:06:49 +0000 Received: by an-out-0708.google.com with SMTP id d30so499507and.79 for ; Tue, 29 Jan 2008 05:06:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=kBnFF3Pk6k0/JvAY2llqubIijIcpDSIeAHdeh75p0X0=; b=hmrDYXMy8WRK8xwYpJ6U/lCsSoRdwFlmg9EQm9zNwZd9fTduPJ/yAWX3Hc7hJDnHhg0j/vmpzPmS3XMwTIiUlR22zUJ/dBH/3JDJs0tpE8H7RxecwBZ1XLNV9S6BA+9EPIHnq3bthQ69p0An/IxBLU9lwrZnwaX+7jctf5qYLOU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DDYYoHn02FNGueaKWz0YZMlMO2KQykEzZxzgv4341UWyhLnyV+jvfqSvoOJEiDGzfS10TaxKHkNNroeJbSYqu38n/js+HmMFnTm7JdFIKkxzsioeajyiwgFFKwI+4LY5UTpwJTlnvdsIL6DB4LviV9xtpWh4uhVoVuHM/9Si2Pw= Received: by 10.100.106.1 with SMTP id e1mr1401323anc.24.1201612009133; Tue, 29 Jan 2008 05:06:49 -0800 (PST) Received: by 10.100.4.13 with HTTP; Tue, 29 Jan 2008 05:06:49 -0800 (PST) Message-ID: Date: Tue, 29 Jan 2008 06:06:49 -0700 From: "Wendy Smoak" To: continuum-users@maven.apache.org Subject: Re: Checking out and building on remote machine using continuum In-Reply-To: <479E78D5.1040802@arc.nasa.gov> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <479E78D5.1040802@arc.nasa.gov> X-Virus-Checked: Checked by ClamAV on apache.org On Jan 28, 2008 5:52 PM, Buvana Jayaraman wrote: > I am new to Continuum and trying to set up a shell project. > > Continuum is installed on the same machine as the SVN repositories. But > I would like to use another machine for the build. Is there a way to > check out and build the code on a remote machine using Continuum? When you add a Shell project, there is a field for the scm url. http://maven.apache.org/continuum/docs/1.1/user_guides/managing_project/addProject.html#Shell_Project -- Wendy